-
Key Points To Architecturing Cloud Applications, Part 4: Reliability
These are key points from the course I took recently on Build great solutions with the Microsoft Azure Well-Architected Framework. I think these points are applicable no matter which cloud provider you use. This will be a 5-part series on cost, operations, performance, reliability and security considerations in architecturing cloud applicati... Read More
-
Key Points To Architecturing Cloud Applications, Part 3: Performance
These are key points from the course I took recently on Build great solutions with the Microsoft Azure Well-Architected Framework. I think these points are applicable no matter which cloud provider you use. This will be a 5-part series on cost, operations, performance, reliability and security considerations in architecturing cloud applicati... Read More
-
Key Points To Architecturing Cloud Applications, Part 2: Operations
These are key points from the course I took recently on Build great solutions with the Microsoft Azure Well-Architected Framework. I think these points are applicable no matter which cloud provider you use. This will be a 5-part series on cost, operations, performance, reliability and security considerations in architecturing cloud applicati... Read More
-
Key Points To Architecturing Cloud Applications, Part 1: Cost
These are key points from the course I took recently on Build great solutions with the Microsoft Azure Well-Architected Framework. I think these points are applicable no matter which cloud provider you use. This will be a 5-part series on cost, operations, performance, reliability and security considerations on architecturing cloud applicati... Read More
-
Ways Developer Can Secure An ASP.NET Application (Redux 2022)
Updating my post back in 2015 here for year 2022. Cross-Site Scripting (XSS) According to OWASP’s definition of XSS, XSS is a type of injection that occurs when a web application uses input from a user within the output it generates without validating or encoding it To avoid XSS in ASP.NET, use Razor’s expression syntax wit... Read More