Latest Blog

18
Mar
2026

10 views

In this blog post, we will explore CWE-732, which involves incorrect permission assignments that can compromise critical resources in software applications. Understanding and mitigating these vulnerabilities is essential for maintaining secure systems and protecting sensitive data.

21
Oct
2021

Hello guys, often while dealing with project where we need to implement payment systems and need user to enter card number and show them the card number format properly. So for that purpose we have to use controls from payment gateways which are bit harder to manage on custom websites. So we will see how to implement Input Box Card Number Formatting using jquery.

27
Aug
2023

3,792 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().

13
Jan
2023

Hello guys, sometimes while working with big databases in sql server we often need to find all tables where we have used specific columns. So we will see how to do that.

05
Aug
2020

Many times you might have got requirement of changing DateTime Format Of your IIS Hosted Web Application.Sometime Date format changes work on LocalHost but on IIS the date format remains same. Select Application Pool Select Project and click on Advanced settingsExpand Process Modal and Select Identity Select Custom Account and Click on set and enter UserName Password(System Credentials) and ok

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.

30
Jan
2024

5,608 views

Hello guys, we often want to integrate payment gateways in our Asp.Net applications. Some of the most popular payment gateways are payumoney,paypal,stripe and razorpay. We have already covered payumoney and stripe in our blogs. In this article we will see How to refund payment using Paypal in Asp.Net MVC. For this we will use paypal sale api.

25
Sep
2023

3,847 views

A two-dimensional (2D) array is an arrangement of items in C that are arranged in a grid and are individually identified by a pair of indices: a row index and a column index. A 2D array can be compared to a table or matrix that has rows and columns. A 2D array in C is declared, initialised, and used as follows:

13
Aug
2022

Publish Website using FTP in Visual Studio If we use FTP (File Transfer Protocol) to publish web applications, we need to enter all credentials provided by the FTP hosting company, and application files will upload directly to our FTP hosting space.

20
Mar
2026

4 views

This article delves into the intricacies of XPath Injection, a critical security vulnerability in XML query interfaces. Readers will learn about its mechanisms, implications, and how to effectively mitigate such risks. A firm grasp of XML, XPath, and basic web application security principles will be beneficial.

Trending This Month

Based on actual reader views in March 2026

1 Microsoft Outlook Add Appointment and Get Appointment using Asp.Net MVC
137 views ASP.NET MVC
2 How to Auto Redirect from HTTP To HTTPS IN Asp.Net using Web Config
112 views ASP.NET MVC
3 Integrating Google reCAPTCHA Validation in ASP.NET MVC
65 views ASP.NET MVC
4 Understanding CWE-601: Open Redirect Vulnerabilities and How to Mitigate Them
64 views Security
5 Implement Stripe Payment Gateway In ASP.NET MVC
57 views ASP.NET MVC
6 Screen Recording with Audio using JavaScript in ASP.NET MVC
54 views JavaScript
7 Climbing the Career Ladder: Advancement Opportunities in Software Engineering
53 views Software Engineering
8 Send Email With HTML Template And PDF Using ASP.Net C#
50 views ASP.NET Core

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

428
Total Blogs
Programming articles & tutorials
2,350,184
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