If you read the Web API tutorials from docs.microsoft.com, all of them are teaching you to create the server app (Web
Continue reading
My experiment using code
If you read the Web API tutorials from docs.microsoft.com, all of them are teaching you to create the server app (Web
Continue readingWhat is Dependency Injection? Dependency Injection (DI) is a software design pattern. It allows us to develop loosely-coupled code. How
Continue readingC# 7 introduced pattern matching with the extension of the switch statement and the is operator offering the const pattern, the type pattern, and
Continue readingWith the help of this blog post, we are gonna learn to implement singleton in C# and make it thread
Continue readingThere are various ways to use Single Sign-On (SSO) in asp.net web application. We can use cookies, session (state server),
Continue readingThrough this blog post, we are going to learn on how to Build C# Objects dynamically and use them on
Continue readingA .NET List is a list you can use as an array. Isn’t it? Yeah, I’m sure it is. And
Continue readingGitLab vs GitHub Version Control repository management services are a key component in the software development Lifecycle. In the last few
Continue readingIn past couple of days, Google had Annual IO event and Microsoft had MS Build 2018. Hell lot of innovation
Continue reading