Avijit Pramanik's Blog

Avijit Pramanik's Blog

Tech Blogs

Strategy Pattern in Java and C#

Strategy Pattern is an important pattern to learn and this is one of the most commonly used pattern in software …

Functional Interface in Java

 What is Functional Interface A Functional Interface can have only one abstract method. Now the question can arise that why …

Java Generics Example

What is generics? Generics force you to use a specific type (Class or Interface) when defining your Interface/Class or Methods …

Regular Expression Tutorial

Watch the video which contains a detailed explanation on Reg Ex through Linux Egrep command. Basically the idea is almost …

Multithreading Usage in C# and ASP.Net

Why Multithreading in C# and ASP.Net Usage of multithreading in .Net can be very useful for different use cases. Suppose …