Latest Blog

16
Jul
2023

3,653 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.

22
Feb
2026

153 views

AssisticaAI is a support chat widget built for companies that want to integrate fast, friendly help directly on their websites. Instead of sending visitors to email forms or separate help pages, the widget keeps assistance on the page where questions happen. With a lightweight install and simple customization, teams can launch live chat in minutes, match the widget to their brand, and make support feel immediate. Visitors get quick answers, and businesses see fewer abandoned session

04
Mar
2021

10,895 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.

05
Aug
2020

20,707 views

Error Handling in Asp.Net Core has changed a bit from what we used to use in Asp.Net Mvc. Before .Net Core We used to use OnException Methods to handle Exceptions while executing actions But it doesn't' see working in .Net Core as many features are changed.So In this Article we will see how to make exception handling work in Asp.Net Core.

16
Jul
2023

3,322 views

In Java, the LinkedList class implements the List interface and provides a doubly-linked list data structure. It provides a versatile means of storing and manipulating a collection of items. A LinkedList, unlike an ArrayList, uses references to connect components rather than contiguous memory allocation.

04
Mar
2024

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

12
Oct
2022

Hello guys, considering the security of web applications and api's we often have to implement security tokens. Sometimes we use owin authentication and sometimes JWT Tokens. So in this article we will see how to implement JWT Token Authentication in ASP.NET MVC using JWT.

15
May
2021

12,531 views

Hello guys, in this article we will learn how to reload vue js child component. Sometime we need to reset child components or just re-render them. There few ways to reset child components but for beginner and those who have just started with vue js it can become a tough task to understand the flow to reset child components. So we will see how to reload child component.

20
May
2023

4,310 views

Child internet safety refers to the precautions, guidelines, and measures taken to protect children from potential dangers and risks associated with their use of the internet and online platforms. As children increasingly access the internet for educational, entertainment, and social purposes, it becomes essential to ensure their online safety. Here are some key aspects of child internet safety:

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
62 views Security
5 Implement Stripe Payment Gateway In ASP.NET MVC
56 views ASP.NET MVC
6 Screen Recording with Audio using JavaScript in ASP.NET MVC
53 views JavaScript
7 Climbing the Career Ladder: Advancement Opportunities in Software Engineering
53 views Software Engineering
8 Linkedin Sign In using LinkedinLogin Nuget package in Asp-Net MVC
48 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

419
Total Blogs
Programming articles & tutorials
2,349,931
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