Do NOT use for questions about .NET Core - use [.net-core] instead.
I wrote a C# application for a client a couple of years ago, but I no longer have the source …
c# .net reverse-engineering decompilingWhen building console applications that take parameters, you can use the arguments passed to Main(string[] args). In the past …
c# .net command-line-argumentsI have some code and when it executes, it throws a IOException, saying that The process cannot access the file …
c# .net language-agnostic ioexceptionMy company is about to hire .NET developers. We work on a variety of .NET platforms: ASP.NET, Compact Framework, …
.netI am trying to access connectionStrings from the config file. The code is ASP.NET + C#. I have added System.…
c# .net visual-studio visual-studio-2008I am converting a string like "41.00027357629127", and I am using; Convert.ToSingle("41.00027357629127"); or float.Parse("41.00027357629127"); These methods return 4.10002732E+15. When …
c# .net string floating-point type-conversionI am working with a commercial application which is throwing a SocketException with the message, An existing connection was forcibly …
c# .net networking socketsFor the following SQL Server datatypes, what would be the corresponding datatype in C#? Exact Numerics bigint numeric bit smallint …
c# .net sql-server