Data Parallelism in C#

IntroductionIn this blog, will have walk through about Data Parallelism, where we could execute process concurrently.
BackgroundSome time, we come to scenario where we need to execute same process multiple times…

Read More

SOLID architecture principle using C# with simple C# example

In this blog, I am going to explain you the SOLID architecture principle using simple C# code. This would help to build application with layer architecture with readable and easily…

Read More

Usability of SecureString object in C#

In this blog, I am going to explain you the Advantage and usability of “SecureString” object in C# .Net framework. 


Most of the time, we come to a scenario where we…

Read More