For More Videos Visit Our YouTube Channel
Here We Explain How To Configure Entity Framework In Visual Studio First of all follow these steps. Right Click on the Project --> Click Add --> Click Add New Item This would leads to the following screen. Click on the Add Button. Select Generate From Database and Click Next Button. Here you can configure new database. Click on NEW CONNECTION. Select the SERVER NAME and DATABASE NAME and click OK Button. This screen confirm the selected SERVER NAME and DATABASE. If Okey click the NEXT Button. Here you can select the TABLES, VIEWS AND STORED PROCEDURES from the database. Click the FINISH Buton if everyhting is Okey. Now Entity Framework will be added to the solution as shown in the figure.