Do NOT use for questions about .NET Core - use [.net-core] instead.
All reservations about unsecuring your SecureString by creating a System.String out of it aside, how can it be done? …
c# .net security encryptionIs it possible to get the version number programmatically from any .NET DLL? If yes, how?
c# .netI often need to extend my Domain model with additional info before returning it to the client with WebAPI. To …
c# .net json.netI need to write robust code in .NET to enable a windows service (server 2003) to restart itself. What is the …
.net windows windows-services windows-server-2003I've found how to turn a DateTime into an ISO 8601 format, but nothing on how to do the reverse in …
c# .net datetime iso8601 datetime-parsingThe DataView object doesn't have a Rows property like DataTable. How do I loop through the rows of a DataView?
.net loops dataviewThis would be question from c# beginner. When I create console application I get Main method with parameter args as …
c# .net command-line-arguments