Showing tag results for .NET

Sep 19, 2016
Post comments count1
Post likes count0

Custom ASP.NET Core Middleware Example

Mike Rousos

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 components. This allows developers to plug in request handlers like MVC middleware, static file providers, authentication, error pages, or even their own cu...

.NET
Sep 14, 2016
Post comments count0
Post likes count0

The week in .NET: .NET Core 1.0.1 – On .NET with Peachpie – Avalonia – Folk Tale

Bertrand Le Roy

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 and Jakub Míšek about Peachpie, a PHP compiler for .NET. We've had Ben and Jakub on the show before, and they came back to show us some of the new...

.NET
Sep 7, 2016
Post comments count0
Post likes count0

The week in .NET – 9/7/2016

Bertrand Le Roy

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 from Peachpie to get an update on their PHP compiler for .NET, which now works on .NET Core and Docker, and can consumer NuGet packages. The sh...

.NET
Aug 30, 2016
Post comments count0
Post likes count0

The week in .NET – 8/30/2016

Bertrand Le Roy

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 Hibernating Rhinos, about RavenDB and .NET. The show begins at 11AM Pacific Time on Channel 9. We'll take questions on Gitter, on the dotnet/ho...

.NET
Aug 24, 2016
Post comments count1
Post likes count0

What’s New in C# 7.0

Mads Torgersen

Update (4/2017): See New Features in C# 7.0, the update to this post. 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 for a spin and tell us your thoughts! C# 7.0 adds a number of ne...

.NET
Aug 23, 2016
Post comments count0
Post likes count0

The week in .NET – 8/23/2016

Bertrand Le Roy

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 fair share of technical hiccups, but Lucas gave some great demos: This week, we'll bump up the lights a bit, and I won't forget my power supply (p...

.NET
Aug 18, 2016
Post comments count0
Post likes count1

PowerShell is now open-source, and cross-platform

Bertrand Le Roy

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 time to analyze what this means for .NET developers. First, the availability of PowerShell on Linux and macOS, while it doesn't aim at replacing the nat...

.NET
Aug 16, 2016
Post comments count0
Post likes count0

The week in .NET – 8/16/2016

Bertrand Le Roy

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 such as semantic merge and digital asset management. If you think version control is done and that Git is the end of it, you should check out the vi...

.NET
Aug 15, 2016
Post comments count0
Post likes count0

Introducing the .NET Framework Monthly Rollup

Stacey Haffner [MSFT]

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 called the .NET Framework Monthly Rollup. The rollup will update the .NET Framework with the latest security and quality improvements. The .NET Framewor...

.NET
Aug 9, 2016
Post comments count0
Post likes count0

The week in .NET – 8/9/2016

Bertrand Le Roy

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 with Francisco Monteverde about PlasticSCM. Package of the week: OxyPlot OxyPlot is an open source and cross-platform plotting library. Here'...

.NET