Login
Remember
Register
.NET Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
Recent questions tagged c#
0
votes
1
answer
How can I get the name of the currently executing test?
asked
May 23
by
Wade
(
2.5k
points)
c#
mstest
0
votes
1
answer
Compile time error with an async LINQ Where statement
asked
May 9
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
Can I use WCF in .NET Core or .NET 5+?
asked
Apr 28
by
Wade
(
2.5k
points)
c#
net-core
0
votes
1
answer
Use a specific .NET SDK version in Azure Pipelines
asked
Mar 10
by
Wade
(
2.5k
points)
azure-pipelines
c#
net-core
0
votes
1
answer
Is there a max usage of Task.Delay?
asked
Jan 22
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
What is the best way to check if two strings are the same but ignore case?
asked
Jan 12
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
When should I use a SemaphoreSlim over a Semaphore?
asked
Jan 12
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
What do double question marks mean (??) in C# code?
asked
Jan 12
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
When should I use a BlockingCollection over a Queue?
asked
Jan 12
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
Task.Run vs Task.Factory.StartNew
asked
Jan 11
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
When should I give integer values to an enum?
asked
Jan 9
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
How can I catch multiple exceptions at once without repeating code in C#?
asked
Jan 9
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
What's the difference between int and Int32 in C#?
asked
Jan 8
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
How can I get all possible values of an Enum?
asked
Jan 5
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
What's the point of using a finally block with try/catch
asked
Jan 5
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
How do I parse a date that always has days before months?
asked
Jan 2
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
How can I compile my console application into a single file instead of zipping the bin folder?
asked
Jan 1
by
Wade
(
2.5k
points)
c#
net-core
0
votes
1
answer
What is the difference between int? and Nullable<int>
asked
Jan 1
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
If I catch an exception, what's the difference between throw and throw ex?
asked
Jan 1
by
Wade
(
2.5k
points)
c#
0
votes
1
answer
What is a "sealed" class in C#?
asked
Dec 31, 2021
by
Wade
(
2.5k
points)
c#
Page:
1
2
next »
Welcome to .NET Q&A, where you can ask questions and receive answers from other members of the community.
Ask a question:
...