Blog
Feel free to call
+91-9830405636
Today's

C# Generics – Covariance and Contravariance
Only interfaces and delegate type support out and in keywords. Covariance uses the OUT keyword. It is read-only. The type T comes out of the interface as a return value....
Read More
Using HiLo algorithm for client side ID generation with EF Core
The benefit of HiLo algorithm over using Guid as datatype of ID columns, is that, with HiLo we can use integer datatype for client side ID generation, and integer datatype...
Read More
My notes on Domain Driven Design
After years of wondering on how to architect the web applications that I develop, I’ve lately stumbled upon Domain driven design. The design patterns suggested by it, have till now...
Read MoreRelated Blogs
- March 19, 2022By admin
- March 22, 2020By admin
- March 24, 2019By admin
- November 24, 2018By admin