Showing tag results for .NET

Aug 13, 2019
Post comments count38
Post likes count0

.NET Framework 4.8 is available on Windows Update, WSUS and MU Catalog

Namrata Karnam
Namrata Karnam

01/14/2020: This post has been updated with information about the Microsoft .NET Framework 4.8 for Windows Updates released on January 14, 2020 via Windows Update/WSUS/Catalog to include the servicing fixes since the .NET Framework 4.8 August 2019 Windows Update. Apart from the servicing fixes, there is no change in the .NET Framework 4.8 product f...

.NET
Aug 13, 2019
Post comments count20
Post likes count0

Announcing .NET Core 3.0 Preview 8

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are announcing .NET Core 3.0 Preview 8. Just like with Preview 7, we've focused on polishing .NET Core 3.0 for a final release and are not adding new features. If these final previews seem anti-climatic, that's by design. Download .NET Core 3.0 Preview 8 right now on Windows, macOS and Linux. ASP.NET Core and EF Core are also releas...

.NET
Aug 7, 2019
Post comments count29
Post likes count0

Update on .NET Standard adoption

Immo Landwerth
Immo Landwerth

It's about two years ago that I announced .NET Standard 2.0. Since then we've been working hard to increase the set of .NET Standard-based libraries for .NET. This includes many of the BCL components, such as the Windows Compatibility Pack, but also other popular libraries, such as the JSON.NET, the Azure SDK, or the AWS SDK. In this blog post, I'l...

.NET
Aug 7, 2019
Post comments count29
Post likes count0

Calling all .NET desktop and mobile developers!

Olia Gavrysh
Olia Gavrysh

We would love to hear about your experience with building client applications in .NET. Your feedback will greatly help us to improve the .NET tooling and ensure our roadmap focuses on your needs. Participate in shaping the future of the .NET client development by taking this short survey (5 minutes to complete). We are also searching for develop...

.NET
Aug 6, 2019
Post comments count97
Post likes count0

Try out Nullable Reference Types

Phillip Carter
Phillip Carter

Try out Nullable Reference Types With the release of .NET Core 3.0 Preview 7, C# 8.0 is considered "feature complete". That means that the biggest feature of them all, Nullable Reference Types, is also locked down behavior-wise for the .NET Core release. It will continue to improve after C# 8.0, but it is now considered stable with the r...

.NET
Jul 23, 2019
Post comments count4
Post likes count0

Announcing Entity Framework Core 3.0 Preview 7 and Entity Framework 6.3 Preview 7

Diego Vega
Diego Vega

Today, we are making new previews of EF Core 3.0 and EF 6.3 available on nuget.org. .NET Core 3.0 Preview 7 and ASP.NET Core 3.0 Preview 7 were also made available today. We encourage you to install these previews to try the new features, and to validate that all the functionality required by your applications is available and works correctly...

.NET
Jul 23, 2019
Post comments count37
Post likes count0

Announcing .NET Core 3.0 Preview 7

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are announcing .NET Core 3.0 Preview 7. We've transitioned from creating new features to polishing the release. Expect a singular focus on quality for the remaining preview releases. Download .NET Core 3.0 Preview 7 right now on Windows, macOS and Linux. ASP.NET Core and EF Core are also releasing updates today. ...

.NET.NET Core
Jun 20, 2019
Post comments count2
Post likes count0

Help us shape the future of .NET for Apache Spark

Meera Haridasa
Meera Haridasa

Apache Sparkâ„¢ is a general-purpose distributed processing engine for analytics over large data set typically terabytes or petabytes of data. Apache Spark can be used for processing batches of data, real-time streams, machine learning, and ad-hoc query. So far Spark has been accessible through Scala, Java, Python and R but not .NET. At Spark + AI...

.NET
Jun 13, 2019
Post comments count6
Post likes count0

Announcing Entity Framework Core 3.0 Preview 6 and Entity Framework 6.3 Preview 6

Diego Vega
Diego Vega

New previews of the next versions of EF Core and EF 6 are now available on NuGet.Org. What is new in EF Core 3.0 Preview 6 In recent months, a lot of our efforts have been focused on a new LINQ implementation for EF Core 3.0. Although the work isn't complete and a lot of the intended functionality hasn't been enabled, before preview 6 we reached ...

Entity Framework
Jun 13, 2019
Post comments count73
Post likes count0

Try the new System.Text.Json APIs

Immo Landwerth
Immo Landwerth

For .NET Core 3.0, we're shipping a brand new namespace called System.Text.Json with support for a reader/writer, a document object model (DOM), and a serializer. In this blog post, I'm telling you why we built it, how it works, and how you can try it. We also have a video: Getting the new JSON library The future of JSON in ....

.NET