Latest Blog

26
Feb
2021

14,227 views

So starting of from the beginning Ajax is used for Asynchronous Javascript and XML. We can use it for many purposes. Few basic uses of Ajax are:- Update page without reloading the page providing better performance. Request data from a server - after the page has loaded which can be used in loading Partial Views. Send data to a server without reload - in the background making it easier to performance Save, Delete operations smoothly. Ajax in Asp.Net MVC

21
Apr
2024

In today's digital landscape, security is paramount for any web application. One effective way to enhance security and protect against bots is by integrating Google reCAPTCHA. reCAPTCHA is a free service provided by Google that helps to distinguish between human and automated traffic on websites. In this article, we'll explore how to integrate Google reCAPTCHA into an ASP.NET MVC application.

11
Mar
2026

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

04
Mar
2021

10,888 views

In this article we will focus on implementing Globalization and localization in ASP.NET Core With Resource Files . We will be trying to implement culture in Asp.Net core 3.1.So if your are struggling in using you Asp.Net Resource Files in .net core have a look at the article in detail.

09
Dec
2023

3,343 views

LINQ (Language Integrated Query) is a feature in C# that allows us to perform queries against data sources, which can be arrays, collections, or any type of databases, using a SQL-like syntax. In this article, we will cover some basic concepts and functionalitites of LINQ and learn how to use it in your C# application

16
Jan
2022

Hello guys, often while working with angular js you sometimes have requirement of implementing chat functionality where user can press @ and select users from the list , similar to what we do on skype or all big chatting platforms. For that purpose we can use Angular-mentions which is a package in Angular js for skype like @ chat functionality. We will see how to use that in detail.

27
Aug
2023

3,789 views

A NumberFormatException is produced in Java when you try to convert a string to a numeric type (such as int, double, float, etc.) but the string's format is incompatible with the required format for that numeric type. This is common when using parsing techniques such as Integer.parseInt(), Double.parseDouble(), or Float.parseFloat().

05
Aug
2020

20,549 views

Browser Reload On File Save:- In Asp.Net you might have noticed you browser getting refreshed whenever you save any File using Fileupload in Webforms or MVC. We will see how we can stop that.

23
Oct
2023

Hello guys, in this article we will see how to fix CWE-23 Path Traversal vulnerability Unsanitized input from an HTTP parameter flows into global::System.IO.Directory.CreateDirectory, where it is used as a path. This may result in a Path Traversal vulnerability and allow an attacker to create arbitrary directories when we scan our code with snyk.

Trending This Month

Based on actual reader views in March 2026

1 Microsoft Outlook Add Appointment and Get Appointment using Asp.Net MVC
80 views ASP.NET MVC
2 How to Auto Redirect from HTTP To HTTPS IN Asp.Net using Web Config
65 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
41 views JavaScript
5 Integrating Google reCAPTCHA Validation in ASP.NET MVC
39 views ASP.NET MVC
6 Understanding Memory Management and Garbage Collection in .NET
34 views C#
7 Linkedin Sign In using LinkedinLogin Nuget package in Asp-Net MVC
34 views ASP.NET MVC
8 Implement Stripe Payment Gateway In ASP.NET
30 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

401
Total Blogs
Programming articles & tutorials
2,347,226
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