Operations | Monitoring | ITSM | DevOps | Cloud

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.

Detecting Code-Level Issues in Microsoft .NET Applications

Developers and application owners need application code-level insight, so they can pinpoint issues in the code and fix them before users notice. eG Enterprise is an application performance monitoring and troubleshooting tool that helps you diagnose code-level issues in Microsoft .NET applications in no time.

How to Troubleshoot .NET Application Performance Problems

Ready to know why your Microsoft .NET applications are slow? What is causing performance problems? Is there an issue in the .NET code? Developers and application owners often get involved in long war room sessions to isolate the root cause of application performance problems. With the right know-how, you can triage problems faster.

Top 7 Performance Problems in .NET Applications and How to Solve Them

Microsoft .NET Framework is one of the most popular application development platforms and programming languages. C# and ASP.NET frameworks are used by millions of developers for building Windows client applications, XML Web services, distributed components, client-server applications, database applications, and so on. It’s no surprise that ensuring top-notch performance of .NET applications is a foremost need for most application owners and developers.

Purdue University's Retired .NET Peer Review App & the Path to Error Monitoring

In A Comedy of Errors, we talk to engineers about the weirdest, worst, and most interesting application and infrastructure issues they’ve encountered (and resolved) over the years. This week, we hear from Jason Dufair, Full Stack Developer on the Studio team at Purdue University.

Trust Sentry on NuGet: Package Prefix Reservation

As a pillar of the .NET ecosystem, NuGet specifies how .NET packages are created, hosted, and consumed, while also providing the necessary tools to achieve these functions. Despite being relatively new (launched in 2010), all project templates from Microsoft’s Visual Studio have included packages that required NuGet.org for several years.