• What is asp.net 5
  • Prerequisite/Installation
  • Free awesome editor "Visual Studio Code"
  • Basic overview about Yeoman
  • Creating Project and running in Mac

What is asp.net 5

According to Asp.net it is as follows:
ASP.NET 5 is a new open-source and cross-platform framework for building modern cloud-based Web applications using .NET. It built from the ground up to provide an optimized development framework for apps that are either deployed to the cloud or run on-premises. It consists of modular components with minimal overhead, so you retain flexibility while constructing your solutions. You can develop and run your ASP.NET 5 applications cross-platform on Windows, Mac and Linux. ASP.NET 5 is fully open source on GitHub. Cool... :)

Prerequisite/Installation

Before jumping into the development, we need to prepare the environment first. Also need to install couple of tools. They are listed down as follows:

What is Mono

Mono is a platform independent dot net framework.