86) Database - LocalDB with Entity Framework

Опубликовано: 03 Ноябрь 2024
на канале: Joseph Bolen
3,490
28

Visual Basic .NET - How To Video Tutorials by Joe Bolen.
Learn about using a LocalDB database in an Entity Framework project.

Using a LocalDB database is fun and easy, especially when using Microsoft’s Rapid Access Development (RAD) tools of Visual Studio. In this video you will see that Visual Studio's Integrated Development Environment (IDE) with Entity Framework technology make programming fast and error free. This demonstration uses a LocalDB database which has a Master/Detail (or Parent/Child) tables. Even with these complexities, the process to develop a working maintenance program is not very difficult. Watch the video, then study the code to learn even more. The code in PasteBin has extra comments to help you understand the code in the program.