Entity Framework Core In Docker Container – Part II – SQLite Posted on May 14, 2019December 6, 2019 by Alugili Bassam A good Step-by-step tutorial on using SQLite and Entity Framework Core with Docker. The code sample based on Microservices architecture. Also, you will learn here...
Entity Framework Core In Docker Container SQL Server Posted on May 8, 2019December 6, 2019 by Alugili Bassam Simple example: Entity Framework Core, Docker and SQLServer https://www.c-sharpcorner.com/article/entity-framework-core-with-sql-server-in-docker-container/
Entity Framework Core 3.0 and SQL Server Performance Optimization: Parameters Sniffing Posted on May 8, 2019December 6, 2019 by Alugili Bassam How to avoid Parameters Sniffing problem with Entity Framework Core. https://dzone.com/articles/entity-framework-core-30-and-sql-server-2019-perfo
C# 8 Features Posted on May 8, 2019December 6, 2019 by Alugili Bassam Everything you need to know about C# 8 new Features: https://www.c-sharpcorner.com/article/c-sharp-8-features/
Async Streams in C# 8 Posted on May 8, 2019December 6, 2019 by Alugili Bassam An introduction in Async Streams. https://www.infoq.com/articles/Async-Streams
C# 8 Ranges and Recursive Patterns Posted on May 8, 2019December 6, 2019 by Alugili Bassam Deep dive in Ranges and Recursive Patterns C#8. This article is one of the first articles in this field. I have posted it on the...
Default Interface Methods in C# 8 Posted on May 6, 2019December 6, 2019 by Alugili Bassam Powerful concept but it is also very arguable feature!More information: default-interface-methods-cs8