mdbhowmikSep 32 min readFrom .NET Core API to Containerised APIs with Docker & KubernetesSo, you’ve built a shiny new .NET Core API . It runs fine on your machine, but then the dreaded question pops up: “But… will it work on...
mdbhowmikJul 253 min readFrom SOAP to REST: My Journey Through the Evolution of .NET Services🧭 Introduction When I started working with .NET, building enterprise services meant mastering SOAP protocols, WSDLs, and the intricacies...
mdbhowmikJul 25, 20231 min readIntroduction WPF with .net 6This section is going to talk about WPF in .net 6 / .net Core. A simple WPF application is demonstrated using MVVM pattern in a simpler...
mdbhowmikJan 8, 20211 min readEssentials in .Net CoreDependency Injection One has to understand the dependency injection in order to start working with .net core projects. e.g if one has to...
mdbhowmikDec 4, 20201 min readThreads in C#This article is about a ppt which demonstrates the basic concept of threads in C#. Add comments , when further explanation required....
mdbhowmikNov 12, 20204 min readParallel Task Library in C##.net code #parallel tasking #concurrent bag A solution in .net can be designed in various ways. My demonstration is to explain the use...