News

Auto-implemented properties let you define a property in a single line of code: public string LastName { get; set; } In C# 6.0, you can also initialize that property to some constant value in the same ...
I'm trying to write a simple C# (.NET 1.1) class with a couple of properties. One of the properties is going to be SiteGuid, which relates to the SiteGuid of a SharePoint SPSite object.