.net

Scaling microservices with Message queues, .NET and Kubernetes

When you design and build .NET applications at scale, you deal with two significant challenges: scalability & robustness. You should design your service so that even if it is subject to intermittent heavy loads, it continues to operate reliably. But how do you build such applications? And how do you deploy an application that scales …

Scaling microservices with Message queues, .NET and Kubernetes Read More »

cloud computing software development article

MongoDB on Windows Azure

MongoDB is an open source NoSQL database. This article from Lynn Langit introduces both MongoDB and Windows Azure, and then explore the technical details and benefits of deploying MongoDB to the Microsoft cloud.

Windows Azure Service Bus Deep Dive

Learn the advanced capabilities of the Windows Azure Service Bus Queues and Topics, including subscription filtering, session management, correlation. Ynd you will also learn about a range of architectural patterns that can be implemented using the messaging capabilities and help with scaling out your applications. You will also learn about ASP.NET’s SignalR framework and how …

Windows Azure Service Bus Deep Dive Read More »

Cloud Patterns for Application Architects

How does one build a “modern” application? What are the key design patterns ranging from adaptive and insight-driven applications to ‘Social’-enabled & aware application design, to Big Data: why HPC is coming to you… Architecture patterns and practices ranging from Enterprise Architecture to design and delivery.

Practical CQRS with Windows Azure

CQRS architecture approaches are an emerging trend for building distributed systems in .NET. They bring together multiple time-proven patterns and practices of delivering scalable solutions with rich business value. CQRS is also a natural fit for cloud computing projects, where it provides clear design baseline and allows reducing development and operational costs, while keeping overall …

Practical CQRS with Windows Azure Read More »