Code Generators (edit)

Dynamic navigation items ASP.NET MVC 5

Html Content Editor ASP.NET MVC 5

https://www.apriorit.com/dev-blog/625-web-tools-for-design-time-code-generation

https://awesomeopensource.com/project/thangchung/awesome-dotnet-core

Roadmap to becoming an ASP.NET Core developer in 2019

https://github.com/MoienTajik/AspNetCore-Developer-Roadmap (ASP.NET Core Road Map)

Source Code Samples

Building and deploying an ASP.NET Core app with Docker containers - in 5 minutes

https://github.com/MaxHorstmann/OneMinuteMax

Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework

https://github.com/rabbal/DNTFrameworkCore

Boilerplate project templates based on DNTFrameworkCore

https://github.com/rabbal/DNTFrameworkCoreTemplate

HTML Editor

https://www.c-sharpcorner.com/UploadFile/3d39b4/bootstrap-wysiwyg-editor-in-Asp-Net-mvc/

Rich Editor

https://www.c-sharpcorner.com/article/asp-net-mvc5-rich-text-wysiwyg-editor/

Easy SQL Server Tool using C#

https://code.msdn.microsoft.com/windowsapps/Easy-SQL-Server-Tool-using-6b0b7795

XML tools

http://www.utilities-online.info/xmltojson/

https://onlinexmltools.com/convert-json-to-xml

http://xmlgrid.net/jsonXml.html

JSON tools

JSON Editor

http://jsoneditoronline.org/

JSON Formatter

https://jsonformatter.org/

JSON Viewer

http://jsonviewer.stack.hu/

JSON Viewer

https://codebeautify.org/jsonviewer

JSON -> TypeScript

http://json2ts.com/

TypeScript -> JSON

var j={"name":"binchen"};
JSON.stringify(j); // '{"name":"binchen"}'

JSON -> CSharp

http://json2csharp.com/

CSharp -> JSON

http://csharp2json.azurewebsites.net/

TypeScript: Working with JSON

http://choly.ca/post/typescript-json/

Log Parser 2.2

https://www.microsoft.com/en-us/download/details.aspx?id=24659

Code Migration

https://volosoft.com/

ASP.NET MVC 5 -> ASP.NET Core MVC

https://volosoft.com/blog/Migrating-from-ASP.NET-MVC-5.x-to-ASP.NET-Core

https://stormpath.com/blog/token-authentication-asp-net-core (ASP.NET Core Token Authentication Guide)

Code Gen Tools (paid)

Code Generation tool for ASP.NET Core

KeenThemes - Bootstrap Admin Dashboard Templates & Frontend Themes Templates

Metronic - Bootstrap 4 HTML, React, Angular 9, VueJS & Laravel Admin Dashboard Theme

https://keenthemes.com/

Code On Time

Code On Time Premium database app generator for ASP.NET, Azure, DotNetNuke, and SharePoint

https://codeontime.com/

Tolitech Code Generator

https://www.codegenerator.com.br/

  • .NET Core 2.1
  • Dapper / EF Core 2.1
  • Web API
  • Angular 6
  • Bootstrap 4

Creating new projects through a data model

https://www.codegenerator.com.br/en/documentation/creating-new-projects-using-the-online-editor-/778ebf09-840d-4b8e-b62c-aa0037f09252

Creating new projects using the online editor

https://www.codegenerator.com.br/en/documentation/creating-new-projects-through-a-data-model-/943c9b50-781a-49d0-bcb4-49e4ff085444

ASP.NET Zero: 

Base solution for your next web application!

https://docs.aspnetzero.com/en/common/latest

ASP.NET Boilerplate (ABP) - Web Application Framework

https://aspnetboilerplate.com/

ASP.NET Maker:

https://aspnetmaker.dev/

AspCoreGen

https://www.junnark.com/

ComponentOne (Grape City)

https://www.grapecity.com/

Code Gen Tools (free)

Scaffolding ASP.NET Core API Controllers - Quickly create API controllers to jump start your project

https://www.nuget.org/packages/dotnet-aspnet-codegenerator/

dotnet aspnet-codegenerator

https://mattmillican.com/blog/aspnetcore-controller-scaffolding

Learn. Code. Succeed. Welcome to Code Maze. We treat everyone equally, and the knowledge we share is suitable for both beginners and experts alike.

https://code-maze.com/

https://code-maze.com/ultimate-aspnet-core-3-web-api/

https://www.codingame.com/

Serenity

Serenity

https://github.com/volkanceylan/Serenity

https://volkanceylan.gitbooks.io/serenity-guide/content/

https://github.com/volkanceylan/Serenity/wiki/UI:-Dynamic-navigation-items (Dynamic Navigation)

Generate ASP.NET Core MVC code with complete best practices

https://github.com/Mobioos/Generator-ASP.NET-Core-MVC

Custom Code Generator Using ASP.NET Core

https://www.c-sharpcorner.com/article/custom-code-generator-using-asp-net-core/

Code Generator

https://github.com/ShashangkaShekhar/Code-Generator

https://github.com/Mobioos/Generator-ASP.NET-Core-MVC

http://shashangka.com/2018/04/21/code-generator/

Generate PDF in ASP.NET Core 3.1

Install-Package Wkhtmltopdf.NetCore

https://blog.elmah.io/generate-a-pdf-from-asp-net-core-for-free/

https://www.codeproject.com/articles/18040/tutorials-on-creating-pdf-files-using-c-2-0

Generate QRCode in ASP.NET Core 3.1

Install-Package QRCoder -Version 1.1.5

https://www.aspsnippets.com/Articles/ASPNet-Core-Dynamically-generate-and-display-QR-Code-Image-in-ASPNet-MVC-Core.aspx

Images & Files Uploads

https://www.codewithmukesh.com/blog/file-upload-in-aspnet-core-mvc/

https://imar.spaanjaars.com/471/storing-images-as-serialized-strings-in-code-instead-of-in-resource-files

1. File Upload https://github.com/iammukeshm/FileUpload.MVC
2. Mail Service https://github.com/iammukeshm/MailService.WebApi

ASP.NET - Code samples

https://imar.spaanjaars.com/

Code Coverage Tools

TestDriven.Net

https://www.testdriven.net/

NCover

https://www.ncover.com/

dotCover

https://www.jetbrains.com/dotcover/

OpenCover

https://github.com/sawilde/opencover