.NET Blog

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

Job support in the GC

I've noticed that more and more of our customers started to use job objects to restrict some form of resources for their processes such as CPU and memory. So I wanted to talk about the kind of support the GC offers to help with your managed processes running in a job object. The first thing to notice is that a managed process actually just ...

Changes to Project.json

This post was written by Scott Hunter. Last week we announced the schedule for RC2 / RTM of .NET Core and ASP.NET. Now that we have shipped RC2 I want to give more details on the .NET Core tooling moving from .xproj / project.json to .csproj / MSBuild. MSBuild When the ASP.NET team started building ASP.NET 5 (now ASP.NET Core) one of the key ...

On.NET show

So apparently CLR has this show on YouTube called On.NET which I was not aware of till yesterday. In any case, I have been invited on the show for the next episode which is 10am-11am next Thursday (05/26). This is streaming on YouTube so you can ask questions during the air time. So if you do have questions for me, you could ask them during ...

Happy 25th Birthday, VB!

(image) That’s right! Today marks the 25th (“Silver Anniversary”) since VB first debuted to the world. It seems like just yesterday I’d only been at Microsoft a little over a year when VB turned 20. Looking back at the progress of 5 years—a complete revamp of the IDE and debugger, a trove of new language features, and millions of ...

The week in .NET – 5/16/2016

To read last week's post, see The week in .NET – 5/10/2016. We shipped! Yesterday, we released ASP.NET Core RC2, .NET Core RC2, and the preview 1 of the associated SDK. We also released Entity Framework Core RC2. We also have a new .NET web site that you can reach using the simple dot.net URL. On.NET Last week on the...

Releasing F# Language Documentation as Open-Source

Guest post by Den Delimarsky, Program Manager, Butt & Enterprise Continuing our efforts to make our documentation more flexible and open, we are releasing the F# language documentation as open-source. This means that starting today you can both easily download the most up-to-date documents for offline consumption, as well as contribute to...

Announcing Entity Framework Core RC2

Entity Framework (EF) Core is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core RC2 available. This coincides with the release of .NET Core RC2 and ASP.NET Core RC2. EF Core, formerly known as EF7 Between RC1 and RC2, we changed from Entity Framework 7 to Entity Framework Core ...

Announcing Entity Framework Core RC2

Entity Framework (EF) Core is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core RC2 available. This coincides with the release of .NET Core RC2 and ASP.NET Core RC2. EF Core, formerly known as EF7 Between RC1 and RC2, we changed from Entity Framework 7 to Entity Framework Core ...

Announcing .NET Core RC2 and .NET Core SDK Preview 1

Updated (2017): See .NET Core Releases to learn about newer releases. This release is not supported. Today, we are announcing the release of .NET Core RC2. You can use it to build ASP.NET Core, console apps and class libraries for Windows, OS X and Linux. RC2 is a major update from the November RC1 release, including new APIs, performance ...

Announcing .NET Core RC2 and .NET Core SDK Preview 1

Updated (2017): See .NET Core Releases to learn about newer releases. This release is not supported. Today, we are announcing the release of .NET Core RC2. You can use it to build ASP.NET Core, console apps and class libraries for Windows, OS X and Linux. RC2 is a major update from the November RC1 release, including new APIs, performance ...