Giter Site home page Giter Site logo

aspnetcoretemplatepack's Introduction

ASP.NET Core Template Pack

Build status

Contains the following project templates for ASP.NET Core development:

  • Static website template
  • MVC Basic template
  • MVC Fast template
  • Blog application
  • Photo Gallery application

Install

Command line

In the console, execute the following command:

dotnet new -i "MadsKristensen.AspNetCore.Web.Templates::*"

Visual Studio 2017.3

The extension adds the project template to the ASP.NET New Project dialog:

New Project Dialog

Templates

Static Website

Uses 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.

Static Web Screenshot

Custom MimeType mappings

See the Static Site Helper repo for how to serve custom file extensions at development time through ASP.NET Core.

Use

dotnet new staticweb -n myapp

MVC Basic

This 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.

Mvc Basic Screenshot

Use

dotnet new mvcbasic -n myapp

MVC Fast

This template is a variation of the MVC Basic template, but with added features for creating high performance web applications.

Features:

  • Using Gulp to bundle and minify CSS and JS files
  • Minifies the HTML
  • Uses response caching on both client and server
  • Inline CSS for above the fold content
  • Cache busting of CSS and JS references

Mvc Fast Screenshot

The template points starts you out with the best score on webpagetest.org.

Speed test

As well as 100/100 points on PageSpeed Insights

PageSpeed Insights

Use

dotnet new mvcfast -n myapp && npm install

Blog application

This is the Miniblog.Core application - a high performant and full featured blogging app.

Photo Gallery application

This is the Photo Gallery application - A photo gallery site implemented in ASP.NET Core 2.0 Razor Pages.

aspnetcoretemplatepack's People

Contributors

madskristensen avatar jburman avatar sayedihashimi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.