Do NOT use for questions about .NET Core - use [.net-core] instead.
I found out that some classes use the [Serializable] attribute. What is it? When should I use it? What kinds …
c# .net serializationI have an XDocument object. I want to query for elements with a particular name at any depth using LINQ. …
c# .net xml linq linq-to-xmlI want to view the folders and sub folders in GAC. Also want to know about adding and removing from …
.net .net-assembly gacI have a main form (let's call it frmHireQuote) that is a child of a main MDI form (frmMainMDI), that …
c# .net winforms parameter-passingIs it possible to use DateTimePicker (Winforms) to pick both date and time (in the dropdown)? How do you change …
c# .net winformsWhat format do I use for Date/Time when writing to an XML file using .NET? Do I simply use …
.net xml datetime