Category: .NET Core Version 2.0 preview

.NET Core and .NET Framework Working Together Header Image

.NET Core and .NET Framework Working Together, Or: The Magic of .NET Standard

Jamie Taylor4 comments

Now that the first previews of .NET Core and .NET Standard 2.0 have been released, we're able to use .NET Framework NuGet packages with .NET Core applications. In this post, I'll run you through the steps required to use a .NET Framework NuGet package in a .NET Core 2.0 application, and we'll build a .NET Core 2.0 desktop application which consumes an amazing .NET Framework class library.

continue reading
ASP.NET Core 2.0 Configuration and RazorPages Header Image

ASP.NET Core 2.0 Configuration and Razor Pages

Jamie Taylor4 comments

At Build 2017, there were a lot of new features announced for ASP.NET Core 2.0, .NET Core 2.0 and .NET Standard 2.0. In this week's blog post, we're going to look at a few of the changes, specifically: the new configuration model and Razor Pages. I'll even cover a bug that was found in Razor Pages. Remember a preview build isn't necessarily ready for production

continue reading