Do NOT use for questions about .NET Core - use [.net-core] instead.
I have .Net service that listens on single port over TCP protocol. Clients connect and then transmit data for some …
.net windows tcp windows-server-2008Is use of string.IsNullOrEmpty(string) when checking a string considered as bad practice when there is string.IsNullOrWhiteSpace(string) …
c# .net stringMicrosoft.Office.Interop.Excel.WorkbookClass.SaveAs() method is working fine on Windows server 2003 and also on XP but not on …
.net iis com excel-interopIt's easy to get the value of a key from a .NET generic Dictionary: Dictionary<int, string> greek = …
c# .netIn the MVVM pattern for WPF, handling dialogs is one of the more complex operations. As your view model does …
.net wpf design-patterns mvvm dialogI have an old dll that was compiled against the .NET framework and deployed. I am not sure which version …
.net .net-framework-versionI have a Windows Service Solution and am trying to add a service reference to a Hermes(Opensource ebms message …
c# .net visual-studio-2010 web-services service-referenceI have a type: public class Human { public int Id { get; set; } public string Address { get; set; } public string Name { …
c# .net visual-studio asp.net-3.5While converting .NET DateTime (when is default(DateTime)) to SqlDateTime should I always check if the .NET date is between …
c# .net datetime sqldatetime