Showing results for ASP.NET Core - .NET Blog

Apr 6, 2016
0
0

Notes from the ASP.NET Community Standup – April 5, 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, Scot...

ASP.NETASP.NET Core
Apr 4, 2016
0
0

Build 2016 Wrap up

Jeffrey Fritz
Jeffrey Fritz

We had an amazing time at the Build 2016 conference last week.  We learned a lot from you our customers and we hope you learned a lot in our sessions.  However, we don't want to limit the Build content to the folks that made it to San Francisco last week.  Here's some of the great sessions that you can watch now from Channel 9 about ASP.NET, Web De...

ASP.NETASP.NET Core
Mar 28, 2016
0
1

Dependency Injection in ASP.NET Core

Jeffrey Fritz
Jeffrey Fritz

In a recent Community Standup, one of the questions that was asked of the team was: "How do I get started with Dependency Injection in ASP.NET Core?"  This is where we're going to answer your question, because in this post we're going to share how dependency injection is used in ASP.NET Core and how you can configure it to meet your needs. A Prime...

ASP.NETASP.NET Core
Mar 23, 2016
0
0

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

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

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

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

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

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
0

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