yeoman

A 1-post collection

ASP.NET vNext Project Creation using Yeoman

Developing ASP.NET 5 applications using Visual Studio 2015 gives you a rich IDE experience, however now with ASP.NET now being cross platform that development IDE is not afforded to us on a Mac. Checkout this post Develop ASP.NET vNext Applications on a Mac for getting started. Using the Yeoman generator generator-aspnet you will have the option to create one of the following application types: $ yo aspnet Web Application MVC Application Nancy Fx Application Console Application Class Library (recently added) After your project is created you can get started in Sublime Text, vim, Brackets etc. Checkout OmniSharp.net for the supported development enviroments and tooling support information there. Although the generator gets you started with the selected project...