DDD in EF 8 - Complex types as value objects
Youtube Video https://youtu.be/gZ1XwBQ0E6M

Search for a command to run...
Articles tagged with #csharp
Youtube Video https://youtu.be/gZ1XwBQ0E6M

https://youtu.be/CyKih69IOvk Github link : https://github.com/bugandfix/TaxSystem

Counting the occurrence of each character in a string is a common job interview question, and it assesses your ability to manipulate strings and data structures. https://youtu.be/1ku2X88T_vs

Deleting a record efficiently using Entity Framework (EF) involves a few key considerations to minimize unnecessary database operations and improve performance. https://youtu.be/gt2PUWa340I public async void DeleteStudent(int Id) { UniverSi...

Dapper and Entity Framework (EF) are two different Object-Relational Mapping (ORM) libraries for .NET, and their performance characteristics can vary depending on the specific use case and how they are used. It's important to note that the performanc...

Span<T> is a valuable feature introduced in C# 7.2 (and further improved in later versions) as part of the "Span of T" family of types. It is primarily used for efficiently working with sequences of data in a contiguous block of memory, without the n...
