Hi
How to create DLL database to use with all codes as
MySQL Connection DLL, Insert, Update
MySQL retrieve data and show on GridView and ListView
Hi vereato,
Create a class library project choose the language whatever you want (C#, VB.Net)
Write whatever logic you want then build that library by right clicking the solution you can get the dlls of that project in bin folder of your project.
There are two options to build the project in release mode/ debug mode. It will always better to choose release mode when you are going to deploy.
Refer below links.
https://www.c-sharpcorner.com/UploadFile/rohatash/creating-dll-using-class-library-in-net-framework/
https://www.c-sharpcorner.com/UploadFile/1e050f/creating-and-using-dll-class-library-in-C-Sharp/
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.