Details on how to reverse engineer a MySql database using EF Core and resolve exceptions generated.
Tag archives: entity framework
Entity Framework Core In Memory Testing database
How to use Entity Framework core in-memory and Sql Lite in-memory database options for unit tests.
Using the Repository and Unit Of Work Pattern in .net core
Gary Woodfine
Freelance Full Stack Developer at threenine.co.uk
Helps businesses by improving their technical proficiencies and eliminating waste from the software development pipelines.
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
A unique background as business owner, marketing, software development and business development ensures that he can offer the optimum business consultancy services across a wide spectrum of business challenges.
Latest posts by Gary Woodfine (see all)
- Book Review: Java by Comparison - Jan 7, 2019
- Book Review : The 4 Hour Work Week - Dec 28, 2018
- Happy 4th Blog Birthday – A blogging year in review - Dec 6, 2018
A typical software application will invariably need to access some kind of data store in order to carry typical CRUD (Create, Read Update, Delete) operations on data. Typically, this could be some kind of database, file system or any kind of storage mechanism used to store data. In some cases saving or creating data may […]