top of page
Search


Connection Management in SignalR: ServerTimeout and KeepAliveInterval Settings
SignalR, a real-time web application framework, relies on effective connection management to ensure seamless communication between...

The Tech Platform
Oct 27, 2023


WebAssembly Module in JavaScript: A Complete Guide
WebAssembly, abbreviated as wasm, is an emerging technology that empowers web developers to bring near-native performance to web...

The Tech Platform
Oct 16, 2023


Azure SignalR Service: Revolutionize Real-time Communication
In an increasingly interconnected digital world, the demand for real-time communication and interaction has become paramount. Whether...

The Tech Platform
Oct 13, 2023


Unit Testing vs Integration Testing in PHP
When it comes to ensuring the reliability and robustness of your PHP applications, testing is an essential part of the development...

The Tech Platform
Oct 10, 2023


Mocking in PHP for Unit Testing: A Complete Guide
Ever wondered how programmers make sure their code works correctly in PHP? Well, they use a cool trick called 'mocking'. Mocking allows...

The Tech Platform
Oct 9, 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 16, 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
Sep 12, 2023


Data Protection in ASP.NET Core
In web development, keeping sensitive data safe is a top priority. ASP.NET Core recognizes this need and offers a powerful solution – the...

The Tech Platform
Oct 17, 2022


Introduction to Worker Services in ASP.NET Core
Worker Services in ASP.NET Core provide a robust foundation for building efficient, long-running background tasks. These specialized...

The Tech Platform
Sep 6, 2022


Build a ToDo list application using .Net 5.0 Web API and Microsoft SQL Server
This article shows how to build a ToDo list application using .Net 5 Web API, JWT authentication and AspNetCore Identity. Microsoft SQL...

The Tech Platform
Apr 25, 2022
bottom of page