Showing archive results for 2018

Feb 27, 2018
Post comments count4
Post likes count0

ASP.NET Core 2.1.0-preview1: Improvements for building Web APIs

Daniel Roth

ASP.NET Core 2.1 adds a number of features that make it easier and more convenient to build Web APIs. These features include Web API controller specific conventions, more robust input processing and error handling, and JSON patch improvements. Please note that some of these features require enabling MVC compatibility with 2.1, so be sure to check ...

ASP.NETASP.NET Core
Feb 27, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-preview1: Introducing compatibility version in MVC

Glenn Condron

This post was written by Ryan Nowak In 2.1 we're adding a feature to address a long-standing problem for maintaining MVC - how do we make improvements to framework code without making it too hard for developers to upgrade to the latest version? This is not an easy concern to solve - and with 7 major releases of MVC (dating back to 2009) there are ...

ASP.NETASP.NET Core
Feb 27, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-preview1: Getting started with SignalR

Andrew Stanton-Nurse

Since 2013, ASP.NET developers have been using SignalR to build real-time web applications. Now, with ASP.NET Core 2.1 Preview 1, we're bringing SignalR over to ASP.NET Core so you can build real-time web applications with all the benefits of ASP.NET Core. We released an alpha version of this new SignalR back in October that worked with ASP.NET Cor...

ASP.NETASP.NET CoreSignalR
Feb 27, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-preview1: Using ASP.NET Core Previews on Azure App Service

Glenn Condron

There are 3 options to get ASP.NET Core 2.1 Preview applications running on Azure App Service: 1. Installing the Preview1 site extension 2. Deploying your app self-contained 3. Using Web Apps for Containers Installing the site extension Starting with 2.1-preview1 we are producing an Azure App Service site extension that contains everything yo...

ASP.NETASP.NET CoreAzure
Feb 27, 2018
Post comments count0
Post likes count0

Announcing Entity Framework Core 2.1 Preview 1

Diego Vega

Today we are releasing the first preview of EF Core 2.1, alongside .NET Core 2.1 Preview 1 and ASP.NET Core 2.1 Preview 1. The new bits are available in NuGet as part of the individual packages, and as part of the ASP.NET Core meta-packages (both Microsoft.AspNetCore.All and the new Microsoft.AspNetCore.App), and included in the .NET Core SDK. ...

Entity Framework
Feb 27, 2018
Post comments count1
Post likes count0

Announcing .NET Core 2.1 Preview 1

Rich Lander [MSFT]

Today, we are announcing .NET Core 2.1 Preview 1. It is the first public release of .NET Core 2.1. We have great improvements that we want to share and that we would love to get your feedback on, either in the comments or at dotnet/core #1297. ASP.NET Core 2.1 Preview 1 and Entity Framework 2.1 Preview 1 are also releasing today. You can down...

.NET
Feb 27, 2018
Post comments count1
Post likes count1

ASP.NET Core 2.1.0-preview1: Improvements for using HTTPS

Daniel Roth

Securing web apps with HTTPS is more important than ever before. Browser enforcement of HTTPS is becoming increasingly strict. Sites that don't use HTTPS are increasingly labeled as insecure. Browsers are also starting to enforce that new and existing web features must only be used from an secure context (Chromium, Mozilla). New privacy requir...

ASP.NETASP.NET Core
Feb 27, 2018
Post comments count0
Post likes count0

ASP.NET Core 2.1.0-preview1 now available

Damian Edwards

Today we're very happy to announce that the first preview of the next minor release of ASP.NET Core and .NET Core is now available for you to try out. We've been working hard on this release over the past months, along with many folks from the community, and it's now ready for a wider audience to try it out and provide the feedback that will contin...

ASP.NETASP.NET Core
Feb 27, 2018
Post comments count0
Post likes count0

Calling All Desktop Developers: How do you interact with data?

Aditi Dugar [MSFT]

Connecting to databases and services is an important part of desktop application development for many of our customers. Visual Studio provides a variety of tools and technologies that can help you connect to and interact with your different data sources. We’d love your help in shaping our future offerings in this space! Please fill out the survey ...

.NET FrameworkASP.NET
Feb 27, 2018
Post comments count0
Post likes count0

Deprecating NuGet.org authentication

Anand Gaurav

As announced in our NuGet Fall 2017 Roadmap blog post, we are transitioning away from NuGet.org’s home-grown authentication mechanism which will eventually allow us to add support for additional security systems such as two-factor authentication (2-FA). In preparation for this transition, we had already added support for Microsoft accounts (MSA) to...

NuGetNuGet.org