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

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 More
Migrating windows service to azure function
As part of making a software scalable and support multi-tenancy, one of the steps that I am undertaking is to migrate existing windows service components of the software into azure...
Read MoreRelated Blogs
- March 22, 2020By admin
- March 24, 2019By admin
- November 24, 2018By admin