ASP.NET 5
A hand-picked collection of posts, articles, videos, and resources related to ASP.NET 5. All posts featured on Palermo4.com will be "living content" - that is it will be updated to be in sync with...
View ArticleInstall Visual Studio 2015
This blog post is part of a series covering ASP.NET 5The following is a step-by-step guide to installing Visual Studio 2015 (currently in Preview).Download Visual Studio 2015 PreviewExecute the file...
View ArticleCreating an ASP.NET 5 Empty Application
This blog post is part of a series covering ASP.NET 5 To follow along, this post requires installing Visual Studio 2015 CTP.To accelerate the learning process for ASP.NET 5 (aka ASP.NET vNext), this...
View ArticleInstall Visual Studio 2015 CTP
This blog post is part of a series covering ASP.NET 5The following is a step-by-step guide to installing Visual Studio 2015 (currently in CTP). The process for installing has been simplified compared...
View ArticleCreating an ASP.NET 5 Starter Application
This blog post is part of a series covering ASP.NET 5 To follow along, this post requires installing Visual Studio 2015 CTP. This post will cover: Creating the project Examining the project Comparing...
View ArticleCSharp 6 in ASP.NET 5
Many of the new features of C# 6 aim to reduce the amount of code needed for common tasks. ASP.NET 5 provides a lean, simplified approach to server-side coding for web sites and APIs. So working with...
View ArticleWhy Tag Helpers in ASP.NET 5?
As ASP.NET 5 gets closer and closer to an official release date (in beta 7 at the time this post was written), the ASP.NET community is getting more curious (skeptical maybe?) about what is next....
View ArticleFrom Nothing to Empty with ASP.NET 5
Edge of the WebLearn how to build an ASP.NET 5 site without using Visual Studio 2015. Starting with nothing but the command line and a decent text editor, content created is fairly equal to the Empty...
View ArticleTaking Command of ASP.NET 5
I had a great time recording a video on Channel 9 that walked through getting started with ASP.NET 5 just using a command line and text editor of choice (I used notepad and Visual Studio Code). This...
View Article