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
Microservices Architecture
Introduction
In this blog, will have walk through about Microservices Architecture pattern, which is now a days more populate than Monolithic application
Background
Today, there are several trends that are…
Read More
Find element / object in an array using jQuery. grep()
IntroductionIn this blog, will have walk through about easiest way to find the element/object in a JavaScript array which satisfy the filter condition.BackgroundMost of the time, we come to scenario…
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.