Showing category results for ASP.NET Core

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

ASP.NET Core 2.1.0-rc1 now available

Daniel Roth
Daniel Roth

Today we’re happy to announce the first release candidate of ASP.NET Core 2.1! This release should be very close to the final stable release of ASP.NET Core 2.1 and includes primarily bug fixes and polish for the features that we shipped in earlier previews. This is a "go live" release that can be used in production with the understanding...

ASP.NETASP.NET Core
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 27, 2018
Post comments count0
Post likes count0

Cosmos DB Solves Common Data Challenges in App Development

Jasmine Greenaway [MSFT]
Jasmine Greenaway [MSFT]

When considering how to implement your application with a relational database, it can change how you build it dramatically. Some of these challenges include adding an abstract implementation of the schema in the code, mapping data to objects, building queries, and preventing SQL injection attacks. Wouldn't it be great if there was a way to reduce t...

ASP.NETASP.NET CoreAzure
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 12, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-preview2: Improvements to the Kestrel HTTP server

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

Change default transport to Sockets Building off the improvements to the managed sockets implementation in .NET Core we have changed the default transport in Kestrel from libuv to sockets. As a consequence, the  package is no longer part of the  metapackage. How to switch back to libuv To continue using libuv as your transport, you will need to ...

ASP.NETASP.NET Core
Apr 12, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-preview2 now available

Damian Edwards
Damian Edwards

Today we're very happy to announce that the second preview of the next minor release of ASP.NET Core and .NET Core is now available for you to try out. This second preview includes many refinements based on feedback we received from the first preview we released back in February. You can read about .NET Core 2.1.0-preview2 over on their blog. ...

ASP.NETASP.NET Core
Mar 22, 2018
Post comments count4
Post likes count0

Get started building .NET web apps that run in the browser with Blazor

Daniel Roth
Daniel Roth

For up to date instructions on how to get started with Blazor, please go to https://blazor.net. Today we released our first public preview of Blazor, a new experimental .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly. Blazor enables full stack web development with the stability, consistency, and productivity of...

ASP.NETASP.NET CoreBlazor
Mar 22, 2018
Post comments count0
Post likes count0

ASP.NET Core manageability and Application Insights improvements

Sergey Kanzhelev
Sergey Kanzhelev

There are many great investments on the ASP.NET Core 2.1 roadmap. These investments make ASP.NET Core applications easier to write, host, test, and make security and standards compliant. This blog post talks about areas of investments in manageability and monitoring space. It covers ASP.NET Core, .NET, and Application Insights SDK for ASP.NET Core ...

ASP.NETASP.NET Core