Task Task serves multiple purposes, but at its core it’s a “promise”, an object that represents the eventual completion of
Continue reading
My experiment using code
Task Task serves multiple purposes, but at its core it’s a “promise”, an object that represents the eventual completion of
Continue readingCreating a calendar invite (ics file) and attaching a email via service or sending an email with downloadable calendar invite
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 readingA .NET List is a list you can use as an array. Isn’t it? Yeah, I’m sure it is. And
Continue readingThis post in in continuation with client server communication using Socket and TCP in C Part 1. Here in this
Continue readingHere is an example of a very simple client-server program in C. Basically the client connects to the server, the
Continue readingSome people have asked me for a code snippet to get Youtube Video Title from Url. Here is how you
Continue reading