Posts by Category

C#

Singleton design pattern using C#

5 minute read

The Singleton pattern is a design pattern that restrict to create object more than once and provides a global point of access to that instance. This pattern ...

Introduction to the Yield Statement

2 minute read

The yield statement is a powerful construct in C# that allows you to create custom iterators. It allows you to define a method that returns a sequence of val...

What and why IValidatebleObject in C#

3 minute read

IValidatableObject is an interface in C# that defines a method named Validate, which enables an object to perform custom validation logic. When you implement...

Playing with dapper using asp.net core

5 minute read

Dapper is mostly used, speedy and high performance ORM tools for Microsoft.NET platform. It is free and open source software. It is very easy to handle sql q...

Convert markdown to html using asp.net core

1 minute read

In this application, I will show how to create an application which is convert markdown to html using asp.net core. Let’s have a look on the implementation o...

Decorator Design Pattern using C#

4 minute read

Decorator Design Pattern is a structural design pattern. It is also known as wrapper. It is used to add additional functionality to a particular object durin...

Crystal Report With ASP.Net Step By Step

7 minute read

For business or other managerial purpose, it is very important to prepare reports. We use SAP crystal reports in asp.net often for reporting purpose. Before ...

Iterator design pattern with C#

3 minute read

Iterator pattern is a design pattern which is used to traverse aggregate object often called container and access container’s object without exposing it’s un...

Open Close Principle With C#

3 minute read

Open Close Principle is an Object Oriented Design principle. It is first introduced by Betrand Meyer in 1988. He says “Software entities (Class, module, func...

Strategy design pattern with C#

2 minute read

Strategy design pattern is a behavioral design pattern. It is a particular software design pattern where algorithms are selected at runtime.

Abstract factory pattern with C#

3 minute read

Abstract factory pattern is a creational design pattern. Creational design pattern is deals with object creation mechanism. Object creation mechanism is chan...

Factory Design Pattern using C#

3 minute read

Factory design pattern implements the concept of real world factories. Factory pattern is a creational design pattern. It deals with creating object without ...

Simple Notifications With Toastr

2 minute read

toastr is a simple JavaScript toast notification library that is small, easy to use, and extendable. It is mostly used to show notification and its outlook i...

Routes And Controllers In ASP.NET MVC

2 minute read

Let’s consider a url http://localhost/home/about . How does it work in an MVC application? How does it deliver a request? Yes, routing engine is responsible ...

Uses Of ViewBag And Model In ASP.NET MVC

1 minute read

In my series tutorial on ASP.NET MVC, I will try to develop an application which is called Training Management System (TMS). In this project, I will keep an ...

Introduction To ASP.NET MVC

2 minute read

MVC is a framework methodology. It divides an application’s implementation into three component roles: models, views, and controllers.

Introduction to Web Services using ASP.NET

5 minute read

Web service is a method of communication between two web based application using XML, SOAP, WSDL and UDDI open standards over an internet protocol backbone. ...

ASP.NET membership step by step

8 minute read

ASP.NET provides build in control to validate and store user credential. So, membership helps to manage user authentication and authorization in website. The...

Generate image On the fly using ASP.NET

1 minute read

Generating image on the fly is not difficult in asp.net. Here I have created national flag of Bangladesh on the fly and displayed this as JPEG image format i...

File upload to server with ASP.Net

1 minute read

File Upload to Server with ASP.net Uploading file to server from client sometimes very tricky. Sometimes it is required that you will not upload file more th...

Call JavaScript from Asp.Net code behind

less than 1 minute read

Suppose you want to display confirmation message by javascript from asp.net code behind after saving data. Write the following code in your button event.

Global variable of ASP.net

1 minute read

Global variables are those variables that can be accessed anywhere in the application. Global variable should always be used with caution. It stores data. Th...

Back to Top ↑

ASP.NET

Convert markdown to html using asp.net core

1 minute read

In this application, I will show how to create an application which is convert markdown to html using asp.net core. Let’s have a look on the implementation o...

Crystal Report With ASP.Net Step By Step

7 minute read

For business or other managerial purpose, it is very important to prepare reports. We use SAP crystal reports in asp.net often for reporting purpose. Before ...

Configure Web gardens in IIS 7 step by step

4 minute read

“Web garden” scaling out by increasing the number of worker processes per CPU. Web gardening will allow more than two subscribers to synchronize at the same ...

Introduction to Web Services using ASP.NET

5 minute read

Web service is a method of communication between two web based application using XML, SOAP, WSDL and UDDI open standards over an internet protocol backbone. ...

ASP.NET membership step by step

8 minute read

ASP.NET provides build in control to validate and store user credential. So, membership helps to manage user authentication and authorization in website. The...

How to register .NET framework in IIS

less than 1 minute read

If you install IIS after installing framework, you have to register framework in IIS. Otherwise you will get following message after hosting asp.net applicat...

Generate image On the fly using ASP.NET

1 minute read

Generating image on the fly is not difficult in asp.net. Here I have created national flag of Bangladesh on the fly and displayed this as JPEG image format i...

File upload to server with ASP.Net

1 minute read

File Upload to Server with ASP.net Uploading file to server from client sometimes very tricky. Sometimes it is required that you will not upload file more th...

Global variable of ASP.net

1 minute read

Global variables are those variables that can be accessed anywhere in the application. Global variable should always be used with caution. It stores data. Th...

Back to Top ↑

ASP.NET Core

Playing with dapper using asp.net core

5 minute read

Dapper is mostly used, speedy and high performance ORM tools for Microsoft.NET platform. It is free and open source software. It is very easy to handle sql q...

Convert markdown to html using asp.net core

1 minute read

In this application, I will show how to create an application which is convert markdown to html using asp.net core. Let’s have a look on the implementation o...

Back to Top ↑

ASP.NET MVC

Convert markdown to html using asp.net core

1 minute read

In this application, I will show how to create an application which is convert markdown to html using asp.net core. Let’s have a look on the implementation o...

Simple Notifications With Toastr

2 minute read

toastr is a simple JavaScript toast notification library that is small, easy to use, and extendable. It is mostly used to show notification and its outlook i...

Routes And Controllers In ASP.NET MVC

2 minute read

Let’s consider a url http://localhost/home/about . How does it work in an MVC application? How does it deliver a request? Yes, routing engine is responsible ...

Uses Of ViewBag And Model In ASP.NET MVC

1 minute read

In my series tutorial on ASP.NET MVC, I will try to develop an application which is called Training Management System (TMS). In this project, I will keep an ...

Introduction To ASP.NET MVC

2 minute read

MVC is a framework methodology. It divides an application’s implementation into three component roles: models, views, and controllers.

Back to Top ↑

SQL Server

Necessary SQL query in MS SQL

less than 1 minute read

SQL stands for Structured Query Languages. In this article, I will show you some important query you need frequently.

Execute sql query using windows terminal

less than 1 minute read

I had a sql file which was almost 400MB. Whenever, I was going to excute that file using SQL managment studio, it shows the following error. By the way, I wa...

SQL Join With Microsoft SQL Server

4 minute read

In SQL, a join is a mechanism to combine data from two or more tables based on related columns between them. A join allows you to retrieve data from multiple...

Back to Top ↑

Troubleshooting

Execute sql query using windows terminal

less than 1 minute read

I had a sql file which was almost 400MB. Whenever, I was going to excute that file using SQL managment studio, it shows the following error. By the way, I wa...

Configure Web gardens in IIS 7 step by step

4 minute read

“Web garden” scaling out by increasing the number of worker processes per CPU. Web gardening will allow more than two subscribers to synchronize at the same ...

Which service is using which port?

1 minute read

Every day we fell in some difficulties and want to know which service is using by which port? Ports are divided into three ranges: The well-known ports (from...

How to find pen drive hidden folder

less than 1 minute read

Sometimes due to virus attack, our pen drive data is hidden. We think, all folders are deleted. So, check first before you format your Usb otherwise you wil...

How to release port 80

less than 1 minute read

Few days ago, I fall in a problem. I could not start apache server by XAMP control panel. There was a message shown port 80 busy. However ultimately, I found...

Back to Top ↑

Web API

Back to Top ↑

Database

Necessary SQL query in MS SQL

less than 1 minute read

SQL stands for Structured Query Languages. In this article, I will show you some important query you need frequently.

SQL Join With Microsoft SQL Server

4 minute read

In SQL, a join is a mechanism to combine data from two or more tables based on related columns between them. A join allows you to retrieve data from multiple...

Back to Top ↑

EF

Back to Top ↑

Microservices

Back to Top ↑

OOP

Singleton design pattern using C#

5 minute read

The Singleton pattern is a design pattern that restrict to create object more than once and provides a global point of access to that instance. This pattern ...

Iterator design pattern with C#

3 minute read

Iterator pattern is a design pattern which is used to traverse aggregate object often called container and access container’s object without exposing it’s un...

Open Close Principle With C#

3 minute read

Open Close Principle is an Object Oriented Design principle. It is first introduced by Betrand Meyer in 1988. He says “Software entities (Class, module, func...

Strategy design pattern with C#

2 minute read

Strategy design pattern is a behavioral design pattern. It is a particular software design pattern where algorithms are selected at runtime.

Abstract factory pattern with C#

3 minute read

Abstract factory pattern is a creational design pattern. Creational design pattern is deals with object creation mechanism. Object creation mechanism is chan...

Factory Design Pattern using C#

3 minute read

Factory design pattern implements the concept of real world factories. Factory pattern is a creational design pattern. It deals with creating object without ...

Back to Top ↑

Design Pattern

Singleton design pattern using C#

5 minute read

The Singleton pattern is a design pattern that restrict to create object more than once and provides a global point of access to that instance. This pattern ...

Decorator Design Pattern using C#

4 minute read

Decorator Design Pattern is a structural design pattern. It is also known as wrapper. It is used to add additional functionality to a particular object durin...

Iterator design pattern with C#

3 minute read

Iterator pattern is a design pattern which is used to traverse aggregate object often called container and access container’s object without exposing it’s un...

Open Close Principle With C#

3 minute read

Open Close Principle is an Object Oriented Design principle. It is first introduced by Betrand Meyer in 1988. He says “Software entities (Class, module, func...

Strategy design pattern with C#

2 minute read

Strategy design pattern is a behavioral design pattern. It is a particular software design pattern where algorithms are selected at runtime.

Abstract factory pattern with C#

3 minute read

Abstract factory pattern is a creational design pattern. Creational design pattern is deals with object creation mechanism. Object creation mechanism is chan...

Factory Design Pattern using C#

3 minute read

Factory design pattern implements the concept of real world factories. Factory pattern is a creational design pattern. It deals with creating object without ...

Back to Top ↑

Bangla

খলীফা হারুনুর রশীদ ও বাহলুল পাগল

1 minute read

খলীফা হারুনুর রশীদ এর শাসন আমলে ‘বাহলুল’ নামে এক পাগল ছিল। যে অধিকাংশ সময় কবরস্থানে কাটাতো। কবরস্থানে থাকা অবস্থায় একদিন বাদশাহ হারুনুর রশীদ তার পাশ দিয়ে ...

অভিজ্ঞতার মূল্য

less than 1 minute read

একবার এক জাহাজের ইঞ্জিন অন হচ্ছিল না, জাহাজের মালিক অনেক ইন্জিনিয়ার কে দেখিয়েছেন কিন্তু কেউ তা ঠিক করতে পারে নাই।

সুযোগ থাকলে তাকে কাজে লাগানোই উচিৎ

2 minute read

জার্মানির এক নামকরা ব্যাংকে ব্যাংক ডাকাতির সময় ডাকাত দলের সর্দার বন্দুক হাতে নিয়ে সবার উদ্দেশ্যে বললো, - কেউ কোনো নড়াচড়া করবেন না, টাকা গেলে যাবে সরকারের, কি...

সময় ফুরিয়ে গেলে এভাবেই মূল্য কমতে থাকে সবার, সবকিছুর

1 minute read

পৃথিবীর নিষ্ঠুরতম সত্য হলো আপনার উপকারের কথা মানুষ বেশিদিন মনে রাখবে না। জীবনের সবচেয়ে নিদারুণ বাস্তবতা হলো, কার কাছে আপনি কতদিন প্রায়োরিটি পাবেন, সেটা নির্ভ...

হীরের হার ও স্বর্ণকারের ছেলে

1 minute read

এক স্বর্ণকারের মৃত্যুর পর তার পরিবারটা বেশ সংকটে পড়ে গেলো। খাদ্য-বস্ত্রে দেখা দিল চরম অভাব। স্বর্ণকারের বিধবা স্ত্রী তার বড় ছেলেকে একটা হীরের হার দিয়ে বললো–এ...

আইনস্টাইনের ড্রাইভার

less than 1 minute read

আইনস্টাইনের যিনি ড্রাইভার ছিলেন, তিনি একবার আইনস্টাইনকে বললেন– স্যার, আপনি প্রতিটি সভায় যে ভাষণ দেন সেগুলো শুনে শুনে আমার মুখস্থ হয়ে গেছে।

আল্লাহ যা করেন ভালোর জন্যই করেন

1 minute read

এক রাজার এক মন্ত্রী ছিলো যে সবকিছুর ক্ষেত্রে বলতো - আল্লাহ যা করেন ভালোর জন্যই করেন। একবার রাজার হাত কেটে গেলো এবং মন্ত্রী ঐ একই কথা বললো - আল্লাহ যা করেন ভা...

জীবনের মানে কি?

less than 1 minute read

বয়স যখন ৪০ পার হয়- তখন উচ্চ শিক্ষিত আর নিম্ন শিক্ষিত সবাই সমান…

Back to Top ↑

Software Architecture

Back to Top ↑

Lesson Learned

খলীফা হারুনুর রশীদ ও বাহলুল পাগল

1 minute read

খলীফা হারুনুর রশীদ এর শাসন আমলে ‘বাহলুল’ নামে এক পাগল ছিল। যে অধিকাংশ সময় কবরস্থানে কাটাতো। কবরস্থানে থাকা অবস্থায় একদিন বাদশাহ হারুনুর রশীদ তার পাশ দিয়ে ...

অভিজ্ঞতার মূল্য

less than 1 minute read

একবার এক জাহাজের ইঞ্জিন অন হচ্ছিল না, জাহাজের মালিক অনেক ইন্জিনিয়ার কে দেখিয়েছেন কিন্তু কেউ তা ঠিক করতে পারে নাই।

সুযোগ থাকলে তাকে কাজে লাগানোই উচিৎ

2 minute read

জার্মানির এক নামকরা ব্যাংকে ব্যাংক ডাকাতির সময় ডাকাত দলের সর্দার বন্দুক হাতে নিয়ে সবার উদ্দেশ্যে বললো, - কেউ কোনো নড়াচড়া করবেন না, টাকা গেলে যাবে সরকারের, কি...

সময় ফুরিয়ে গেলে এভাবেই মূল্য কমতে থাকে সবার, সবকিছুর

1 minute read

পৃথিবীর নিষ্ঠুরতম সত্য হলো আপনার উপকারের কথা মানুষ বেশিদিন মনে রাখবে না। জীবনের সবচেয়ে নিদারুণ বাস্তবতা হলো, কার কাছে আপনি কতদিন প্রায়োরিটি পাবেন, সেটা নির্ভ...

হীরের হার ও স্বর্ণকারের ছেলে

1 minute read

এক স্বর্ণকারের মৃত্যুর পর তার পরিবারটা বেশ সংকটে পড়ে গেলো। খাদ্য-বস্ত্রে দেখা দিল চরম অভাব। স্বর্ণকারের বিধবা স্ত্রী তার বড় ছেলেকে একটা হীরের হার দিয়ে বললো–এ...

আইনস্টাইনের ড্রাইভার

less than 1 minute read

আইনস্টাইনের যিনি ড্রাইভার ছিলেন, তিনি একবার আইনস্টাইনকে বললেন– স্যার, আপনি প্রতিটি সভায় যে ভাষণ দেন সেগুলো শুনে শুনে আমার মুখস্থ হয়ে গেছে।

আল্লাহ যা করেন ভালোর জন্যই করেন

1 minute read

এক রাজার এক মন্ত্রী ছিলো যে সবকিছুর ক্ষেত্রে বলতো - আল্লাহ যা করেন ভালোর জন্যই করেন। একবার রাজার হাত কেটে গেলো এবং মন্ত্রী ঐ একই কথা বললো - আল্লাহ যা করেন ভা...

জীবনের মানে কি?

less than 1 minute read

বয়স যখন ৪০ পার হয়- তখন উচ্চ শিক্ষিত আর নিম্ন শিক্ষিত সবাই সমান…

Back to Top ↑

Story

খলীফা হারুনুর রশীদ ও বাহলুল পাগল

1 minute read

খলীফা হারুনুর রশীদ এর শাসন আমলে ‘বাহলুল’ নামে এক পাগল ছিল। যে অধিকাংশ সময় কবরস্থানে কাটাতো। কবরস্থানে থাকা অবস্থায় একদিন বাদশাহ হারুনুর রশীদ তার পাশ দিয়ে ...

অভিজ্ঞতার মূল্য

less than 1 minute read

একবার এক জাহাজের ইঞ্জিন অন হচ্ছিল না, জাহাজের মালিক অনেক ইন্জিনিয়ার কে দেখিয়েছেন কিন্তু কেউ তা ঠিক করতে পারে নাই।

সুযোগ থাকলে তাকে কাজে লাগানোই উচিৎ

2 minute read

জার্মানির এক নামকরা ব্যাংকে ব্যাংক ডাকাতির সময় ডাকাত দলের সর্দার বন্দুক হাতে নিয়ে সবার উদ্দেশ্যে বললো, - কেউ কোনো নড়াচড়া করবেন না, টাকা গেলে যাবে সরকারের, কি...

সময় ফুরিয়ে গেলে এভাবেই মূল্য কমতে থাকে সবার, সবকিছুর

1 minute read

পৃথিবীর নিষ্ঠুরতম সত্য হলো আপনার উপকারের কথা মানুষ বেশিদিন মনে রাখবে না। জীবনের সবচেয়ে নিদারুণ বাস্তবতা হলো, কার কাছে আপনি কতদিন প্রায়োরিটি পাবেন, সেটা নির্ভ...

হীরের হার ও স্বর্ণকারের ছেলে

1 minute read

এক স্বর্ণকারের মৃত্যুর পর তার পরিবারটা বেশ সংকটে পড়ে গেলো। খাদ্য-বস্ত্রে দেখা দিল চরম অভাব। স্বর্ণকারের বিধবা স্ত্রী তার বড় ছেলেকে একটা হীরের হার দিয়ে বললো–এ...

আইনস্টাইনের ড্রাইভার

less than 1 minute read

আইনস্টাইনের যিনি ড্রাইভার ছিলেন, তিনি একবার আইনস্টাইনকে বললেন– স্যার, আপনি প্রতিটি সভায় যে ভাষণ দেন সেগুলো শুনে শুনে আমার মুখস্থ হয়ে গেছে।

আল্লাহ যা করেন ভালোর জন্যই করেন

1 minute read

এক রাজার এক মন্ত্রী ছিলো যে সবকিছুর ক্ষেত্রে বলতো - আল্লাহ যা করেন ভালোর জন্যই করেন। একবার রাজার হাত কেটে গেলো এবং মন্ত্রী ঐ একই কথা বললো - আল্লাহ যা করেন ভা...

জীবনের মানে কি?

less than 1 minute read

বয়স যখন ৪০ পার হয়- তখন উচ্চ শিক্ষিত আর নিম্ন শিক্ষিত সবাই সমান…

Back to Top ↑

Collected

খলীফা হারুনুর রশীদ ও বাহলুল পাগল

1 minute read

খলীফা হারুনুর রশীদ এর শাসন আমলে ‘বাহলুল’ নামে এক পাগল ছিল। যে অধিকাংশ সময় কবরস্থানে কাটাতো। কবরস্থানে থাকা অবস্থায় একদিন বাদশাহ হারুনুর রশীদ তার পাশ দিয়ে ...

অভিজ্ঞতার মূল্য

less than 1 minute read

একবার এক জাহাজের ইঞ্জিন অন হচ্ছিল না, জাহাজের মালিক অনেক ইন্জিনিয়ার কে দেখিয়েছেন কিন্তু কেউ তা ঠিক করতে পারে নাই।

সুযোগ থাকলে তাকে কাজে লাগানোই উচিৎ

2 minute read

জার্মানির এক নামকরা ব্যাংকে ব্যাংক ডাকাতির সময় ডাকাত দলের সর্দার বন্দুক হাতে নিয়ে সবার উদ্দেশ্যে বললো, - কেউ কোনো নড়াচড়া করবেন না, টাকা গেলে যাবে সরকারের, কি...

সময় ফুরিয়ে গেলে এভাবেই মূল্য কমতে থাকে সবার, সবকিছুর

1 minute read

পৃথিবীর নিষ্ঠুরতম সত্য হলো আপনার উপকারের কথা মানুষ বেশিদিন মনে রাখবে না। জীবনের সবচেয়ে নিদারুণ বাস্তবতা হলো, কার কাছে আপনি কতদিন প্রায়োরিটি পাবেন, সেটা নির্ভ...

হীরের হার ও স্বর্ণকারের ছেলে

1 minute read

এক স্বর্ণকারের মৃত্যুর পর তার পরিবারটা বেশ সংকটে পড়ে গেলো। খাদ্য-বস্ত্রে দেখা দিল চরম অভাব। স্বর্ণকারের বিধবা স্ত্রী তার বড় ছেলেকে একটা হীরের হার দিয়ে বললো–এ...

আইনস্টাইনের ড্রাইভার

less than 1 minute read

আইনস্টাইনের যিনি ড্রাইভার ছিলেন, তিনি একবার আইনস্টাইনকে বললেন– স্যার, আপনি প্রতিটি সভায় যে ভাষণ দেন সেগুলো শুনে শুনে আমার মুখস্থ হয়ে গেছে।

আল্লাহ যা করেন ভালোর জন্যই করেন

1 minute read

এক রাজার এক মন্ত্রী ছিলো যে সবকিছুর ক্ষেত্রে বলতো - আল্লাহ যা করেন ভালোর জন্যই করেন। একবার রাজার হাত কেটে গেলো এবং মন্ত্রী ঐ একই কথা বললো - আল্লাহ যা করেন ভা...

জীবনের মানে কি?

less than 1 minute read

বয়স যখন ৪০ পার হয়- তখন উচ্চ শিক্ষিত আর নিম্ন শিক্ষিত সবাই সমান…

Back to Top ↑

Source Control

Tips and Tricks for git

less than 1 minute read

GitHub is a internet hosting provider for software development and version control using git. It provides distributed version control, source code management...

Branching and merging in GitHub

less than 1 minute read

Branching and merging sometimes very difficult in github. For you wrong command it may destroy your repository. In this article, Branching and merging in git...

Getting Started with GitHub

less than 1 minute read

GitHub is a internet hosting provider for software development and version control using git. It provides distributed version control, source code management...

Back to Top ↑

JavaScript

Simple Notifications With Toastr

2 minute read

toastr is a simple JavaScript toast notification library that is small, easy to use, and extendable. It is mostly used to show notification and its outlook i...

Back to Top ↑

Docker

Tips and tricks for docker

3 minute read

Some tips and tricks for docker may improve your work’s quality. Here, I have tried to include some commands, tricks and tips which we use everyday

Back to Top ↑

Angular

Back to Top ↑

AI

Image Detection Using Custom Vision AI

1 minute read

Custom vision AI is an interesting way to detect images. Just upload your image, train and then evaluate. To know more, please visit : https://www.customvisi...

Back to Top ↑

Machine Learning

Image Detection Using Custom Vision AI

1 minute read

Custom vision AI is an interesting way to detect images. Just upload your image, train and then evaluate. To know more, please visit : https://www.customvisi...

Back to Top ↑

Github

Tips and Tricks for git

less than 1 minute read

GitHub is a internet hosting provider for software development and version control using git. It provides distributed version control, source code management...

Branching and merging in GitHub

less than 1 minute read

Branching and merging sometimes very difficult in github. For you wrong command it may destroy your repository. In this article, Branching and merging in git...

Getting Started with GitHub

less than 1 minute read

GitHub is a internet hosting provider for software development and version control using git. It provides distributed version control, source code management...

Back to Top ↑

IIS

Configure Web gardens in IIS 7 step by step

4 minute read

“Web garden” scaling out by increasing the number of worker processes per CPU. Web gardening will allow more than two subscribers to synchronize at the same ...

How to register .NET framework in IIS

less than 1 minute read

If you install IIS after installing framework, you have to register framework in IIS. Otherwise you will get following message after hosting asp.net applicat...

Back to Top ↑

VS Code

Important notes

less than 1 minute read

Summary: Some important notes. Important links

Back to Top ↑

OS

Which service is using which port?

1 minute read

Every day we fell in some difficulties and want to know which service is using by which port? Ports are divided into three ranges: The well-known ports (from...

How to release port 80

less than 1 minute read

Few days ago, I fall in a problem. I could not start apache server by XAMP control panel. There was a message shown port 80 busy. However ultimately, I found...

Back to Top ↑

Commands

Tips and tricks for docker

3 minute read

Some tips and tricks for docker may improve your work’s quality. Here, I have tried to include some commands, tricks and tips which we use everyday

Dot net command at a glance

less than 1 minute read

Sometime we need to use dotnet command to create, build and run an application. Here, I have shared some common used dotnet commands

Execute sql query using windows terminal

less than 1 minute read

I had a sql file which was almost 400MB. Whenever, I was going to excute that file using SQL managment studio, it shows the following error. By the way, I wa...

Back to Top ↑

Slides

Introduction To OMNeT++

less than 1 minute read

This is a getting started slide where you will introduce with OMNeT++. You will able to create your first simulation.

Back to Top ↑

React

Back to Top ↑

English

Back to Top ↑

Kubernetes

Back to Top ↑

Markdown

Back to Top ↑

Interview

Back to Top ↑

Questions

Back to Top ↑

Blog

Important notes

less than 1 minute read

Summary: Some important notes. Important links

Back to Top ↑

Visual Studio

Visual studio tips and tricks (Part 01)

less than 1 minute read

Microsoft Visual Studio is the most famous IDE (Integrated development environment.) It is used to develop computer program, website, web application, web se...

Back to Top ↑

Windows

How to release port 80

less than 1 minute read

Few days ago, I fall in a problem. I could not start apache server by XAMP control panel. There was a message shown port 80 busy. However ultimately, I found...

Back to Top ↑

Quote

Back to Top ↑

Dapper

Playing with dapper using asp.net core

5 minute read

Dapper is mostly used, speedy and high performance ORM tools for Microsoft.NET platform. It is free and open source software. It is very easy to handle sql q...

Back to Top ↑

Istio

Back to Top ↑

Configuration

Back to Top ↑

Jekyll

Back to Top ↑

C

Back to Top ↑

Embedded System

Back to Top ↑

MS Office

Back to Top ↑

TFS

Back to Top ↑

SQL

Necessary SQL query in MS SQL

less than 1 minute read

SQL stands for Structured Query Languages. In this article, I will show you some important query you need frequently.

Back to Top ↑

Javascript

Call JavaScript from Asp.Net code behind

less than 1 minute read

Suppose you want to display confirmation message by javascript from asp.net code behind after saving data. Write the following code in your button event.

Back to Top ↑

Command

How to register .NET framework in IIS

less than 1 minute read

If you install IIS after installing framework, you have to register framework in IIS. Otherwise you will get following message after hosting asp.net applicat...

Back to Top ↑

Algorithms

Back to Top ↑

Data Structures

Back to Top ↑

Bootstrap

Back to Top ↑

Crystal Report

Crystal Report With ASP.Net Step By Step

7 minute read

For business or other managerial purpose, it is very important to prepare reports. We use SAP crystal reports in asp.net often for reporting purpose. Before ...

Back to Top ↑

Bot

Back to Top ↑

Azure Cognitive Service

Back to Top ↑

JWT

Back to Top ↑

ORM

Playing with dapper using asp.net core

5 minute read

Dapper is mostly used, speedy and high performance ORM tools for Microsoft.NET platform. It is free and open source software. It is very easy to handle sql q...

Back to Top ↑

Auth

Back to Top ↑

Ocelot

Back to Top ↑

GitHub

Back to Top ↑

NuGet

Back to Top ↑

Packages

Back to Top ↑

Eureka

Back to Top ↑

Policy

Back to Top ↑

Privacy

Back to Top ↑

Grammar

Back to Top ↑

Islamic

খলীফা হারুনুর রশীদ ও বাহলুল পাগল

1 minute read

খলীফা হারুনুর রশীদ এর শাসন আমলে ‘বাহলুল’ নামে এক পাগল ছিল। যে অধিকাংশ সময় কবরস্থানে কাটাতো। কবরস্থানে থাকা অবস্থায় একদিন বাদশাহ হারুনুর রশীদ তার পাশ দিয়ে ...

Back to Top ↑

Browser

Back to Top ↑

BI

Back to Top ↑

Tools

Back to Top ↑

Technologies

Back to Top ↑

Software

Back to Top ↑

SignalR

Back to Top ↑

Simulation

Introduction To OMNeT++

less than 1 minute read

This is a getting started slide where you will introduce with OMNeT++. You will able to create your first simulation.

Back to Top ↑

OMNeT++

Introduction To OMNeT++

less than 1 minute read

This is a getting started slide where you will introduce with OMNeT++. You will able to create your first simulation.

Back to Top ↑

OData

Back to Top ↑

.NET Core

Back to Top ↑

Speech

Back to Top ↑

Technical Speech

Back to Top ↑

Swagger

Back to Top ↑

RabbitMQ

Back to Top ↑

Serilog

Back to Top ↑

Seq

Back to Top ↑

Logging

Back to Top ↑

CI/CD

Back to Top ↑

Jenkins

Back to Top ↑

.NET

Dot net command at a glance

less than 1 minute read

Sometime we need to use dotnet command to create, build and run an application. Here, I have shared some common used dotnet commands

Back to Top ↑

Poly

Back to Top ↑

Redis

Back to Top ↑

DDD

Back to Top ↑

EventStoreDB

Back to Top ↑

Load Balancer

Back to Top ↑

Python

Back to Top ↑

DevOps

Back to Top ↑

Redux

Back to Top ↑