AI Meets .NET: Building Intelligent Apps with .NET 9
.NET 9 has some great new features, like better performance, better support for cloud-native apps, and a refined ecosystem that works really well with AI workloads. It's got APIs that…
.NET 9 has some great new features, like better performance, better support for cloud-native apps, and a refined ecosystem that works really well with AI workloads. It's got APIs that…
ML.NET is a tool for machine learning that was created by Microsoft. It's designed for developers who are familiar with the .NET framework. With ML.NET, you can build, train, and…
Introduction Quartz.NET is an open-source job scheduling library for .NET applications, enabling developers to execute background tasks at specified times or intervals. This article explains what is quartz, it’s applications
Middleware is an essential component of the ASP.NET request pipeline. It allows developers to run code during both the request and response lifecycle. In this article, we will explore what…
Entity Framework (EF) is the most popular object-relational mapper (ORM) for .NET developers. It provides an abstraction over database access and improves developer productivity. With the release of .NET 9,…
From classification to time-series analysis, ML.NET equips developers to tackle diverse machine learning challenges. This example demonstrates how to detect error spikes, but the framework’s flexibility allows for real-time monitoring,…
.NET Aspire is Microsoft’s latest framework, designed especially for cloud-native applications. It builds on the strong .NET ecosystem, offering developers a scalable, secure and high-performance platform. Designed to integrate easily…
Introduction The Api.http file in a .NET project is a text file containing one or more HTTP requests that can be executed directly from the development environment such as Visual
In this article, we built a user behavior prediction system using .NET 9, ML.NET, and SDCA Logistic Regression. We developed an ASP.NET Core Web API that loads a trained machine…
I’ve been in the .NET trenches for over a decade now, and I’ve got to say – the AI revolution hitting our development workflow is nothing short of mind-blowing. Let