Showing results for ASP.NET Core - .NET Blog

May 11, 2016
0
0

Notes from the ASP.NET Community Standup – May 10, 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
May 9, 2016
0
0

Notes from the ASP.NET Community Standup – May 3, 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 28, 2016
0
0

Notes from the ASP.NET Community Standup – April 26, 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 21, 2016
0
0

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

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

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

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