Do NOT use for questions about .NET Core - use [.net-core] instead.
I'd like to avoid having many checks like the following in my code: myObj.someStringField = rdr.IsDBNull(someOrdinal) ? string.Empty : …
.net sqlite dbnullI want to pass a byte[] to a method takes a IntPtr Parameter in C#, is that possible and how?
c# .netWhat is the best way to remove duplicate entries from a Data Table?
c# .net datatable duplicate-dataI develop a WPF4 application and in my app I need to let the user select a folder where the …
c# .net wpf folderbrowserdialogI have a user control that I load into a MainWindow at runtime. I cannot get a handle on the …
c# .net wpfI've tried this: string newScript = textBox1.Text; HtmlElement head = browserCtrl.Document.GetElementsByTagName("head")[0]; HtmlElement scriptEl = browserCtrl.Document.CreateElement("script"); lblStatus.…
c# javascript .net winforms webbrowser-controlCan anyone recommend a good SFTP library to use? Right now I'm looking at products such as SecureBlackbox, IPWorks SSH, …
c# .net sftpI would like to specify that a decimal field for a price must be >= 0 but I don't really want …
c# .net asp.net-mvc data-annotationsI have this dll that I created a long time ago and use to connect to the db of a …
.net dll reference dependencies managed-c++