All Projects → aspnet → Templating

aspnet / Templating

Licence: apache-2.0
[Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore

Projects that are alternatives of or similar to Templating

Cors
[Archived] Implementations of common CORS policy and CORS middleware. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 85 (-58.54%)
Mutual labels:  aspnet-product
Jquery Ajax Unobtrusive
[Maintenance mode: only security and critical bug fixes are being worked on] Add-on to jQuery Ajax to enable unobtrusive options in data-* attributes.
Stars: ✭ 128 (-37.56%)
Mutual labels:  aspnet-product
Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 1,953 (+852.68%)
Mutual labels:  aspnet-product
Jsonpatch
[Archived] JSON PATCH library. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 100 (-51.22%)
Mutual labels:  aspnet-product
Efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
Stars: ✭ 10,838 (+5186.83%)
Mutual labels:  aspnet-product
Iisintegration
[Archived] ASP.NET Core IIS integration. Project has moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 142 (-30.73%)
Mutual labels:  aspnet-product
Htmlabstractions
[Archived] HTML abstractions used for building HTML content. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 27 (-86.83%)
Mutual labels:  aspnet-product
Extensions
.NET APIs for commonly used programming patterns and utilities, such as dependency injection, logging, and configuration.
Stars: ✭ 2,188 (+967.32%)
Mutual labels:  aspnet-product
Session
[Archived] Session state middleware for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 116 (-43.41%)
Mutual labels:  aspnet-product
Universe
[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 160 (-21.95%)
Mutual labels:  aspnet-product
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-51.22%)
Mutual labels:  aspnet-product
Staticfiles
[Archived] Middleware for handling requests for file system resources including files and directories. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 111 (-45.85%)
Mutual labels:  aspnet-product
Options
[Archived] A framework for accessing and configuring POCO settings. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 149 (-27.32%)
Mutual labels:  aspnet-product
Musicstore
[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 1,331 (+549.27%)
Mutual labels:  aspnet-product
Basicmiddleware
[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 170 (-17.07%)
Mutual labels:  aspnet-product
Security
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 1,193 (+481.95%)
Mutual labels:  aspnet-product
Dataprotection
[Archived] Data Protection APIs for protecting and unprotecting data. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 128 (-37.56%)
Mutual labels:  aspnet-product
Metapackages
[Archived] NuGet meta packages. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 195 (-4.88%)
Mutual labels:  aspnet-product
Filesystem
[Archived] Abstraction of file system APIs. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 173 (-15.61%)
Mutual labels:  aspnet-product
Localization
[Archived] Localization abstractions and implementations for ASP.NET Core applications. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 156 (-23.9%)
Mutual labels:  aspnet-product

Templates [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

Getting Started

ASP.NET Templates provide project templates which are used in .NET Core for creating ASP.NET Core applications.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.

Building Templates

  • Running build.cmd in this repo requires NPM which can be installed from https://nodejs.org/en/.
  • The ASP.NET localhost development certificate must also be installed and trusted or else you'll get a test error "Certificate error: Navigation blocked".
  • build.cmd (or build /t:package to avoid tests) will produce NuGet packages for each class of template in the artifacts directory. These can be installed via dotnet new -i {nugetpackage path}
  • You also need to get the packages these templates depend on into your package cache or else dotnet new restore will fail. The easiest way to get them to run is by letting the build run at least 1 test.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].