logbee.net
  • Pricing
  • Blog
  • Documentation
  • Login
  • Register

Using npm (Node Package Manager) with .NET Razor pages

November 27, 2025, by Catalin Gavan
Use npm (Node Package Manager) to version and manage UI libraries (jQuery, Bootstrap, RequireJS etc) in a .NET application, without the need of custom static file configurations.

Improving .NET cold starts with eager initialization tasks

July 23, 2025, by Catalin Gavan
A simple approach to execute asynchronous initialization tasks at application startup in .NET for a faster, better user experience.

Improving Azure Cosmos DB efficiency

April 07, 2025, by Catalin Gavan
Optimize Azure Cosmos DB performance and reduce costs by up to 75% with indexing strategies, blob storage and TTL configuration.

Migrating a web application from Windows to Ubuntu

March 07, 2025, by Catalin Gavan
How logbee.net was migrated from Windows to Ubuntu, using Docker and Caddy to create a fully containerized setup.