# aspnetboilerplate-templates **Repository Path**: robinnode/aspnetboilerplate-templates ## Basic Information - **Project Name**: aspnetboilerplate-templates - **Description**: Templates for ASP.NET Boilerplate - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-05 - **Last Updated**: 2021-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ASP.NET Boilerplate Templates This document explains preparing a running Web Application from ASP.NET Boilerplate templates in 3 simple steps. #### Step 1 Go to http://www.aspnetboilerplate.com/Templates, select your architecture and ORM framework, enter a solution name and create your project. ![ScreenShot](https://raw.github.com/aspnetboilerplate/templates/master/Docs/create_template_site_2.png) A zip file will be created and downloaded automatically for you. #### Step 2 To be able to run the application, you need to create an empty database in SQL Server. Database's name in your solution's name plus 'Db' suffix: ![ScreenShot](https://raw.github.com/aspnetboilerplate/templates/master/Docs/create_template_db.png) #### Step 3 Open your solution in Visual Studio and run it: ![ScreenShot](https://raw.github.com/aspnetboilerplate/templates/master/Docs/create_template_web.png) That's it! Your solution is ready and running. What's next? Read documentation on http://www.aspnetboilerplate.com/Pages/Documents