Showing tag results for ASP.NET Core

Jul 25, 2018
Post comments count0
Post likes count0

Blazor 0.5.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.5.0 is now available! This release explores scenarios where Blazor is run in a separate process from the rendering process. Specifically, Blazor 0.5.0 enables the option to run Blazor on the server and then handle all UI interactions over a SignalR connection. This release also adds some very early support for debugging your Blazor .NET co...

ASP.NETASP.NET CoreBlazor
Jun 7, 2018
Post comments count0
Post likes count0

Blazor 0.4.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.4.0 is now available! This release includes important bug fixes and several new feature enhancements. New features in Blazor 0.4.0 (details below): A full list of the changes in this release can be found in the Blazor 0.4.0 release notes. Get Blazor 0.4.0 To get setup with Blazor 0.4.0: ...

ASP.NETASP.NET CoreBlazor
May 30, 2018
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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 7, 2018
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.1 RC 1

Diego Vega
Diego Vega

Today, we are excited to announce that the first release candidate of EF Core 2.1 is available, alongside .NET Core 2.1 RC 1 and ASP.NET Core 2.1 RC 1, for broad testing, and now also for production use! Go live support EF Core 2.1 RC1 is a "go live" release, which means once you test that your application works correctly with RC1, you can use it...

Entity Framework
May 2, 2018
Post comments count1
Post likes count0

Blazor 0.3.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.3.0 is now available! This release includes important bug fixes and many new feature enhancements. New features in this release (details below): A full list of the changes in this release can be found in the Blazor 0.3.0 release notes. Get Blazor 0.3.0 To get setup with Blazor 0.3.0: To install the Blazor templates on t...

ASP.NETASP.NET CoreBlazor
Apr 18, 2018
Post comments count0
Post likes count0

.NET Highlights in Visual Studio 2017 version 15.7 Preview 4

.NET Team
.NET Team

As you know we continue to incrementally improve Visual Studio 2017 (version 15), and our 7th significant update is currently well under way with the 4th preview shipping today. As we’re winding down the preview, we’d like to stop and take the time to tell you about all of the great updates that are coming in Visual Studio version 15.7 for .NET pro...

.NET
Apr 17, 2018
Post comments count0
Post likes count0

Blazor 0.2.0 release now available

Daniel Roth
Daniel Roth

Just a few weeks ago we announced the first preview release of an experimental web UI framework called Blazor. Blazor enables full-stack web development using C# and WebAssembly. So far thousands of web developers have taken on the challenge to try out Blazor and done some pretty remarkable things: The feedback and support from the communit...

ASP.NETASP.NET CoreBlazor
Apr 11, 2018
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.1 Preview 2

Diego Vega
Diego Vega

Today we’re releasing the second preview of EF Core 2.1, alongside .NET Core 2.1 Preview 2 and ASP.NET Core 2.1 Preview 2. Thank you so much to everyone who has tried our early builds and has helped shape this release with their feedback and code contributions! The new preview bits are now available in NuGet as individual packages, and as par...

Entity Framework