“A postback is a request sent from a client to server from the same page, user is already working with.“ASP.NET was introduced with a mechanism to post an HTTP POST request back...
ASP.NET Web Forms uses Page controller pattern approach for rendering layout. In this approach, every page has its own controller i.e. code-behind file that processes the request. On the other...
ASP.NET supports different session state storage options: In-Process is the default approach. It stores session state locally on same web server memory where the application is running. StateServer mode stores session state...
There are three types of authentication available in ASP.NET: Windows Authentication: This authentication method uses built-in windows security features to authenticate user. Forms Authentication: authenticate against a customized list of users or...
Global.asax is basically ASP.NET Application file. It’s a place to write code for Application-level events such as Application start, Application end, Session start and end, Application error etc. raised by...
Response.Redirect The page is redirected permanently. Used to navigate within the same application as well as navigating from one application to another application. The URL is changed because the processing...
The SQL SELF JOIN is used to join a table to itself You use a self join when a table references data in itself. SQL self-join simply is a normal join which...
Microsoft joins Oracle as the only other hyperscaler to offer Oracle Cloud Infrastructure Database Services to simplify cloud migration, multicloud deployment and management Microsoft and...
1. High-Level Design (HLD) Overview: HLD is the macro-level design phase that provides a broad view of the system. It outlines the architecture and major...
In the ongoing project, my role as the Engineering Manager involves overseeing and coordinating various aspects of the project's technical development. I work closely with...
Latency and throughput are two important metrics used to assess the performance of software applications or systems. They provide insights into how well an application...
Travel today is everywhere. People are exploring new places, capturing moments, sharing stories, and documenting their journeys across social media. Every trip—whether by road, train,...
📦 Yarn vs npm: A Beginner’s Guide to JavaScript Package Managers 🧠 What is a Package Manager? A package manager automates the process of: Installing...
🎯 Purpose: This article serves as a beginner-friendly, full-spectrum guide to frontend development, covering: Core technologies (HTML, CSS, JS, React, Vue, etc.) Their evolution and...
📌 1. Startup.cs in ASP.NET Core ✅ Definition Startup.cs is the central configuration file for your ASP.NET Core application, used to register services and define...
In the ever-evolving tech world, two roles often get mentioned interchangeably but serve very different purposes—Technical Architect and Solutions Architect. Whether you're planning your next...