Showing archive results for 2018

Apr 20, 2018
Post comments count0
Post likes count0

Help us plan the future of .NET!

Aditi Dugar [MSFT]

We’re currently planning our next major .NET releases and would love to hear your feedback on how you interact with .NET Framework and .NET Core today. Please fill out the survey below and help shape our next release by telling us about your biggest challenges and needs. It should only take 5 minutes to complete! Take the survey now! We appreciate...

.NET
Apr 18, 2018
Post comments count3
Post likes count3

Performance Improvements in .NET Core 2.1

Stephen Toub - MSFT

Back before .NET Core 2.0 shipped, I wrote a post highlighting various performance improvements in .NET Core 2.0 when compared with .NET Core 1.1 and the .NET Framework. As .NET Core 2.1 is in its final stages of being released, I thought it would be a good time to have some fun and take a tour through some of the myriad of performance improvements...

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

.NET Highlights in Visual Studio 2017 version 15.7 Preview 4

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

What Happened to Bower?

Justin Clareburt (MSFT)

Bower is a popular package management system for managing static content used by client-side web applications. Visual Studio provides rich support for Bower, including templates and package management tools. In October 2017, there were announcements on Twitter hinting that the Bower platform was being deprecated. While Bower hasn’t gone away, the ...

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

Publish Improvements in Visual Studio 2017 version 15.7

picru

Today we released Visual Studio 2017 version 15.7. Our 15.7 update brings some exciting updates for publishing applications from Visual Studio that we’re excited to tell you about, including: Configure settings before publishing When publishing your ASP.NET Core applications to either a folder or Azure App Service you can configure the f...

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

.NET Core April 2018 Update

Rich Lander [MSFT]

Today, we are releasing the .NET Core April 2018 Update. This update includes .NET Core 1.0.11, 1.1.8 and 2.0.7. There are no new security fixes in this update. See April 2018 .NET Updates for other updates. Fixes and Commits CoreFX CoreCLR Getting the Update The .NET Core April 2018 Update is available from the .NET Core downlo...

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

Library Manager: Client-side content manager for web apps

Justin Clareburt (MSFT)

If you’re developing a modern web app, chances are your app will reference client-side JavaScript and CSS files like jQuery or bootstrap. Maybe you copy these from a previous project, download them, or use Bower. However, with Bower announcing they won’t be offering support into the future, we thought it time to produce a lightweight, effective sol...

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

Blazor 0.2.0 release now available

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

Organizations on NuGet.org

Anand Gaurav

We are happy to announce support for Organizations on NuGet.org. This will help businesses and open-source projects collaborate on packages using a single nuget.org identity. Why organizations? NuGet.org used to allow you to create an account and publish packages through that account with little support to manage and publish packages as a team or...

NuGetNuGet.orgFeature Announcement
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]

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