New SharePoint CSOM version released for SharePoint Online
SharePoint supports two main development / deployment techniques for creating SharePoint projects: Server Object Model and Client-Side Object Model. If you plan on doing development…
Microsoft has acquired Xamarin
Xamarin has been known for offering a native cross-platform development solution. It allows writing code using .NET and then running the same code on iOS,…
Changes in SharePoint 2016
SharePoint 2016 is due later this year. It includes several changes based on the available preview version. Here are some of the prominent changes: (Note:…
SQL Server 2016 includes R Language
SQL Server 2016 should hit RTM sometime later this year. It includes several new features. You can read about some of the new features in…
Generating Class(es) from JSON in Visual Studio
JSON is a very popular lightweight data-interchange format. Visual Studio makes it very easy to generate class / classes out of JSON. Say, we have…
Object Oriented Programming: JavaScript vs TypeScript in Visual Studio 2015
JavaScript has been the defacto web language for a very long time. It’s used for implementing client-side validation, animation, DOM manipulation, AJAX and for several…
TDD / Unit Testing JavaScript in Visual Studio using Jasmine and Chutzpah
In this post we will see how to unit test JavaScript in Visual Studio using Jasmine and Chutzpah. We will use Visual Studio’s built-in…
Web Application Compatibility Lab Kit
Internet Explorer has seen several iterations over the past 20 years. IE 11 is the last version of Internet Explorer. Microsoft Edge is the future…
What are “Server Roles” / MinRole in SharePoint 2016?
Installation of older versions of SharePoint is agnostic of role. It’s the services that farm admins provision that determines the server role. E.g. on a…
What are “Server Roles” / MinRole in SharePoint 2016
Installation of older versions of SharePoint is agnostic of role. It’s the services that farm admins provision that determines the server role. E.g. on a…