Latest Blog

08
Mar
2026

113 views

In this blog post, you will learn the fundamentals of C# programming, including key concepts, syntax, and practical examples. By the end, you will be equipped to write basic C# applications and understand essential programming principles.

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.

04
Mar
2024

4,502 views

In a production environment, securing your Swagger UI is essential to prevent unauthorized access. You can use authentication middleware to protect the Swagger UI endpoint. Below is an example of how you can configure authentication for Swagger UI in an ASP.NET Core application.

16
Mar
2026

24 views

In this blog post, we will explore the concept of abstract classes in C#, how they are defined, and why they are essential in object-oriented programming. You'll learn how to implement abstract classes with practical code examples, and discover best practices to avoid common pitfalls.

11
Jun
2022

Hello guys, we often need to export data from database into excel files in ASp.Net mvc using ClosedXML Xlworkbook. XlWorkbook is a third party library that helps in exporting excel file from datatable or dataset easily amd allows many formatting options that helps in better presenting data in excel.

31
May
2023

4,530 views

JSON (JavaScript Object Notation) is a lightweight data interchange format commonly used for transmitting data between multiple systems, mostly in Web APIs and client applications. JSON is a text-based format that is easy for humans to read and write and also easy for machines to parse and generate. It is language-independent, meaning it can be used with any programming language that has the capability to parse JSON data.

11
Mar
2026

77 views

In this blog post, we will explore the concept of pointers in C programming, a fundamental feature that allows for efficient memory management and data manipulation. By understanding pointers, you will enhance your coding skills and gain better control over resource allocation and data structures.

Trending This Month

Based on actual reader views in March 2026

1 Microsoft Outlook Add Appointment and Get Appointment using Asp.Net MVC
95 views ASP.NET MVC
2 How to Auto Redirect from HTTP To HTTPS IN Asp.Net using Web Config
80 views ASP.NET MVC
3 Implement Stripe Payment Gateway In ASP.NET MVC
45 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
40 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
35 views C#
8 Asynchronous Programming in C#
32 views C#

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,571
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