Select the directory option from the above "Directory" header!

Menu
Microsoft introduces reliable web app pattern for .NET cloud apps

Microsoft introduces reliable web app pattern for .NET cloud apps

Microsoft’s reliable web app pattern is a set of best practices for migrating ASP.NET web applications to its Azure cloud.

Credit: RawPixel

Microsoft has unveiled a set of best practices it calls the reliable web app (RWA) pattern for .NET, a set of best practices designed to help developers move applications to the company's Azure cloud.

Introduced March 7, RWA was built on the Azure Well-Architected Framework. RWA offers prescriptive guidance on technical and business objectives, covering areas such as security, operations, and cost optimization. A reference implementation provides a production-grade web application for .NET. Objectives of the RWA include:

  • Low-cost, high-value wins
  • Minimal code changes
  • Security best practices
  • Reliability design patterns
  • Improved operational excellence
  • Cost-optimized environments
  • Well-architected framework principles
  • Service-level objective of 99.9%

A series of instructional videos has been posted on YouTube that covers reliability, security, performance optimization, and other aspects of RWA. Elaborating on cloud deployment, Microsoft noted low-cost code changes developers can make to prepare an application for deployment to the cloud.

For example, the Retry pattern allows an app to handle temporary service interruptions, while the Circuit Breaker prevents an application from repeatedly invoking a service that is down. The Cache-Aside pattern can improve performance and help maintain consistency between an in-memory cache and the persistent data store.


Follow Us

Join the newsletter!

Or

Sign up to gain exclusive access to email subscriptions, event invitations, competitions, giveaways, and much more.

Membership is free, and your security and privacy remain protected. View our privacy policy before signing up.

Error: Please check your email address.
Show Comments