Operations | Monitoring | ITSM | DevOps | Cloud

.NET

.NET 9 Preview Rolls Out: What's New?

.NET 9 will be released this November, featuring versatile performance and security upgrades, C# syntax enhancements, and new LINQ methods along with the.NET Aspite stack for cloud-native development, ML.NET for extended AI capabilities, and an array of other handy updates. However, while we are still one month away from the official.NET 9 launch, its Preview version is already here, giving developers an early look at the latest advancements. Keep reading to explore the upcoming improvements in detail.

Fetch Zoho Books Data in a .NET Application

Zoho Books is an online accounting software that helps you manage finance, automate business workflows, and streamline collaboration across departments. Integration of Zoho Books data into a.NET application can be extremely beneficial when handling large amounts of data. This approach provides a simplified reporting method, saving your team’s time Fetching data from Zoho Books to an external application can enhance data analysis, reporting, and integration with other business processes.

Understanding .NET stack traces - A guide for developers

Stack traces are important for debugging and understanding exceptions in.NET applications. They provide detailed information about the error and the call stack when an exception occurs, allowing us as developers to investigate why an error happened. In this post, I'll walk you through the basics of reading.NET stack traces and explore more advanced scenarios, including how multiple types of stack traces can be combined.

The Punchcard Paradigm: Tracing the Roots of Modern Compliance

In the early days of computing, creating software was a physical act, more akin to factory work than the streamlined digital process we know today. Programmers meticulously transcribed logic onto coding sheets, distinguishing zeros from ‘Os’ and ones from ‘Is’. These cryptic symbols formed the instructions that would be punched into thick card stock decks.

Lessons learned after migrating Azure Functions to Isolated Functions on .NET 8

The In-process model of running Azure Functions is being retired in favor of the Isolated model in two years. A lot of components on elmah.io are running on Azure Functions. To ensure we are running on the most modern and supported platform (also in two years), we have spent quite some time migrating from In-process to Isolated functions. In this post, I'll share both a checklist to help you do the same as well as some of the lessons learned we had during the migration.

Getting the Most out of .NET8 with Loggly

Microsoft’s.NET 8 was released on November 14, 2023, and will be supported for three years as the latest Long Term Support release of.NET. From significant performance gains to simplified orchestration of distributed applications, .NET 8 has something for every user of.NET. In this article, we’ll cover the highlights of.NET 8 and walk through a sample of.NET Aspire. Let’s begin with an always-welcome guest: improved performance.

Is Your Data Center Ready for AI? 3 Hidden Bottlenecks You Need to Know

The rapid adoption of Generative AI (GenAI) tools like ChatGPT is transforming how businesses operate. These tools hold immense potential, impacting everything from marketing campaigns to legal research and software development. A recent study by PwC found that a staggering 54% of companies had integrated GenAI into their workflows as of November 2023 – a testament to the technology’s rapid adoption. However, this rapid integration presents challenges for IT leaders.

C# logging: Best practices in 2023 with examples and tools

Monitoring applications that you’ve deployed to production is non-negotiable if you want to be confident in your code quality. One of the best ways to monitor application behavior is by emitting, saving, and indexing log data. Logs can be sent to a variety of applications for indexing, and you can then refer to them when problems arise.

The Benefits of Using C Sharp Read XLSX Files for Business Applications

In the age of digital transformation, quick access to information is pivotal for businesses to make decisions with precision. Near the top of the list of formats for storing tabular data is the ubiquitous Excel. Leveraging the right programming language to harness this data goldmine can be a game-changer for any business. One such language is C#, which offers a robust and streamlined approach for reading XLSX files. Here's how a C sharp read XLSX file can enhance your data parsing capabilities and how it benefits your business. Read on.