Do NOT use for questions about .NET Core - use [.net-core] instead.
I need to export private key from Windows store. What should I do if the key is marked as non-exportable? …
.net encryption bouncycastle rsacryptoserviceproviderI need to gather some system's information for the application I'm developing. The memory available and the CPU load are …
c# .net wmiI want to send a request to a server and process the returned value: private static string Send(int id) { …
c# .net task task-parallel-library waitI would like to be able to trap CTRL+C in a C# console application so that I can carry …
c# .net consoleI have the following class: [Serializable] public class SomeModel { [XmlElement("SomeStringElementName")] public string SomeString { get; set; } [XmlElement("SomeInfoElementName")] public int …
c# .net xml xml-serializationHaving read the threads Is SqlCommand.Dispose enough? and Closing and Disposing a WCF Service I am wondering for classes …
.netHow can I detect the Windows OS versions in .net? What code can I use?
c# .net windows operating-systemI'm using WS class and it gave me error when I run the application: The type or namespace name 'Entity' …
c# asp.net .net web-services entity-framework-4.1