Containerizing N-Tier MVC .Net Framework Application with Docker
Microservice Architecture and Containerization using docker are the latest buzzword in the software industry. But, Many people including me in the software industry developing big monolithic enterprise...
View ArticleBaby Monitor Chrome Extension – Streaming from Raspberry PI using SignalR and...
SignalR Streaming is a latest addition to SignalR library and it supports sending fragments of data to clients as soon as it becomes available instead of waiting for all the data to become available....
View ArticleArchive for .Net Conf 2019 presentations and sessions
You might have followed .Net Conf which is one of the biggest conferences for Microsoft technology stacks. I wrote a small post for .Net Conf before few days which you can find here. Even though you...
View ArticleEvent Sourcing in .NET Core – part 1: A gentle introduction
Event sourcing, aka “the great myth”. I’ve been thinking about writing a series of articles about this for a while, and now it’s time to put my hands back on the keyboard. I thought that with all this...
View ArticleHow does the built-in dependency injection work on ASP.NET Core?
PC: https://medium.com/net-core-dependency-injection/asp-net-core-dependency-injection-3aa993c2b583 Introduction Dependency Injection (DI) is a pattern that can help developers decouple the different...
View ArticleFirst look at InferSharp: A C# version of Facebook’s Infer
https://fbinfer.com/ You might have heard about Infer which is a tool to detect bugs in Java and C/C++/Objective-C code before it ships. Infer belongs to Facebook and it is a static analysis tool to...
View Articleappsettings.json gets IntelliSense
As announced by Microsoft recently, we can use IntelliSense with appsettings.json files. What are appsettings.json files? Common settings of the application are generally stored in appsetting.json...
View ArticleC# 11 features I like the most
It has been a while since I posted my previous blog post. I finally made a schedule for me to put more effort into writing and slowly get back to the speed which I was following before few years. Feel...
View ArticleExploring the C# Source Link Feature: Enhancing Debugging Experiences
Debugging is an essential part of software development, and having easy access to the source code of referenced libraries can significantly improve productivity and troubleshooting. In this blog post,...
View Article