C# / .NET Interview Questions and Answers: Part 3 – Collections and Data Structures
This Chapter covers data structures in .NET, collections and their implementations, and performance characteristics.
You're viewing blog posts that cotains Microservices tag
See all postsThis Chapter covers data structures in .NET, collections and their implementations, and performance characteristics.
This guide covered the most popular caching strategies, cache eviction policies, and pitfalls that you might encounter when implementing a cache for your system.
AbstractLess: Approach to avoid complexity in your system architecture
This article explores essential data integration patterns, including ETL, ELT, Change Data Capture (CDC), Data Federation, Data Virtualization, Data Replication, Publish/Subscribe, Request/Reply, and Point-to-Point Integration. Learn how and when to use these patterns for efficient data handling and real-time analytics.
Learn how Frugal Architecture helps you build cost-efficient, scalable, and sustainable software systems. Discover practical tips, rules, and common pitfalls to optimize your architecture for better performance and lower costs.
Choosing the right architecture style is important for applications that should be scalable, maintainable, and aligned with business requirements. Each architecture style has unique characteristics, and the choice can impact how the application performs, scales, and evolves. This article explores the top 10 software architecture styles you should know and their pros, cons, and typical use cases.
Weekend Reading is a Digest where we share a selection of the most interesting tech articles from different companies found during the week.
Weekend Reading is a Digest where we share a selection of the most interesting tech articles from different companies found during the week.
Discover the principles of "The Frugal Architect" proposed by Dr. Werner Vogels, CTO of Amazon, focusing on sustainable, cost-effective, and resource-efficient architectural design. Learn how to integrate cost as a non-functional requirement, align system costs with business models, and continuously optimize for efficiency and innovation.
In this article we look at the advantages and disadvantages of Vertical Slice Architecture for .NET application development
Microsoft Orleans — обзор фреймворка для создания масштабируемых приложений. Вы узнаете, как Orleans упрощает управление состоянием и обработку сообщений с помощью модели виртуальных акторов (Grains). Мы рассмотрим архитектуру Orleans, его ключевые фичи, примеры использования, а также шаги по началу работы и развертыванию в облаке.
In this article, we have collected the best Nuget packages for .NET development, which will be useful for you in your daily development activities