The week in .NET – 7/19/2016
To read the last post, see The week in .NET – 7/12/2016. On .NET Last week’s show was postponed and will be rescheduled at a later date. This week, we will have Rowan Miller on the show to talk about...
View ArticleA Peek into F# 4.1
Later this year, we’re going to ship a new version of Microsoft’s tools for F#. This will include support for F# 4.1, featuring important incremental improvements to the language that have been...
View ArticleThe week in .NET – 7/26/2016
To read last week’s post, see The week in .NET – 7/19/2016. On .NET Last week, we had Rowan Miller on the show to talk about Entity Framework. This week’s show has been canceled and is anticipated to...
View Article.NET Support and Versioning
This post was written by Lee Coward. We’ve travelled many new roads in the process of releasing .NET Core 1.0, ASP.NET Core 1.0 and Entity Framework Core 1.0. Developing the projects in the open and...
View ArticleEntity Framework Core 1.1 Plans
Now that Entity Framework Core (EF Core) 1.0 is released, our team is beginning work on bug fixes and new features for the 1.1 release. Keep in mind that it’s early days for this release, we’re sharing...
View ArticleThe week in .NET – 8/2/2016
To read last week’s post, see The week in .NET – 7/26/2016. On .NET We had no show last week, and the guest for this week is still to be determined. Please check the On .NET channel on YouTube for...
View ArticleAnnouncing .NET Framework 4.6.2
Today we are excited to announce the availability of the .NET Framework 4.6.2! Many of the changes are based on your feedback, including those submitted on UserVoice and Connect. Thanks for your...
View ArticleThe week in .NET – 8/9/2016
To read last week’s post, see The week in .NET – 8/2/2016. On .NET Last week on the show, we had Frank Krueger to talk about his amazing Continuous C# and F# IDE for the iPad. This week, we’ll speak...
View ArticleIntroducing the .NET Framework Monthly Rollup
We are making an important change to .NET Framework updates to align with the Windows Monthly Rollup, also announced today. Beginning October 2016, you will be able to install a new update release...
View ArticleThe week in .NET – 8/16/2016
To read last week’s post, see The week in .NET – 8/9/2016. On .NET Last week, we had Pablo Santos and Francisco Monteverde to talk about PlasticSCM, a version control system with interesting features...
View ArticlePowerShell is now open-source, and cross-platform
The PowerShell team made a few announcements today: it’s going open-source, and it’s now available on Windows, Mac, and Linux. This is excellent news in itself, but the .NET team wanted to take the...
View ArticleThe week in .NET – 8/23/2016
To read last week’s post, see The week in .NET – 8/16/2016. On .NET Last week, we moved into our new studios with Channel 9, where JB Evain joined me to interview Lucas Meijer from Unity. We had our...
View ArticleWhat’s New in C# 7.0
What follows is a description of all the planned language features in C# 7.0. With the release of Visual Studio “15” Preview 4, most of these features are coming alive. Now is a great time to take them...
View ArticleThe week in .NET – 8/30/2016
To read last week’s post, see The week in .NET – 8/23/2016. On .NET Last week, Phillip Carter was on the show and gave some pretty neat intro-level F# demos. This week, we’ll talk to Ayende Rahien from...
View ArticleThe week in .NET – 9/7/2016
To read last week’s post, see The week in .NET – 8/30/2016. On .NET Last week, Ayende Rahien was on the show to talk about RavenDB and .NET: This week, we’ll speak with Benjamin Fistein and Jakub Míšek...
View ArticleAnnouncing September 2016 Updates for .NET Core 1.0
Today, we are releasing a set of reliability and quality updates for .NET Core 1.0. The quickest way to get the updates is to head over to dot.net/core and follow the updated install instructions for...
View ArticleThe week in .NET: .NET Core 1.0.1 – On .NET with Peachpie – Avalonia – Folk Tale
To read last week’s post, see The week in .NET – 9/7/2016. .NET Core 1.0.1 shipped! We shipped .NET Core 1.0.1 yesterday. Check out the announcement! On .NET Last week, we spoke with Benjamin Fistein...
View ArticleCustom ASP.NET Core Middleware Example
One of the great things about ASP.NET Core is its extensibility. The behavior of an ASP.NET Core app’s HTTP request handling pipeline can be easily customized by specifying different middleware...
View ArticleThe week in .NET: On .NET with Steeltoe – C# Functional Extensions – Firewatch
To read last week’s post, see The week in .NET: .NET Core 1.0.1 – On .NET with Peachpie – Avalonia – Folk Tale. On .NET Last week, we had David Morhovich and Zach Brown on the show to talk about...
View ArticleReusing Configuration Files in ASP.NET Core
Introduction The release of ASP.NET Core 1.0 has enticed existing ASP.NET customers to migrate their projects to this new platform. While working with a customer to move their assets to ASP.NET Core,...
View Article