Blog for Junior Developers C#/.NET

If you want to write optimal queries and commands on the database using Entity Framework Core, you absolutely must know its basic mechanisms. Entity Framework Core makes it very easy for a programmer to create queries [...]
5 Most Common Entity Framework Core Mistakes
Entity Framework Core has huge possibilities. In the last article I mentioned to you that it can generate fast and optimal queries on the database, but for it to do this, it is worth knowing and following at least a few good practices. I [...]
5 Best Practices with Entity Framework Core
If we want to work with a database in C#, we have several options. We can use the once more popular ADO.NET or one of several ORM frameworks. In ADO.NET you have to write pure SQL, and in ORM frameworks you can rely on C# [...]
Introduction to Entity Framework Core – Cooperation with the Database in C#
© Copyright 2024 CodeWithKazik.com. All rights reserved. Privacy policy.
Design by Code With Kazik and Modest Programmer.