نحوه ساخت قالبهای سفارشی DotNET Core در 4 گام
200, OK
https://www.telerik.com/blogs/create-your-own-net-core-templates-in-4-easy-steps icon

Learn how you can save time by creating your own reusable .NET Core templates in just a few steps.

Do you ever develop prototypes, or starter projects/accelerators, that you’d like to use again in the future? A good way to do that is by creating custom templates for dotnet. Once completed, anytime you want to create a new project of that type in the future, you can key in “dotnet new ” and you’re off, complete with correct namespaces. You can even do conditional checks, or variable replacements. 

نحوه ساخت قالبهای سفارشی DotNET Core در 4 گام
الگویی مناسب برای ایجاد پروژه های MVC
301, MovedPermanently
https://github.com/RehanSaeed/ASP.NET-MVC-Boilerplate icon

معمولا بعد از ایجاد یک پروژه جدید MVC مجبور هستیم یکسری تغییرات و تنظیمات پیش فرض را انجام دهیم، یکسری پکیج جدید نصب کنیم و.... حالا با استفاده از این الگو (Template) شما میتوانید در همان ابتدا یک پروژه با یکسری تنظیمات و پکیج‌های اولیه مناسب و کاراتر داشته باشید.

الگویی مناسب برای ایجاد پروژه های MVC