Azure service bus sessions

Service bus sessions provide a way to group related messages so that they can be processed together. This can be useful in many scenarios e.g. Process requests from a single…

Read more






Code Weaving in .NET using Fody

In almost all .NET applications you encounter lot of boilerplate code which although has pretty standard implementation but is quite important from implementation point of view. Some common examples are…

Read more