Showing results for May 2018 - .NET Blog

May 30, 2018
0
0

Announcing .NET Core 2.1

Rich Lander [MSFT]
Rich Lander [MSFT]

We're excited to announce the release of .NET Core 2.1. It includes improvements to performance, to the runtime and tools. It also includes a new way to deploy tools as NuGet packages. We've added a new primitive type called that operates on data without allocations. There are many other new APIs, focused on cryptography, compression, and Windows ...

.NET
May 30, 2018
0
0

Announcing Entity Framework Core 2.1

Diego Vega
Diego Vega

Today we are excited to announce the release of Entity Framework (EF) Core 2.1. This is the latest production-ready release of our open-source and cross-platform data access technology. We are releasing today alongside .NET Core 2.1 and ASP.NET Core 2.1. EF Core 2.1 targets .NET Standard 2.0 and so also runs on .NET Core 2.0 and .NET Framework 4.6....

Entity Framework
May 30, 2018
0
0

ASP.NET Core 2.1.0 now available

Daniel Roth
Daniel Roth

Today we're thrilled to announce the release of ASP.NET Core 2.1.0! This is the latest release of our open-source and cross-platform web framework for .NET and it's now ready for production use. Get started with ASP.NET Core 2.1 today! New features in this release include: Check out What's New in ASP...

ASP.NETASP.NET Core
May 23, 2018
0
0

Troubleshooting ASP.NET Core Performance Problems

Jeffrey Fritz
Jeffrey Fritz

This is a guest post by Mike Rousos I recently had an opportunity to help a developer with an ASP.NET Core app that was functionally correct but slow when under a heavy user load. We found a few different factors contributing to the app's slowdown while investigating, but the majority of the issues were some variation of blocking threads that coul...

ASP.NETASP.NET Core
May 22, 2018
0
0

Announcing ASP.NET Providers Connected Service Visual Studio Extension

Matt FJH
Matt FJH

Provider pattern was introduced in ASP.NET 2.0 and it gives the developers the flexibility of where to store the state of ASP.NET features (e.g. Session State, Membership, Output Cache etc.). In ASP.NET 4.6.2, we added async support for Session State Provider and Output Cache Provider.  These providers provide much better scalability, and enables t...

ASP.NETAzureVisual Studio
May 21, 2018
0
0

A Penny Saved is a Ton of Serverless Compute Earned

Web Development Tools Microsoft
Web Development Tools Microsoft

Scott Guthrie recently shared one of my favorite anecdotes on his Azure Red Shirt Tour. A Microsoft customer regularly invokes 1 billion (yes, that’s with a “B”) Azure Functions per day. The customer reached out to support after the first month thinking there was a bug in the billing system, only to find out that the $72 was in fact correct. How is...

ASP.NETAzure
May 17, 2018
0
0

.NET Framework May 2018 Preview of Quality Rollup for Windows 10

Tara Overfield
Tara Overfield

Today, we are releasing the May 2018 Preview of Quality Rollup for Windows 10 1703 (Creators Update) and Windows 10 1607 (Anniversary Update). Quality and Reliability This release contains the following quality and reliability improvements. CLR Networking WPF Note: Additional information on these improvements is not avail...

.NET
May 15, 2018
0
0

.NET Framework May 2018 Preview of Quality Rollup

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are releasing the May 2018 Preview of Quality Rollup. Quality and Reliability This release contains the following quality and reliability improvements. CLR Networking WPF Note: Additional information on these improvements is not available. The VSTS bug number provided with each improvement is a ...

.NET