From 1ee7ec3cc95b540d4719aeee3cde49fe408a3ef1 Mon Sep 17 00:00:00 2001 From: Ashraf Alam Date: Sat, 6 Apr 2019 01:57:41 +0800 Subject: [PATCH] EISK: Added new project template on asp.net core. (#993) * EISK: Added new project template on asp.net core. EISK is a .net core based open source project that is intended providing developer resources to build scalable applications on top of awesome application architecture. Hopefully developers will be able to get benefited by having access to it via this repo. * Project Templates / EISK: Fixed Typos --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 403f9d0..8267eb3 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -399,6 +399,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C ## Project Templates * [ASP.NET Core & Mvc/Angular5 Startup Template](https://github.com/aspnetboilerplate/module-zero-core-template) - This is a template to create ASP.NET Core MVC / Angular based startup projects for [ASP.NET Boilerplate](https://github.com/aspnetboilerplate/aspnetboilerplate). This project also supports multi-tenancy. * [ASP.NET MVC Boilerplate](https://github.com/ASP-NET-MVC-Boilerplate/Templates) - Professional ASP.NET MVC templates for building secure, fast, robust and adaptable web applications or sites. It provides the minimum amount of code required on top of the default MVC template provided by Microsoft. + * [EISK](https://github.com/eisk) - .NET Core project templates with simple use cases to build scalable applications with architectural best practices(https://docs.microsoft.com/en-us/dotnet/standard/modern-web-apps-azure-architecture/common-web-application-architectures) (DDD, Onion Architecture etc). This list is just a starting point - also take a look at all the projects on [GitHub Trending C#](https://github.com/trending?l=csharp).