Do NOT use for questions about .NET Core - use [.net-core] instead.
I'm getting the error: Extension methods must be defined in a non-generic static class On the line: public class LinqHelper …
c# .net linq extension-methods compiler-errorsI have a condition in a silverlight application that compares 2 strings, for some reason when I use == it returns false …
c# .net equalsMicrosoft should have implemented something snappy for INotifyPropertyChanged, like in the automatic properties, just specify {get; set; notify;} I think …
c# .net winforms inotifypropertychangedCurrently I am using following function to get the temporary folder path for current user: string tempPath = System.IO.Path.…
c# .net temporary-directoryHow can I quickly determine what the root URL is for my ASP.NET MVC application? I.e., if IIS …
.net asp.net asp.net-mvc iisIn MSDN I found CloseReason.UserClosing to know that the user had decided to close the form but I guess …
c# .net winformsHow can I read an XML attribute using C#'s XmlDocument? I have an XML file which looks somewhat like …
c# .net xml xmldocument