Do NOT use for questions about .NET Core - use [.net-core] instead.
I need a unique identifier in .NET (cannot use GUID as it is too long for this case). Do people …
c# .net uniqueidentifierI've read that it's unwise to use ToUpper and ToLower to perform case-insensitive string comparisons, but I see no alternative …
.net vb.net linq case-sensitive-databaseThis question is not so much programming related as it is deployment related. I find myself conversing a lot with …
.net windows deploymentI have the following constructor method which opens a MemoryStream from a file path: MemoryStream _ms; public MyClass(string filePath) { …
c# .net file-io stream memorystreamI have to use StringBuilder instead of a List of strings because of being stuck with .NET 1.1 for this project. …
c# .net file-io windows-ce stringbuilderI have a string that looks like this: "9/1/2009". I want to convert it to a DateTime object (using C#). This …
.net datetime parsing cultureinfoI am trying to figure out what the async & await keywords are all about, however the output isn't what …
c# .net asynchronous async-awaitI want to be able to build a string from a class that I create that derives from Stream. Specifically, …
c# .net stringstreamI have a SSIS package that eventually I would like to pass parameters too, these parameters will come from a .…
c# .net sql-server vb.net ssisI do not see dumpbin.exe on my system. I have Visual Studio 2005 on my system. When I type dumpbin …
c# c++ .net visual-studio visual-studio-2005