Latest Blog

09
Dec
2023

3,191 views

To merge columns and rows in an HTML table, you can use the colspan and rowspan attributes within the or elements. These attributes allow you to span a cell across multiple columns (colspan) or rows (rowspan). Here's an example demonstrating how to merge cells in an HTML table:

12
Feb
2023

Hello guys, sometimes in MVC projects we often need to add pagination on client side or server side. In this article we will see how we can implement simple pagination in ASP.NET MVC using jquery.

14
Mar
2026

61 views

In this blog post, we will explore three fundamental sorting algorithms—Bubble Sort, Selection Sort, and Insertion Sort—in the C programming language. Understanding these algorithms is essential for any programmer as they form the basis for more complex sorting methods and help in grasping algorithmic efficiency.

09
Dec
2023

2,939 views

Operator overloading in C++ allows you to define how operators behave when used with objects of user-defined classes. You can customize the behavior of operators, such as +, -, *, /, ==, and many others, to work with your own classes, making your code more intuitive and expressive.

09
Dec
2023

3,111 views

C++ is a powerful, high-level programming language that is widely used for developing a wide range of applications, from system software to video games and web applications. It was developed as an extension of the C programming language and introduced several features that make it a versatile and efficient language for software development.

13
Sep
2020

In this tutorial we’ll use slick Slider , A Slick Slider is a popular jQuery plugin, to build an attractive responsive image gallery. Slick.js is a well-known jQuery plugin created by Ken Wheeler that lets you build beautiful responsive carousels. so what I going to do is to create a custom slider one of my favorite slider is the slick slider. You can create a custom slider by following the steps below.

11
Mar
2026

95 views

In this blog post, you will learn about dynamic memory allocation in C, including how to use the functions malloc, calloc, realloc, and free. Understanding these concepts is crucial for efficient memory management in your C programs.

05
Mar
2024

Hello guys in this article we will see how to implement JWT Token Authenticate with Validate Token and Refresh Token automatically . We will create one action filter attribute that will automatically validate all the request and if the token is expired it will refresh the token again.

18
Jan
2024

4,573 views

Dapper is a simple Object Mapper and is nothing but Object-relational mapping (ORM) and is responsible for mapping between database and programming language and also it owns the title of King of Micro ORM in terms of speed. It is virtually as fast as using a raw ADO.NET data reader and also Entity Framework.

Trending This Month

Based on actual reader views in March 2026

1 Microsoft Outlook Add Appointment and Get Appointment using Asp.Net MVC
85 views ASP.NET MVC
2 How to Auto Redirect from HTTP To HTTPS IN Asp.Net using Web Config
69 views ASP.NET MVC
3 Implement Stripe Payment Gateway In ASP.NET MVC
43 views ASP.NET MVC
4 Screen Recording with Audio using JavaScript in ASP.NET MVC
42 views JavaScript
5 Integrating Google reCAPTCHA Validation in ASP.NET MVC
39 views ASP.NET MVC
6 Linkedin Sign In using LinkedinLogin Nuget package in Asp-Net MVC
36 views ASP.NET MVC
7 Understanding Memory Management and Garbage Collection in .NET
34 views C#
8 Climbing the Career Ladder: Advancement Opportunities in Software Engineering
31 views Software Engineering

Free Developer Tools

Handy online tools to boost your productivity — no login required.

Our Community Impact

Blogs, views & resources shared with developers around the world

401
Total Blogs
Programming articles & tutorials
2,347,335
Total Views
Page views across all blogs
2,872
Downloads
Source code & resource downloads

Never study to be successful, study for self-efficiency. Don’t run behind success. Follow behind excellence, success will come all way behind you.

Translate Page