11,814 questions with Developer technologies | C# tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

Can I create my own Fonts?

Is there a font that simulates LED Segments, or is it possible for me to create the Fonts and use them with C#?

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2024-04-05T20:30:29.11+00:00
TROY c 60 Reputation points
commented 2026-08-28T08:10:20.22+00:00
Iqra Khalid 0 Reputation points
3 answers

How to dynamically assign property names for XmlOnlyMediaFormatter

I have been given an ASP.NET project to handle. It has been released and has worked fine. I am not an ASP.NET developer but doing what I can. The issue: The project is a webservice among other things. The solution (VS 2019) has 6 projects. One is the…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-08-26T15:38:37.4566667+00:00
Darryl Hoar 201 Reputation points
edited an answer 2026-08-27T03:06:18.27+00:00
Tony Thach (WICLOUD CORPORATION) 575 Reputation points Microsoft External Staff Moderator
4 answers

Security issues if I use a encrypted value as a Query string that I send to users and then decrypt the value and validate on link click?

I'm working on a project where we will need to send out links to a large number users and each is assigned a unique combination of numbers and letters to identify them in our system. My task it to come up with a way we can use just the link we send them…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-08-19T18:49:18.9966667+00:00
Jerry 121 Reputation points
commented 2026-08-27T02:24:27.2+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,535 Reputation points Microsoft External Staff Moderator
2 answers

Creating a new List<int>() throws a NullReferenceException.

The following code throw a NullReferenceException on the hightlighted line: using IS0AUTTSTContext db = GetDbContext(); List<TestRun> list = db.TestRuns.Where(t => t.ID > 0 && t.Definition!.Application!.Deleted == false).ToList(); …

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-08-18T15:37:47.1+00:00
Mark Curtis 5 Reputation points
commented 2026-08-26T02:34:00.2466667+00:00
Tony Thach (WICLOUD CORPORATION) 575 Reputation points Microsoft External Staff Moderator
0 answers

C# to C++/MFC duplex mode - Concept

Hello, I have a static MFC C++ application, I cannot change it. (CLI is not possible) I now need to pass data from a C# DLL in the C++ application and transfer it from the C++ to the C# DLL. What possibilities do I have to implement this…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,105 questions
Developer technologies | .NET | .NET CLI
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2021-06-30T18:58:17.22+00:00
Markus Freitag 3,791 Reputation points
4 answers

If class variable stored in stack and object in the managed heap then where the class properties get stored in C# .NET?

If I create an Employee class and this class have 2 members EmployeeId and EmployeeName so where these properties and it's value get stored either in managed heap or stack or both in C# .NET?

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-05-28T17:35:32.5833333+00:00
Jairaj Kushwaha 0 Reputation points
edited an answer 2026-08-18T10:05:28.37+00:00
Pouya Nozari Asl 0 Reputation points
4 answers

Abort is not supported on this platform. Need guidence. How to solve this issue? i am working on splash screen.

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2022-01-14T00:15:03.773+00:00
sherry leo 1 Reputation point
edited a comment 2026-08-15T15:01:27.49+00:00
Bruce (SqlWork.com) 85,116 Reputation points
3 answers

WinForms DataGridView: Prevent Enter from moving to the next row and move focus to another column in the same row

I'm using a WinForms DataGridView for entering sales invoice items. Suppose my grid looks like this: Row Qty Net Rate 1 5 ... -------- -------- -------- 1 5 ... 2 6 ... 3 (new empty row) If I edit Row 2 and change the quantity from 6…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-08-06T23:21:03.6266667+00:00
Shahmeer .R 0 Reputation points
commented 2026-08-14T02:51:27.1133333+00:00
Danny Nguyen (WICLOUD CORPORATION) 8,535 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

How to read the HTTP Body in an IIS Managed Module without breaking an ASP.NET Core Azure Web App?

I am trying to intercept and read incoming HTTP traffic using a custom managed .NET module (IHttpModule) on a Windows-based Azure Web App. I am able to successfully fetch the context.Request and context.Response parameters, headers, and metadata.…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-07-09T15:37:38.7866667+00:00
Shemesh, Tchelet 40 Reputation points
commented 2026-08-13T11:38:11.34+00:00
Tom Tran (WICLOUD CORPORATION) 5,705 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

where to start if I want to learn C#

where should I start if I want to learn C#, I have no previous C# knowledge, but have a lot of experience in C++

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-05-08T19:34:41.1633333+00:00
Vladislav Velimirovic 60 Reputation points
commented 2026-08-09T09:45:54.42+00:00
Mofokeng Kgaile 0 Reputation points
1 answer

I would like to prevent the "Be careful! Your document may contain personal information that cannot be removed by the Document Inspector." dialog from being displayed when saving a document.

I am trying to create a program to remove property information from a Word document in order to ensure that no personal or client information is left behind. I am using C# code with Microsoft.Office.Interop.Word to initiate Word, and I execute…

Microsoft 365 and Office | Development | Other
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2023-10-19T12:10:26.97+00:00
AndAge 0 Reputation points
answered 2026-08-06T11:43:10.16+00:00
ADDY ad 0 Reputation points
3 answers One of the answers was accepted by the question author.

Linq Query efficiency

Hello, Any ideas on how to make the below more efficient? It is taking too long. The lstAllCombs has 150,000 records. List<SpecLevel> lstRankRangeSumRankPartition = lstAllCombs .GroupBy(p => (p.RankRange0Count, p.RankRange1Count,…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-07-24T08:19:38.8233333+00:00
Naji Afache 60 Reputation points
accepted 2026-08-03T23:26:15.71+00:00
Naji Afache 60 Reputation points
4 answers

JSON file parsing

consider having different section in the JSON file , how to handle that problem { "connectionString":{ }, "SMTP":{ } }

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-07-23T10:53:30.4466667+00:00
Venkatesh H 0 Reputation points
commented 2026-07-31T02:56:24.2333333+00:00
Nancy Vo (WICLOUD CORPORATION) 8,075 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

how to update version in apk maui application automatically?

Hi, i'm using .net maui 8 for Android , and i publish my application in a remote server and when i update my application automatically by comparing version in update.json file. I can't update version in my app. how to do that?

Developer technologies | .NET | .NET Multi-platform App UI
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2025-01-07T15:42:13.4966667+00:00
Graja Kaouthar 20 Reputation points
commented 2026-07-28T16:57:43.45+00:00
shahzad ali 0 Reputation points
2 answers One of the answers was accepted by the question author.

Comparing List<T>

Hello everyone and thanks for the help in advance. I have a WebApi application that accepts a List<tblResults> where the model for tblResults looks like: public class tblResults { public int Record_ID { get; set; } public int Description { get;…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-07-17T16:50:17.87+00:00
Kmcnet 1,421 Reputation points
commented 2026-07-24T02:31:18.9433333+00:00
Nancy Vo (WICLOUD CORPORATION) 8,075 Reputation points Microsoft External Staff Moderator
3 answers One of the answers was accepted by the question author.

Best ASP.NET approach + modern hybrid mobile tech for content/tool sites like CitizenPass.ca?

I run a portfolio of Canadian-focused content and web tool sites (similar in concept to CitizenPass.ca and CitizenApp.ca — bilingual EN/FR informational platforms with quiz/practice-test style tools, content pages, and a companion mobile app). I'm…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-07-09T17:16:43.7733333+00:00
Youness Haji 40 Reputation points
commented 2026-07-14T02:32:53.6766667+00:00
Nancy Vo (WICLOUD CORPORATION) 8,075 Reputation points Microsoft External Staff Moderator
2 answers

How do I read a text file in C# and convert its contents to Morse code?

I'm building a C# console application in Visual Studio. I want to read text from a .txt file and convert each character to Morse code. What's the best way to organize the character mapping? Should I use a Dictionary<char, string>? A sample…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-07-04T11:42:42.1666667+00:00
Mac son 0 Reputation points
commented 2026-07-13T02:43:11.16+00:00
Nancy Vo (WICLOUD CORPORATION) 8,075 Reputation points Microsoft External Staff Moderator
3 answers

HttpWebRequest timeout not working

The following code: HttpWebRequest request = (HttpWebRequest)WebRequest.Create(sRequest); // Create(sQuery); request.Credentials = CredentialCache.DefaultCredentials; request.Timeout = 10000; …

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
Developer technologies | ASP.NET Core | Other
asked 2021-11-10T15:21:18.593+00:00
Boyd Mills 0 Reputation points
answered 2026-07-02T14:55:17.8566667+00:00
Bruce (SqlWork.com) 85,116 Reputation points
1 answer

how can i set the path for Dependencies in xxx.deps.json?

Hello, I have a number of DLLs (C# projects) that are loaded by a third-party EXE. Each of these DLLs has a .deps.json file listing its dependencies. The individual DLLs cannot be located in the same directory. If all the dependencies of a DLL are…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2026-06-22T21:05:07.5466667+00:00
Rosenbohm, Mario 40 Reputation points
commented 2026-06-30T06:30:28.39+00:00
Nancy Vo (WICLOUD CORPORATION) 8,075 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

How do you read an SMS and MMS message using .NET MAUI (on Android only)?

I'd like to read an SMS and/or MMS message on an Android device only, but from within my .NET MAUI app. Specifically, I want to save any received (MMS) picture that has been texted to me plus any associated (SMS) text. Is this possible with .NET MAUI…

Developer technologies | .NET | .NET Multi-platform App UI
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,814 questions
asked 2024-06-19T23:12:35.5966667+00:00
Gene Magpayo 20 Reputation points
answered 2026-06-25T14:36:23.23+00:00