Showing category results for ASP.NET Core

Apr 21, 2016
Post comments count0
Post likes count0

Notes from the ASP.NET Community Standup – April 19, 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 14, 2016
Post comments count0
Post likes count0

Notes from the ASP.NET Community Standup – April 12, 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 11, 2016
Post comments count0
Post likes count0

WhereYouAt DemoBuild 2016: Building the Front-end

Maria Naggaga
Maria Naggaga

In my previous post, I went over the user interface and application requirements. Let’s quickly revisit the project requirements: 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’s have a look at...

ASP.NETASP.NET Core
Apr 7, 2016
Post comments count0
Post likes count0

WhereYouAt Demo from Build 2016: Demo Flow and UI

Maria Naggaga
Maria Naggaga

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

ASP.NETASP.NET Core
Apr 6, 2016
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count1

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