Well, protobuf. Right? If you haven't heard of it, please visit - https://developers.google.com/protocol-buffers/ and read it. It is pretty cool in terms network communication. Reduces size of your payload a lot. Now, if you are like me trying to use .proto files with Visual Studio, you might find it painful, to re-generate .cs files after... Continue Reading →
Automate your Integration Test with C# and Docker with Docker.DotNet
With the bloom of micro-service architectures in recent days, a demand in being able to test the integration of those micro-services has also become a lot relevant and a challenge as well. I was also facing a problem while doing some integration tests with my services and tried to come up with an automated testing... Continue Reading →
Atl.Repository.Standard – Using IOC or a DI Container
In this short Article I am presenting how you initialize the service provider to inject the repository properly.
Atl.Repository.Standard – Basic Usage
This post introduces a nuget package, Atl.Repository.Standard, a simple .net standard repository that support DI and multi-tenancy, out of the box.
Castle Windsor, Service Locator and a possible memory leak !!!
In recent days, in one of my projects, we found an innocently looking bug that was a little too overweight - sometimes weighing more than 6GB in size in a 8GB web server. Well, a memory leak that caused the application pool to crash by exhausting the system memory. So I thought that, why not... Continue Reading →
Managed Extensibility Framework –
Introduction Before I begin lets discuss about a common development scenario and how we might deal with it - Suppose we have a requirement as follows (This was a real-time scenario once for me )- The system will collect table data from flat files, like - plain text (txt). The task is to collect column... Continue Reading →