Do NOT use for questions about .NET Core - use [.net-core] instead.
Once my program is installed on a client machine, how do I force my program to run as an administrator …
c# .net windows-7 administrator elevated-privilegesIn .NET I can provide both \r or \n string literals, but there is a way to insert something like "…
c# .net line-breaksIn AssemblyInfo there are two assembly versions: AssemblyVersion: Specify the version of the assembly being attributed. AssemblyFileVersion: Instructs a compiler …
c# .net assemblies versionAll of a sudden I keep getting a MetadataException on instantiating my generated ObjectContext class. The connection string in App.…
c# .net entity-framework ado.netI am trying to run Asp.net MVC project retrieved from TFS source control. I have added all assembly references …
c# asp.net .net asp.net-mvc roslynI want a true deep copy. In Java, this was easy, but how do you do it in C#?
c# .net serialization cloneI want to read a text file line by line. I wanted to know if I'm doing it as efficiently …
c# .net performance file-io text-filesI created a windows application developed in .NET 3.5 in a 32 bit Windows 2008 server. When deployed the application in a 64 bit …
c# .net oledb 32bit-64bit jet