Skip to content
Karen Payne edited this page Mar 28, 2021 · 4 revisions

The intention for this repository is to demonstrate interacting with Microsoft SQL-Server basics in Microsoft Visual Studio using C#.

To do this in a modular fashion, functionality has been broken out into several class project for reusability.

Both Entity Framework Core and SqlClient data provider are used to satisfy how different developers work with data. Some developer prefer working with a data provider while others EF Core. Is one better than the other? That depends on the work needed to be done, this is were having knowledge of both allow a developer to choice the best option for a task. Once one understands both there is no reason to only use one or the other.

🟡 Note that this repository is a work in progress were content may change, be added or removed.

Clone this wiki locally