Posts

Showing posts from 2019

.NET Core vs .NET Framework: How to Pick a .NET Runtime for an Application

Image
Is  .NET Core  the next big thing? We’ve been toying with it for a while now, and we tend to think that it is. In fact, we predict that there will be a  huge demand  for developers skilled in this technology in 2018-2019. But how does it differ from the .NET Framework, and what do you need to know to use them effectively? In this post, we’ll explain the main differences and offer some guidance on how to make the best use of each. Historically, the .NET Framework has only worked on Windows devices. The Xamarin and Mono projects worked to bring .NET to mobile devices, macOS, and Linux. .NET Core provides a standard base library that can now be used across Windows, Linux, macOS, and mobile devices (via Xamarin). There are four major components of .NET architecture: Common language specification  (CLS) defines how objects are implemented so they work everywhere .NET works. CLS is a subset of Common Type System (CTS) — which sets a common way to describe all types. Framework class