Contains the following project templates for ASP.NET Core development:
InstallCommand lineIn the console, execute the following command:
Visual Studio 2017.3The extension adds the project template to the ASP.NET New Project dialog: TemplatesStatic WebsiteUses the ASP.NET Core project system to provide the latest features in Visual Studio web tooling to create a completely static website. No C# in the project at all - just plain old CSS, JavaScript and HTML. Custom MimeType mappingsSee the Static Site Helper repo for how to serve custom file extensions at development time through ASP.NET Core. Use
MVC BasicThis template makes it super easy to get started with building an ASP.NET Core MVC application. It doesn't have any dependencies on Bower, npm, BundlerMinifier, Bootstrap, jQuery or anything else. It's the perfect starting point for developers that know their ASP.NET Core. Use
MVC FastThis template is a variation of the MVC Basic template, but with added features for creating high performance web applications. Features:
The template points starts you out with the best score on webpagetest.org. As well as 100/100 points on PageSpeed Insights Use
Blog applicationThis is the Miniblog.Core application - a high performant and full featured blogging app. Photo Gallery applicationThis is the Photo Gallery application - A photo gallery site implemented in ASP.NET Core 2.0 Razor Pages. |