31 July 20234 July 2024Blog Understanding Lazy and Eager Loading with .NET and EF Core Using as a platform .NET and Entity Framework Core, data loading strategies play a crucial role in the performance and efficiency of […] Read more
27 July 20234 July 2024Blog Let’s discuss about Async vs Sync in .NET Introduction In the world of web development, invoking endpoints is a common task when building applications. In the .NET Core framework, developers […] Read more
25 July 20234 July 2024Exercises C# Exercise – Creating a Movie Recommendations WebAPI Project Let’s create a WebAPI Project following some standards to improve our coding skills, such as the usage of some design patterns, a […] Read more