Latest Blog

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.

20
Mar
2026

5 views

This article delves into CWE-829, focusing on the security implications of incorporating functionalities from untrusted third-party scripts. Understanding these risks is crucial for developers aiming to safeguard their applications from potential vulnerabilities. Readers should be familiar with basic web development concepts and security principles.

20
Mar
2026

12 views

In this guide, you will master NumPy, the foundational library for numerical computing in Python, essential for data science. Understanding NumPy is crucial as it significantly enhances performance in data manipulation and analysis. Before diving in, familiarity with Python programming and basic mathematical concepts will be beneficial.

17
Mar
2026

8 views

In this blog post, we will explore the concept of CWE-200, which refers to the exposure of sensitive information in applications, and learn practical techniques for preventing data leakage. By understanding common vulnerabilities and implementing best practices, developers can significantly enhance the security of their applications.

27
Aug
2023

3,653 views

A NullPointerException is a runtime exception in Java that happens when you attempt to perform an operation on a null object reference. In other words, you're attempting to access a member (such as a method or field) of an object that hasn't yet been initialized, which results in a null reference.

04
May
2021

Hello guys, in this article we will learn about how to implement Url Encryption in Asp.Net MVC . There are few ways which provides url encryption but seems really difficult to implement. In our article we will use simple custom Html helpers for url encryption.

16
Jul
2023

3,655 views

A dynamic array implementation that is a part of the Java Collections Framework is the Vector class in Java. It offers a resizable array that can expand or contract as necessary. Similar to ArrayLists, vectors are thread-safe for use in multi-threaded situations since they are synchronised.

01
Aug
2023

Hello, readers, and welcome to Code2Night! In this blog post, we will focus on the latter and explore how to implement JWT Token Authentication in ASP.NET Core 7.0 Web api and .net core 7 web application. So we will see how we will generate jwt token and how we will verify the token using authorize attribute.

20
Mar
2026

11 views

This blog post delves into the intricacies of CWE-942, focusing on Cross-Origin Resource Sharing (CORS) misconfiguration and its potential security risks. Understanding CORS and its correct configuration is crucial for web application security, as improper settings can lead to data breaches and unauthorized access. Prior knowledge of web security concepts and HTTP protocols will enhance your comprehension of this topic.

09
Dec
2023

3,202 views

Templates in C++ allow you to construct generic code that can deal with multiple data types without having to replicate the code for each one. In C++, templates are fundamental for constructing flexible and reusable classes and functions. In C++, there are two types of templates: function templates and class templates.

Trending This Month

Based on actual reader views in March 2026

1 Microsoft Outlook Add Appointment and Get Appointment using Asp.Net MVC
155 views ASP.NET MVC
2 How to Auto Redirect from HTTP To HTTPS IN Asp.Net using Web Config
122 views ASP.NET MVC
3 Understanding CWE-601: Open Redirect Vulnerabilities and How to Mitigate Them
73 views Security
4 Integrating Google reCAPTCHA Validation in ASP.NET MVC
68 views ASP.NET MVC
5 Send Email With HTML Template And PDF Using ASP.Net C#
63 views ASP.NET Core
6 Implement Stripe Payment Gateway In ASP.NET MVC
61 views ASP.NET MVC
7 Screen Recording with Audio using JavaScript in ASP.NET MVC
60 views JavaScript
8 Climbing the Career Ladder: Advancement Opportunities in Software Engineering
56 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

434
Total Blogs
Programming articles & tutorials
2,351,773
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