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
JSON Formatter
JSON Viewer
JSON Viewer
https://codebeautify.org/jsonviewer
JSON -> TypeScript
TypeScript -> JSON
var j={"name":"binchen"};
JSON.stringify(j); // '{"name":"binchen"}'
JSON -> CSharp
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
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
Code On Time
Code On Time Premium database app generator for ASP.NET, Azure, DotNetNuke, and SharePoint
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
Creating new projects using the online editor
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:
AspCoreGen
ComponentOne (Grape City)
Code Gen Tools (free)
- ASP.NET Scaffolding
- Scaffold Identity
- Okta Developer Platform: https://developer.okta.com/
- Scaffolding: https://www.learnrazorpages.com/miscellaneous/scaffolding
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/ultimate-aspnet-core-3-web-api/
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
Images & Files Uploads
https://www.codewithmukesh.com/blog/file-upload-in-aspnet-core-mvc/
1. File Upload https://github.com/iammukeshm/FileUpload.MVC
2. Mail Service https://github.com/iammukeshm/MailService.WebApi
ASP.NET - Code samples
Code Coverage Tools
TestDriven.Net
NCover
dotCover
https://www.jetbrains.com/dotcover/
OpenCover