Showing archive results for 2019

May 14, 2019
Post comments count7
Post likes count0

.NET Core May 2019 Updates – 1.0.16, 1.1.14, 2.1.11 and 2.2.5

Lee Coward

Today, we are releasing the .NET Core May 2019 Update. These updates contain security and reliability fixes. See the individual release notes for details on updated packages. NOTE: If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. Information needed to ...

.NET
May 14, 2019
Post comments count3
Post likes count0

.NET Framework May 2019 Security and Quality Rollup

Tara Overfield

Today, we are releasing the May 2019 Cumulative Update, Security and Quality Rollup, and Security Only Update. Security CVE-2019-0820 – Denial of Service Vulnerability A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings. An attacker who successfully exploited this vulnerability could cause ...

.NET Framework
May 8, 2019
Post comments count15
Post likes count5

Introducing the new Microsoft.Data.SqlClient

Diego Vega

This post was written by Vicky Harp, Program Manager on SqlClient and SQL Server Tools. Those of you who have been following .NET development closely have very likely seen Scott Hunter's latest blog post, .NET Core is the Future of .NET. The change in focus of .NET Framework towards stability and new feature development moving to .NET Core means SQ...

.NET.NET Core.NET Framework
May 8, 2019
Post comments count51
Post likes count0

Announcing Entity Framework 6.3 Preview with .NET Core Support

Diego Vega

The first preview of the EF 6.3 runtime is now available in NuGet. Note that the package is versioned as 6.3.0-preview5. We plan to continue releasing previews of EF 6.3 every month in alignment with the .NET Core 3.0 previews, until we ship the final version. What is new in EF 6.3? While Entity Framework Core was built from the ground up to w...

Entity Framework.NET.NET Core
May 8, 2019
Post comments count7
Post likes count0

Introducing diagnostics improvements in .NET Core 3.0

Sourabh Shirhatti [MSFT]

In .NET Core 3.0, we are introducing a suite of tools that utilize new features in the .NET runtime that make it easier to diagnose and solve performance problems. These runtime features help you answer some common diagnostic questions you may have: Is my application healthy? Often times an application can slowly start leaking ...

.NET Core
May 6, 2019
Post comments count122
Post likes count0

.NET Core is the Future of .NET 

Scott Hunter [MSFT]

We introduced .NET Core 1.0 on November 2014. The goal with .NET Core was to take the learning from our experience building, shipping and servicing .NET Framework over the previous 12 years and build a better product. Some examples of these improvements are side-by-side installations (you can install a new version and not worry about breaking exist...

.NET Core.NET Framework
May 6, 2019
Post comments count7
Post likes count0

Announcing ML.NET 1.0

Ankit Asthana

We are excited to announce the release of ML.NET 1.0 today.  ML.NET is a free, cross-platform and open source machine learning framework designed to bring the power of machine learning (ML) into .NET applications. https://github.com/dotnet/machinelearning Star Get Started @ http://dot.net/ml ML.NET allows you to train, build and ship c...

.NET
May 6, 2019
Post comments count20
Post likes count0

Announcing .NET Core 3.0 Preview 5

Rich Lander [MSFT]

Today, we are announcing .NET Core 3.0 Preview 5. It includes a new Json serializer, support for publishing single file executables, an update to runtime roll-forward, and changes in the BCL. If you missed it, check out the improvements we released in .NET Core 3.0 Preview 4, from last month. Download .NET Core 3.0 Preview 5 right now on Windows...

.NET.NET CoreC#
May 6, 2019
Post comments count23
Post likes count0

ASP.NET Core updates in .NET Core 3.0 Preview 5

Brady Gaster

ASP.NET Core updates in .NET Core 3.0 Preview 5 .NET Core 3.0 Preview 5 is now available. This iteration was brief for the team and primarily includes bug fixes and improvements to the more significant updates in Preview 4. This post summarizes the important points in this release. Please see the release notes for additional details and known iss...

ASP.NETASP.NET CoreBlazor
May 6, 2019
Post comments count281
Post likes count1

Introducing .NET 5

Rich Lander [MSFT]

Today, we're announcing that the next release after .NET Core 3.0 will be .NET 5. This will be the next big release in the .NET family. There will be just one .NET going forward, and you will be able to use it to target Windows, Linux, macOS, iOS, Android, tvOS, watchOS and WebAssembly and more. We will introduce new .NET APIs, runtime capabi...

.NET