Latest Posts

Performance Improvements in ASP.NET Core 9
Since its early versions, ASP.NET Core has established itself as one of the most performant frameworks for building web applications and API services. Its modular architecture, heavy use of asynchronous …
Coding
View All
Performance Improvements in ASP.NET Core 9
Since its early versions, ASP.NET Core has established itself as one of the most performant frameworks for building web applications and API services. Its modular architecture, heavy use of asynchronous …
Operating Systems
View All
Microsoft Teams and the Limitations on Recording Downloads
In today’s digital workplace, Microsoft Teams has become one of the most widely used platforms for remote collaboration. Despite its strong integration with SharePoint and OneDrive, certain limitations still affect …
Software
View All
Exploring ASP.NET Core 9 with Minimal APIs: A Full Demo Project
Minimal APIs are becoming a key architectural pattern in the .NET ecosystem—leaner, faster, and easier to write than traditional controller-based Web APIs. With the release of ASP.NET Core 9 (Preview), …