
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
Must watch this video, because it will give you
My Tool/software to generate code from models
Give Angular Monorepo project with basic setup
Give .NET Core Web API project with basic setup
Later we use above project to merge the code which is generated by our autocode generator tool
In this lecture we will do following
Automatically generate Angular and API code from object Models, using my code generator tool/software.
Merge autogenerated code into Angular project.
Merge autogenerated code into .NET Core Web API project.
Generate database from models using EF.
And run the Angular and web API projects
My auto-code generator need some specific best practices to write object model code, otherwise it would work properly.
This lecture will discuss some of the best practice to write Object Model code and show how my auto code generator tool will force you to implement them if you are missing in your model classes.
You can also download the Guide from this lecture resources
You will get working examples of Angular and .NET Core web API project with SQL server database.
You will also learn about best coding practices
You will also see how to write n layer architecture in .NET Core web API using service and repository pattern
You will also learn how to write container and presentation component architecture in angular, so that we can make our code more reusable. This architecture sometime also known with the name smart and dump component architecture.
You will also learn how to generate database automatically from your object models with the use of entity framework migration commands.
You will also get a section of some tricky interview questions based on Angular and .NET core, and you will also get the explanation of answer in details.
I will also provide you the auto-code generator tool/software and software automatically generates code for Angular 16, .NET Core 6 Web API, and DB scripts based on your given object models written in C# and
Smart enough to detect one to many relationship properties and many to many relationship properties and generate appropriate code for Angular and Web API and DB migration will take care of it automatically while creating the DB tables.
Currently ChatGPT is also not giving you full code but this software can give working code with functionality