Showing tag results for ASP.NET Core

Jul 26, 2017
Post comments count0
Post likes count0

.NET Application Architecture Guidance

Cesar De la Torre

The .NET Team has been producing guidance for building microservices and container based applications, web applications and Xamarin.Forms mobile apps. You can use this guidance to help build your applications according to accepted industry patterns with .NET and C#. We have heard many requests for this guidance over the last year. We have recent...

.NET
Jun 28, 2017
Post comments count0
Post likes count0

Announcing EF Core 2.0 Preview 2

Diego Vega

Today we are making Entity Framework Core 2.0 Preview 2 available. Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. EF Core follows the same release cycle as .NET Core but can be used in multiple .NET platforms, including .NET Core 2.0 and .NET Framework 4.6.1 or newer. Installing or upg...

.NET
Jun 26, 2017
Post comments count0
Post likes count0

.NET AI/ML themed blogs: Building recommendation engine for .NET applications using Azure Machine Learning

.NET Team

⏱ Updated on June 28, 2017 🙌 Welcome to the first of  .NET's new AI and Machine Learning themed blog entries! We have set up this space as a place to share and discuss the work we will be doing with AI and Machine Learning. Through a series of blog posts, we would like to show you different ways on how .NET developers can leverage Ma...

.NET
May 12, 2017
Post comments count0
Post likes count0

Announcing EF Core 2.0 Preview 1

Diego Vega

This week we made Entity Framework Core 2.0 Preview 1 available. Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. EF Core follows the same release cycle as .NET Core but can be used in multiple .NET platforms, including .NET Core 2.0 and .NET Framework 4.6 or newer. Installing or upgradin...

.NET
Apr 26, 2017
Post comments count1
Post likes count0

ASP.NET Core Logging with Azure App Service and Serilog

Jeffrey Fritz

This guest post was written by Mike Rousos ASP.NET Core supports diagnostic logging through the Microsoft.Extensions.Logging package. This logging solution (which is used throughout ASP.NET Core, including internally by the Kestrel host) is highly extensible. There's already documentation available to help developers get started with ASP.NE...

ASP.NETASP.NET Core
Mar 21, 2017
Post comments count1
Post likes count0

Five Visual Studio 2017 Extensions for Web Developers

Jeffrey Fritz

You’ve downloaded and installed Visual Studio 2017, and it’s a great improvement over previous versions.  Now what?  How can you make your web development experience better?  In this article, we will recommend five Visual Studio extensions that will make your day-to-day tasks easier and even more enjoyable. Razor Language Service When you’re ...

ASP.NETASP.NET CoreVisual Studio
Feb 7, 2017
Post comments count0
Post likes count0

ASP.NET Documentation Now on docs.microsoft.com

Jeffrey Fritz

This post was written by Wade Pickett We are happy to announce ASP.NET documentation and guidance has been migrated to docs.microsoft.com! Better Together and Great Features This brings the ASP.NET documentation together with ASP.NET Core, C#, Entity Framework Core, Azure, Visual Studio, C++, and SQL on Linux. docs.microsoft.com will allow for ...

ASP.NETASP.NET Core
Nov 16, 2016
Post comments count0
Post likes count0

Announcing the Fastest ASP.NET Yet, ASP.NET Core 1.1 RTM

Jeffrey Fritz

We are happy to announce that ASP.NET Core 1.1 is now available as a stable release on nuget.org! This release includes a bunch of great new features along with many bug fixes and general enhancements. We invite you to try out the new features and to provide feedback. To update an existing project to ASP.NET Core 1.1 you will need to do the foll...

ASP.NETASP.NET Core
Nov 16, 2016
Post comments count0
Post likes count0

Announcing Entity Framework Core 1.1

Rowan Miller

Entity Framework Core (EF Core) is a lightweight, extensible, and cross-platform version of Entity Framework. Today we are making Entity Framework Core 1.1 available. EF Core follows the same release cycle as .NET Core. Continuous improvements every 2 months and new features released every 6 months. This is the first feature release since 1.0. Be...

Entity Framework
Oct 27, 2016
Post comments count2
Post likes count0

Bearer Token Authentication in ASP.NET Core

Jeffrey Fritz

This is a guest post from Mike Rousos Introduction ASP.NET Core Identity automatically supports cookie authentication. It is also straightforward to support authentication by external providers using the Google, Facebook, or Twitter ASP.NET Core authentication packages. One authentication scenario that requires a little bit more work, though, is ...

ASP.NETASP.NET Core