Eric Vogel goes over a few C# 6.0 language improvements that will help make your coding experiences more concise. C# 6.0 is slated for official release with Visual Studio 2015 later this year. As of ...
Click the menu (Tools > C# > Generate Code...) Select a base model (or package) that will be generated to C#. Select a folder where generated C# source files will be placed. Below are the rules to ...
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. The ...
Take advantage of array pooling and memory pooling in C# to reduce allocations and improve the performance of your applications Optimal usage of available resources is one of the most important ...