Posts

Showing posts from February, 2024

Auto Code Generator - For Angular + .NET core Web API + DB

Introduction The software automatically generates code for Angular 16, .NET Core 6 Web API, and DB scripts based on your given object models written in C#. 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. In video you can see how the code will get generated from model objects and how to use that code and how the working screens will look like. Angular Code: Automatically generates code for Add, Update, Delete, View, List, Search, Cascading Dropdowns, and Cascading Screens. Supports one-to-many and many-to-many relationship models. Implement the validation as defined in model class and also give automatic validation error message if validation message not provided in object model. On search screen for date properties creates the date range, so that you can also search with in a date range. On search scr...