.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Notes from the ASP.NET Community Standup – April 12, 2016

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

WhereYouAt DemoBuild 2016: Building the Front-end

In my previous post, I went over the user interface and application requirements. Let’s quickly revisit the project requirements: (image) Get Coordinates In this app, I am getting the user location with a button using an onclick event handler. In order to grab the user's coordinates, I used the Geolocation API . Let...

WhereYouAt Demo from Build 2016: Demo Flow and UI

Where You At Demo was a cool little live demo that our team put together for Build 2016. This demo showed off ASP.NET Core applications running in any cloud.  Here's the video of Scott's session from the beginning of this demo: Team & Responsibility Scott Hanselman : Demo visionary and presenter , Azure load balancer, and ...

Notes from the ASP.NET Community Standup – April 5, 2016

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

Build 2016 Wrap up

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

Dependency Injection in ASP.NET Core

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

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

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 from the ASP.NET Community Standup – March 22, 2016

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

Remote Debug ASP.NET Core RC1 on Azure App Service

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

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

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