In this post we will learn how to connect with MySQL database in Visual Studio 2022. To connect with MySQL we have to install MySql.Data package from NuGet Packages. First Go to Tools Menu and select NuGet Package Manager > Manage NuGet Packages for Solutions.. Then Go to Browse tab and in the search box […]
How to Enable Report Viewer in Visual Studio 2022
In this post we will learn how to enable Report Viewer in visual studio 2022. To enable RDLC you have to install 2 extensions: Microsoft RDLC Designer Microsoft Reporting Service Project Go to the Extensions menu and select Manage Extensions. To install package search RDLC in Manage Extensions. This is going to be our first […]