News

Take advantage of the is and as operators in C# to perform casting operations elegantly and write code that is well structured, concise, and maintainable.
This article explains singleton classes and static classes and when we should we use one versus the other. To work with the code examples provided in this article, you should have Visual Studio ...
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 ...