top of page
Search
The Tech Platform
Aug 5
Memory Efficiency: ref and unsafe Feature in C# 13
Our problem revolves around the limitations imposed on using ref and unsafe constructs in certain contexts. Specifically, async and...
The Tech Platform
Jul 29
Boosting Web Performance: Introducing MapStaticAsset in ASP.NET Core
Every user expects websites to load quickly and search engines favor speedy pages in their rankings. The developers will optimize every...
The Tech Platform
Jul 19
WebSocket Payload Optimization: WebSocket Compression in ASP.NET Core
WebSocket communication is a powerful tool for real-time interactions in web applications. However, as data flows back and forth between...
The Tech Platform
May 31
JavaScript Throttle Function Explained
In the fast-paced world of web development, ensuring smooth and responsive user experiences is paramount. But sometimes, our code can get...
The Tech Platform
Mar 28
Reduce Your Cloud Footprint: A Guide to Azure Carbon Optimization
The cloud offers unparalleled scalability and power for businesses, but with that power comes a hidden cost - the environmental impact of...
The Tech Platform
Oct 28, 2023
Techniques to optimize Data Access and I/O operations in my ASP.NET Application
In the digital age, where data is the lifeblood of modern applications, optimizing data access and I/O (Input/Output) operations is a...
The Tech Platform
Jun 11, 2022
C# Optimization: Tips and Tricks
What is Optimization? Optimization is a program transformation technique, which tries to improve the code by making it consume less...
The Tech Platform
Jan 11, 2022
What is Span<T> in C#. How it is different from Memory<T>.
Span<T> is a value types which is an allocation-free representation of memory from different sources. Span<T> allows developers to work...
The Tech Platform
Oct 25, 2021
Code Optimization in C Sharp (C#) Programming Language
What is Optimization? The word Optimization is derived from the Latin word Optimal which means the best. Optimization is a methodology of...
The Tech Platform
Oct 11, 2021
Docker Image Optimization: from 1.16GB to 22.4MB
Docker is a platform for software developers and sysadmins to build, run, and share applications with containers. A container is a...
bottom of page