Do NOT use for questions about .NET Core - use [.net-core] instead.
When using a Settings.settings file in .NET, where is the config actually stored? I want to delete the saved …
c# .net settingsI collect a few corner cases and brain teasers and would always like to hear more. The page only really …
c# .netIf a connection string specifies Trusted_Connection=true with SQL Server authentication mode, will performance of my web application be …
c# .net asp.net sql-server-2005 ado.netSay I have 3 strings in a List (e.g. "1","2","3"). Then I want to reorder them to place "2" in position 1 (e.…
c# .net collectionsRazor encodes string by default. Is there any special syntax for rendering without encoding?
c# .net asp.net asp.net-mvc razorI know that the following is case sensitive: if (StringA == StringB) { So is there an operator which will compare two …
c# .net string operators case-insensitivePossible Duplicate: Collection initialization syntax in Visual Basic 2008? How is the following C# code translated to VB.NET? var theVar = …
.net vb.netPreface: I'm looking for an explanation, not just a solution. I already know the solution. Despite having spent several days …
c# .net task-parallel-library windows-store-apps async-awaitFrom another answer on Stackoverflow is a conversion from Javascript date to .net DateTime: long msSinceEpoch = 1260402952906; // Value from Date.getTime() …
c# .net javascript