Showing tag results for .NET

Dec 9, 2019
Post comments count2
Post likes count0

GC Perf Infrastructure – Part 1

maoni

We open sourced our new GC Perf Infrastructure! It’s now part of the dotnet performance repo. I’ve been meaning to write about it ‘cause some curious minds had been asking when they could use it after I blogged about it last time but didn’t get around to it till now. First of all, let me point out that the target audience of this infra, aside from...

.NET.NET Core.NET Framework
Sep 23, 2019
Post comments count43
Post likes count0

ASP.NET Core and Blazor updates in .NET Core 3.0

Daniel Roth

ASP.NET Core and Blazor updates in .NET Core 3.0 Today we are thrilled to announce the release of .NET Core 3.0! .NET Core 3.0 is ready for production use, and is loaded with lots of great new features for building amazing web apps with ASP.NET Core and Blazor. Some of the big new features in this release of ASP.NET Core include: ...

ASP.NETASP.NET Core.NET Core
Sep 16, 2019
Post comments count29
Post likes count0

Announcing .NET Core 3.0 Release Candidate 1

Rich Lander [MSFT]

Today, we're announcing .NET Core 3.0 Release Candidate 1. Just like with Preview 9, we've focused on polishing .NET Core 3.0 for a final release. We are now getting very, very close. We intend to release the final version on September 23 at .NET Conf. Download .NET Core 3.0 RC1 on Windows, macOS, and Linux, available now. Details: Why ...

.NET
Sep 16, 2019
Post comments count3
Post likes count0

Finalization implementation details

maoni

Years ago I wrote a document on making finalization scanning concurrent. At the time there was an internal team that was using finalization as a way to resurrect objects and putting them back in their cache. While we’ve always advised to folks that finalization was for releasing native resources I couldn’t fault this team for using it the way they ...

.NET
Sep 10, 2019
Post comments count2
Post likes count0

.NET Core September 2019 Updates – 2.1.13 and 2.2.7

Lee Coward

Today, we are releasing the .NET Core September 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 need...

.NET
Sep 4, 2019
Post comments count28
Post likes count0

Announcing .NET Core 3.0 Preview 9

Rich Lander [MSFT]

Today, we're announcing .NET Core 3.0 Preview 9. Just like with Preview 8, we've focused on polishing .NET Core 3.0 for a final release and aren't adding new features. If these final builds seem less exciting than earlier previews, that's by design. Download .NET Core 3.0 Preview 9 right now on Windows, macOS, and Linux. ASP.NET Core, EF Core...

.NET.NET Core
Sep 3, 2019
Post comments count7
Post likes count0

Join us for .NET Conf 2019, Sept 23-25

Beth Massi

.NET Conf is back again this year and will be live streaming to a device near you September 23-25 on www.dotnetconf.net! .NET Conf is a FREE, 3 day virtual developer event co-organized by the .NET community and Microsoft. This year .NET Core 3.0 will launch at .NET Conf 2019! Come celebrate and learn about the new release. You won't want to miss th...

.NET
Aug 28, 2019
Post comments count2
Post likes count0

How the .NET Team uses Azure Pipelines to produce Docker Images

Matt Thalman

Producing Docker images for .NET might not seem like that big of a deal.  Once you’ve got a Dockerfile defined, just run "docker build" and "docker push" and you’re done, right?  Then just rinse and repeat when new versions of .NET are released and that should be all that’s needed.  Well, it’s not quite that simple.  When you factor in the numbe...

.NET
Aug 27, 2019
Post comments count2
Post likes count0

Redesigning Configuration Refresh for Azure App Configuration

Abhilash Arora

Overview Since its inception, the .NET Core configuration provider for Azure App Configuration has provided the capability to monitor changes and sync them to the configuration within a running application. We recently redesigned this functionality to allow for on-demand refresh of the configuration. The new design paves the way for smarter applic...

ASP.NETASP.NET Core.NET Core
Aug 22, 2019
Post comments count15
Post likes count0

Visual Studio Tips and Tricks: Increasing your Productivity for .NET

Mika Dumont

The .NET team is constantly thinking of new ways to make developers more productive. We've been working hard over the past year to take the feedback you've sent us and turn it into tools that you want! In this post I’ll cover some of the latest productivity features available in Visual Studio 2019 Preview. Code Fixes and Refactorings Code fixes...

.NET