The Nano Boilerplate is an adaptable .NET template which allows you to build modern web applications, with multi-tenant features, in record time.
In this video, we'll take a look at how to build a new CRUD feature in our .NET application.
This is just a small example but it shows how easy it is to create new apps, and build features with the Nano Boilerplate. The bulk of the code can be generated using the CLI tool, allowing you to focus on building the unique aspects of your project.
Part 1 of this video (setting up the CLI tool):
• Creating .NET Apps with Nano Boilerplate C...
Check out the installation instructions here: https://aspnano.com/guide/dotnet-setup/
Using the CLI tool
https://aspnano.com/guide/using-the-c...
Building CRUD endpoints:
https://aspnano.com/build-crud-api-en...
Learn more about the project at:
https://www.aspnano.com
00:00 - Introduction
00:10 - Creating a new project
00:30 - Adding the Supplier entity
01:23 - Generate Supplier service
02:24 - Customize DTO classes
03:32 - Generate a Supplier controller
04:07 - Testing with Postman
05:04 - Next guide