Giter Site home page Giter Site logo

visualstudio.templates's Introduction

VisualStudio.Templates

image ASP.NET Core Angular App with WebAPI

A template generating a quickstart-/boilerplate-project to be hosted on IIS, powered by ASP.NET Core 3.1, using Windows Authentication. The ClientApp is built with Angular 8 and consumes the WebAPI built with ASP.NET Core.

The project also contains a ready-to-use NPoco data service for SQLite.

image ASP.NET Core PrimeNG 10 Angular App with WebAPI

A template generating a boilerplate-project to be hosted on IIS, powered by ASP.NET Core 3.1, using Windows Authentication. The ClientApp is built with Angular 10 using PrimeNG X and consumes a WebAPI built with ASP.NET Core.

The underlying database is accessed by using EF Core. Code for the data tier is partly taken/adapted from the project ChinookASPNETCoreAPINTier.

Getting started with any of the above Angular projects (VS 2019)

  • Download the template's ZIP-file and save it in your VS project template folder.

  • Start VS and choose Create a new project (look for C# / Windows / Angular or search for PrimeNG) .

  • Select the "ASP.NET Core 3.1 WebAPI with PrimeNG Angular SPA Template". Click Next

  • Input project name and choose location. Click create.

  • When the project is created, open a console window (CMD) and go to path\to\your\<project>\<project>.Web\ClientApp. Execute the following:

    > npm install
    
    > npm start
    

    The latter precompiles the app in order to "optimize" further starts from VS.

  • When the dev server is startet, hit CTRL+C in order to cancel.

  • Close the console window

  • Make the <project>.Web project your startup project and start it from VS as usual.

Autofac Multi Application Solution

A template generating a quickstart-/boilerplate-solution providing a framework for a modular multi-application solution, relying on the same service base. It excessively uses Autofac for IoC and the AutofacModularity library to extend modularity.

Refer to the AutofacModularity repository to get further information.

image Nancy 2 Self Hosted WinAuth Web API Service

A template generating a quickstart-/boilerplate-project to self-host a Web API powered by Nancy 2, using Windows Authentication. It uses ASP.NET Core 2.0 and the server-library HTTP.SYS instead of WebListener which is used with ASP.NET Core 1.x.

The project also contains a ready-to-use NPoco data service.

This template is heavily based on the Microsoft documentaion on how to host an ASP.NET Core app in a Windows Service.

Further Templates

This repo also contains some Vue boilerplate templates:

  • ASP.NET Core Vue App with WebAPI, Windows authorization and EF-Core (simple)
  • ASP.NET Core Vue App with WebAPI, JWT authorization and EF-Core
  • ASP.NET Core Vue App with SignalR, WebAPI, JWT authorization and EF-Core

visualstudio.templates's People

Contributors

miseeger avatar

Stargazers

Thomas Höhler avatar

Watchers

Thomas Höhler avatar James Cloos avatar  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.