top of page
Search
The Tech Platform
Nov 29, 2023
Implementing Three-Layer Architecture in Asp.Net Core
Building a web application that's both robust and easy to maintain requires a solid architectural foundation. Enter the Three-Layer...
The Tech Platform
Oct 25, 2023
Web API Endpoints in ASP.NET Core
In today's fast-paced and interconnected digital world, building web applications and services is a common practice for developers and...
The Tech Platform
Oct 9, 2023
Ultimate Guide to View Components in ASP.NET Core
View components play a pivotal role in enhancing the dynamism and interactivity of web pages in ASP.NET Core applications. They offer a...
The Tech Platform
Oct 6, 2023
Understanding ASP.NET Core web UI models
When it comes to developing web applications, ASP.NET Core stands out as a versatile and powerful framework that enables you to create...
The Tech Platform
Sep 16, 2023
What is the difference between IIS and Kestrel servers in ASP.NET?
Navigating the world of web development often involves understanding the intricate dance between different server components, especially...
The Tech Platform
Sep 12, 2023
What is SignalR and how can it be used to build real-time web applications in ASP.NET?
In today's programming world, the demand for real-time web applications has grown exponentially. Whether it's live chat, collaborative...
The Tech Platform
May 29, 2023
Building Dynamic PWAs in Angular and ASP.NET Core with a Multi-Tenant Project
Progressive Web Apps (PWAs) have revolutionized web development by providing a seamless user experience with offline capabilities and...
The Tech Platform
May 2, 2023
Maximize Your Application's Speed and Efficiency with ASP.NET Caching Tips
Application speed and efficiency are essential to providing a positive user experience. Slow loading times and poor performance can...
The Tech Platform
Mar 28, 2023
What is global.asax in ASP.NET? How to customize the application's behavior?
In the Global.asax file, we write code the same way we write in the code-behind file of a web form with a .aspx file. However, the main...
The Tech Platform
Nov 9, 2022
Azure Application Insights in ASP.NET Core
Azure Application Insights is an extensible application performance management (APM) service that can be used to monitor performance,...
bottom of page