News

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 ...
When working with TypeScript it's not unusual to need a class that matches an already existing server-side class written in C#. Here's one way to get from C# to TypeScript by doing what you normally ...
Take advantage of the Buffer class in .NET to improve application performance through faster access to data in memory ...