Latest Blog

18
Jan
2024

4,578 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.

16
Mar
2026

21 views

In this blog post, you will learn about the concepts of async and await in C#, their significance in improving application performance, and how to implement them effectively. We'll explore the fundamentals, practical examples, best practices, and common pitfalls to avoid.

08
May
2023

3,334 views

Small businesses often struggle to provide prompt responses to customer inquiries and concerns, which can lead to a negative customer experience and potential losing valuable customers. To improve customer service, businesses can consider hiring a support team for call and email responses or implementing chat support services on their website.

23
Sep
2023

4,128 views

A control structure in C called a switch statement is used to make decisions based on the value of a variable or expression. It enables you to run a block of code connected to the first matching case after testing a variable against a set of values (cases). The switch statement's fundamental grammar is as follows:

29
Nov
2023

Hello guys we will see how to fix Error An error occurred while processing your request.Swapping to Development environment will display more detailed information about the error that occurred.The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development. In asp.net core IIS

31
Dec
2022

4,626 views

For many applications, you want to create and manage groups of related objects. There are two ways to group objects: by creating arrays of objects, and by creating collections of objects. Arrays are most useful for creating and working with a fixed number of strongly typed objects. For information about arrays, see Arrays.

13
Apr
2023

Hello guys sometimes we have to get videos from our youtube channel and show on our websites. So in this tutorial we will let you know the steps of how to Get Channel Videos using YouTube Data Api in Asp.Net learnn With code2night

08
Mar
2026

116 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.

14
Jul
2023

3,424 views

In Java, the ArrayList class implements the List interface as a resizable array. It offers dynamic arrays that can expand or contract in size as needed. ArrayLists are a component of the Java Collections Framework and provide a variety of methods for modifying the elements contained in them.

Trending This Month

Based on actual reader views in March 2026

1 Microsoft Outlook Add Appointment and Get Appointment using Asp.Net MVC
129 views ASP.NET MVC
2 How to Auto Redirect from HTTP To HTTPS IN Asp.Net using Web Config
106 views ASP.NET MVC
3 Integrating Google reCAPTCHA Validation in ASP.NET MVC
55 views ASP.NET MVC
4 Implement Stripe Payment Gateway In ASP.NET MVC
53 views ASP.NET MVC
5 Understanding CWE-601: Open Redirect Vulnerabilities and How to Mitigate Them
49 views Security
6 Screen Recording with Audio using JavaScript in ASP.NET MVC
48 views JavaScript
7 Climbing the Career Ladder: Advancement Opportunities in Software Engineering
46 views Software Engineering
8 Linkedin Sign In using LinkedinLogin Nuget package in Asp-Net MVC
45 views ASP.NET MVC

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

414
Total Blogs
Programming articles & tutorials
2,349,233
Total Views
Page views across all blogs
2,873
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