Customization
MSSQL to MYSQL
Last Updated: January 2, 2025Step 1: Add (Pomelo.EntityFrameworkCore.MySql) dependency using Nuget Manager in NETAdminLTEWeb & NETAdminLTEApi Note: Choose version 6.x Step 2: In the appsettings.json of NETAdminLTEWeb & NETAdminApi project add this in connection string. Note: Replace the value with your own Step 3: In the NETAdminLTEWeb & NETAdminLTEApi project go-to Extensions -> ServiceExtensions.cs file and add this below...
Project Structure
Last Updated: January 2, 2025This section explains the complete structure of the project for making your own customizations quickly. Project Name Type Description NETAdminLTEApi .Net 6 MVC Web API Project This project contains the web API project NETAdminLTEApiCore .NET 6 Class Library This is the business logic project of the API project NETAdminLTEDataAccess .NET 6 Class Library This project...