archive: .NET Core

ASP.NET Core History Header Image

.NET Core History

Jamie Taylor1 comment

The entirety of .NET Core's history is available online. It is one of Microsoft's first completely open frameworks, in that all of the important decisions have been made in the open and the source is completely open. Some of the key Microsoft employees even host a weekly show about it's development.

continue reading
Angular Single Page Application Header Image

[dotnet new] Angular Single Page Application – Setup and How The Template Works

Jamie Taylor15 comments

The dotnet new command has support for project templates, and one of the template packages that Microsoft has released contains a collection of Single Page Applications. In this post, I’ll take us through how to make a new project from the Angular2 template, what changes where made the .NET Core to make some of the more impressive things in this template work, and how it all fits together.In this post, I talk you through how to create an Angular2 Single Page Application from one of these templates and how it all fits together.

continue reading
Application Types Header Image

Application Types

Jamie Taylor

.NET Core supports many different types of project templates. This week, I thought I would go through the major project templates available in version 1.0 of the .NET Core SDK, giving a brief explanation of each.

continue reading
Model-View-Controller Header Image

Model-View-Controller in .NET Core

Jamie Taylor2 comments

Sometimes you just want to build a website with strong separation of concerns - that's where the MVC model can help. This week we build an MVC application, go through what an MVC application is (covering separation of concerns, too), where you might use one, and what some of the most important configuration options are and where to find them.

continue reading
1 2
Page 1 of 2