Top ".net" questions

Do NOT use for questions about .NET Core - use [.net-core] instead.

Convert Enum to String

Which is the preferred way to convert an Enum to a String in .NET 3.5? Enum.GetName Enum.Format ToString Why …

.net enums
System.web.mvc missing

We have an old ASP.NET MVC 3 Web Application, building in VS2010, that fails to compile, since last week's security …

c# asp.net .net asp.net-mvc
How to convert DateTime? to DateTime

I want to convert a nullable DateTime (DateTime?) to a DateTime, but I am getting an error: Cannot implicitly convert …

c# .net datetime
Chart creating dynamically. in .net, c#

Does anybody have some experience working with charts in .NET? Specially I want to create them programmatically. using System; using …

c# .net winforms charts
How do I get the localhost name in PowerShell?

How do I get the localhost (machine) name in PowerShell? I am using PowerShell 1.0.

.net powershell
How do I represent a time only value in .NET?

Is there a way one can represent a time only value in .NET without the date? For example, indicating the …

c# .net datetime time
Most efficient way to concatenate strings?

What's the most efficient way to concatenate strings?

c# .net string optimization
Adding List<t>.add() another list

I have an IEnumerable<TravelDetails> and I am trying to add the vales in the for-loop to a …

c# .net linq
My C# application is returning 0xE0434352 to Windows Task Scheduler but it is not crashing

I have written a few C# apps that I have running via windows task scheduler. They are running successfully (as …

c# .net scheduled-tasks task
Generate C# class from XML

Can I generate a C# class from an XML file?

c# .net xml xsd