Showing results for June 2017 - .NET Blog

Jun 29, 2017
Post comments count0
Post likes count0

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

Joseph Tremoulet [MSFT]
Joseph Tremoulet [MSFT]

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 means...

.NET
Jun 28, 2017
Post comments count2
Post likes count0

WCF Web Service Reference Provider – Metadata Exchange Endpoint Authentication

Miguell - MSFT
Miguell - MSFT

With the recent update to the WCF Service Reference tool in the VS Marketplace, support has been added for downloading metadata for a web service where the metadata exchange (MEX) endpoint has been secured with IIS authentication. The purpose of MEX endpoints is to allow clients to discover the service capabilities, including security aspects of t...

ASP.NETVisual StudioWCF
Jun 28, 2017
Post comments count0
Post likes count0

Announcing EF Core 2.0 Preview 2

Diego Vega
Diego Vega

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 or upg...

.NET
Jun 28, 2017
Post comments count0
Post likes count0

Announcing .NET Core 2.0 Preview 2

Rich Lander [MSFT]
Rich Lander [MSFT]

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 improvements in ...

.NET
Jun 28, 2017
Post comments count0
Post likes count0

Introducing ASP.NET Core 2.0 Preview 2

Jeffrey Fritz
Jeffrey Fritz

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 preview ...

ASP.NETASP.NET Core
Jun 27, 2017
Post comments count0
Post likes count0

.NET Framework June 2017 Cumulative Quality Update for Windows 10

Rich Lander [MSFT]
Rich Lander [MSFT]

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 was no ...

.NET
Jun 27, 2017
Post comments count0
Post likes count0

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

Bertrand Le Roy
Bertrand Le Roy

Previous posts: .NET Conf, September 19-21. Call for Content is Open! .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. These are the exp...

.NET
Jun 26, 2017
Post comments count0
Post likes count0

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

.NET Team
.NET Team

⏱ 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 leverage Ma...

.NET
Jun 20, 2017
Post comments count0
Post likes count0

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

Bertrand Le Roy
Bertrand Le Roy

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 Microservices &...

.NET
Jun 14, 2017
Post comments count0
Post likes count0

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

Bertrand Le Roy
Bertrand Le Roy

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 services ...

.NET