Showing results for ASP.NET Core - .NET Blog

Mar 23, 2016
Post comments count0
Post likes count0

Get Started with ASP.NET Core Authorization – Part 2 of 2

Jeffrey Fritz
Jeffrey Fritz

After learning about the new Authorization Policy model in ASP.NET Core, our intrepid reporter Seth Juarez wanted to learn about more complicated ASP.NET Authorization policies.  In the following video, he speaks with ASP.NET Security Analyst Barry Dorrans.  Last time, Barry showed us how to get started with the new ASP.NET Policy model.  Notes and...

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

Notes from the ASP.NET Community Standup – March 22, 2016

Jeffrey Fritz
Jeffrey Fritz

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup.  The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week.  Within 30 minutes, Sc...

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

Remote Debug ASP.NET Core RC1 on Azure App Service

Brady Gaster
Brady Gaster

ASP.NET developers who deploy their code to Azure App Service have remote debugging features available from the Visual Studio Server and Cloud Explorer windows. ASP.NET 4x projects can be debugged live in App Service by simply right-clicking your Web, Mobile, or API Apps in Cloud Explorer and clicking the “Attach Debugger” action. Under the hood, w...

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

Notes from the ASP.NET Community Standup – March 15, 2016

Jeffrey Fritz
Jeffrey Fritz

This is the next in a series of blog posts that will cover the topics discussed in the ASP.NET Community Standup.  The community standup is a short video-based discussion with some of the leaders of the ASP.NET development teams covering the accomplishments of the team on the new ASP.NET Core framework over the previous week.  Within 30 minutes, Sc...

ASP.NETASP.NET Core
Mar 15, 2016
Post comments count0
Post likes count0

Get Started with ASP.NET Core Authorization – Part 1 of 2

Jeffrey Fritz
Jeffrey Fritz

After learning about Authentication in ASP.NET Core, our intrepid reporter Seth Juarez wanted to dig deeper into the ASP.NET Authorization story.  In the following video, he speaks with ASP.NET Security Analyst Barry Dorrans.  Notes and links from their discussion follow. Authorization verifies that a user is permitted to access functi...

ASP.NETASP.NET Core
Mar 11, 2016
Post comments count0
Post likes count0

First Look: Authentication in ASP.NET Core

Jeffrey Fritz
Jeffrey Fritz

With the coming changes in ASP.NET Core, our friend and intrepid reporter Seth Juarez sat down with ASP.NET Program Manager Pranav Rastogi to discuss the updates and improvements in the new ASP.NET Core authentication system: Here are some of the highlights of their discussion and some sample code to get you started: Pranav gave a quick definition ...

ASP.NETASP.NET Core
Feb 1, 2016
Post comments count0
Post likes count0

An Update on ASP.NET Core and .NET Core

Jeffrey Fritz
Jeffrey Fritz

Two weeks ago, the ASP.NET team announced during the weekly ASP.NET Community Standup and on our blogs it was decided to rename ASP.NET 5 to ASP.NET Core 1.0. This announcement generated great questions that I'll answer in this post. I'll also update you on our progress with the ASP.NET Core and .NET Core releases. Why Do I Still See ASP.NET 5 i...

ASP.NETASP.NET Core