Do NOT use for questions about .NET Core - use [.net-core] instead.
Which is the preferred way to convert an Enum to a String in .NET 3.5? Enum.GetName Enum.Format ToString Why …
.net enumsWe 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-mvcI want to convert a nullable DateTime (DateTime?) to a DateTime, but I am getting an error: Cannot implicitly convert …
c# .net datetimeHow do I get the localhost (machine) name in PowerShell? I am using PowerShell 1.0.
.net powershellWhat's the most efficient way to concatenate strings?
c# .net string optimizationI have an IEnumerable<TravelDetails> and I am trying to add the vales in the for-loop to a …
c# .net linqI have written a few C# apps that I have running via windows task scheduler. They are running successfully (as …
c# .net scheduled-tasks task