Showing results for April 2018 - Page 2 of 2 - .NET Blog

Apr 12, 2018
0
0

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
0
0

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
Apr 11, 2018
0
0

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
Apr 11, 2018
0
0

Announcing .NET Core 2.1 Preview 2

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are announcing .NET Core 2.1 Preview 2. The release is now ready for broad testing, as we get closer to a final build within the next two to three months. We'd appreciate any feedback that you have. ASP.NET Core 2.1 Preview 2 and Entity Framework 2.1 Preview 2 are also releasing today. You can download and get started with .NET Core...

.NET
Apr 9, 2018
0
0

Explore Azure Cosmos DB with .NET Core and MongoDB

Jeremy Likness
Jeremy Likness

Have you had to design general purpose "metadata" tables in your SQL database that basically store column names and values? Do you often serialize/de-serialize XML or JSON from your SQL tables to handle volatile schemas and data? .NET developers have traditionally worked with relational database management systems (RDMS) like SQL Server. RDMS syste...

.NET