Operations | Monitoring | ITSM | DevOps | Cloud

March 2019

Writing High Performance .NET Code

At some point in our careers, many of us have found ourselves working on a project that requires performance tuning. The need to write high performance .NET code should come from performance issues or business needs. Today, we’ll take a look at just a few of the ways we can improve our .NET application’s performance. And hopefully, you’ll take away something that you can use on your current and future products.

Sponsored Post

Serverless error monitoring: Strategies you can use

If you're thinking of running a serverless setup, congratulations! But...that means you're running a distributed system. With all the benefits and simplicities that come with going serverless comes this tradeoff: You potentially also have some increases in complexity. Distributed systems are, by their nature, complex. With partitions, you're communicating over a network that's potentially unreliable and can't be trusted. Which means that monitoring your application errors is going to be especially important.