.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Performance Improvements in RyuJIT in .NET Core and .NET Framework

RyuJIT is the just-in-time compiler used by .NET Core on x64 and now x86 and by the .NET Framework on x64 to compile MSIL bytecode to native machine code when a managed assembly executes. I'd like to point out some of the past year's improvements that have gone into RyuJIT, and how they make the generated code faster. What follows is by no...
Comments are closed.0 0
.NET

Announcing EF Core 2.0 Preview 2

Today we are making Entity Framework Core 2.0 Preview 2 available. Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. EF Core follows the same release cycle as .NET Core but can be used in multiple .NET platforms, including .NET Core 2.0 and .NET Framework 4.6.1 or newer. Installing ...
Comments are closed.0 0
.NET

Announcing .NET Core 2.0 Preview 2

Today, we are announcing .NET Core 2.0 Preview 2. We have made improvements that we want to share and that we would love to get your feedback on. You can develop .NET Core 2.0 apps with Visual Studio 2017 Preview 15.3, Visual Studio for Mac or VS Code. ASP.NET Core 2.0 Preview 2 is also releasing today and takes advantage of the ...
Comments are closed.0 0
.NET

Introducing ASP.NET Core 2.0 Preview 2

At Build 2017, we released an initial preview version of ASP.NET Core 2.0.  Over the last two months we have incorporated your feedback and added a number of new features.  We now have a Preview 2 version of the ASP.NET Core 2.0 framework and Visual Studio tools for you to try.  In this post, we will review some of the new features in this ...

.NET Framework June 2017 Cumulative Quality Update for Windows 10

Today, we are releasing a new Cumulative Quality Update for the .NET Framework. It is specific to Windows 10 Creators Update (1703). Previously released security and quality updates are included in this release, including the NET Framework May 2017 Security and Quality Rollup and the May 2017 Cumulative Quality Update for Windows 10. There ...
Comments are closed.0 0
.NET

The week in .NET – .NET Conf, Material Design in XAML Toolkit

Previous posts: .NET Conf, September 19-21. Call for Content is Open! (image) .NET Conf is a free, 3 day virtual developer event co-organized by the .NET community and Microsoft. Over the course of the three days developers have a wide selection of live sessions that feature speakers from the community and .NET product teams. ...
Comments are closed.0 0
.NET

.NET AI/ML themed blogs: Building recommendation engine for .NET applications using Azure Machine Learning

⏱ Updated on June 28, 2017 🙌 Welcome to the first of  .NET's new AI and Machine Learning themed blog entries! We have set up this space as a place to share and discuss the work we will be doing with AI and Machine Learning. Through a series of blog posts, we would like to show you different ways on how .NET developers can ...
Comments are closed.0 0
.NET

The week in .NET – .NET Architecture: Microservices & Containers, On .NET with Omer Raviv on OzCode, Sprache

Previous posts: .NET Architecture – Microservices & Containers We recently added an Architecture Guidance page on the .NET Website. This new page pulls together architecture related resources for building different types of applications with .NET. We’ll be adding and updating content as it becomes available. The ...
Comments are closed.0 0
.NET

The week in .NET – On .NET with Mattias Karlsson on Cake, Topshelf

Previous posts: On .NET: Mattias Karlsson - Cake During the Microsoft Build conference, we recorded interviews with some of the attendees. Mattias Karlsson is a core contributor on Cake, the cross-platform build automation system with a C# DSL. Package of the week: Topshelf Topshelf is a framework for hosting ...
Comments are closed.0 0
.NET