Latest News from DotNet

A news aggregator from various RSS feeds, like technology, gaming, development and general news sites.


ASP.NET Core on .NET Framework servicing release advisory: ASP.NET Core 2.3

ASP.NET Core 2.1 has been reshipped as ASP.NET Core 2.3 to help users on the unsupported ASP.NET Core 2.2 move to a supported version. The post ASP.NET Core on .NET Framework servicing release advisory: ASP.NET Core 2.3 appeared first on .NET Blog.


Build Intelligent Apps with .NET and DeepSeek R1 Today!

Learn how to easily integrate DeepSeek R1 with .NET applications using the Microsoft.Extensions.AI library. The post Build Intelligent Apps with .NET and DeepSeek R1 Today! appeared first on .NET Blog.


WinForms: Analyze This (Me in Visual Basic)

Your WinForms code might have issues—maybe an Async call picked the wrong overload, or it’s leaking data into resource files. Time to call in a code-shrink! So, WinForms, Analyze This! The post WinForms: Analyze This (Me in Visual Basic) appeared first on .NET Blog.


Meet the .NET Team at NDC London 2025

Meet the .NET team at NDC London 2025 to explore the latest in .NET 9, Azure, and AI-powered development through keynotes, sessions, and 1:1 meetups. The post Meet the .NET Team at NDC London 2025 appeared first on .NET Blog.


.NET and .NET Framework January 2025 servicing releases updates

Welcome to our combined .NET servicing updates for January 2025.Let’s get into the latest release of .NET & .NET Framework, here is a quick overview of what’s new in these releases: Security Improvements .NET updates .NET Framework updates Security improvements   This month you will find several CVEs that have been fixed this month: […]The post .NET and .NET Framework January 2025 servicing releases updates appeared first on .NET Blog.


.NET Aspire Quick Tip – Managing Container & Data Lifetime

.NET Aspire 9 adds new control over the lifetime of containers on your local developer environment. Let's look at how to manage them with the new APIs! The post .NET Aspire Quick Tip – Managing Container & Data Lifetime appeared first on .NET Blog.


Top .NET Videos & Live Streams of 2024

Let's take a look back at the amazing .NET videos, events, and live streams from 2024! The post Top .NET Videos & Live Streams of 2024 appeared first on .NET Blog.


Critical: .NET Install links are changing

The .NET installers and archives distribution method is currently changing unexpectedly. This change may impact your development, CI, and production infrastructure. It is crucial to validate if you are affected and monitor for any downtime or disruptions. The post Critical: .NET Install links are changing appeared first on .NET Blog.


Top .NET Blogs Posts of 2024

Let's take a look back at the top .NET blogs from 2024 from exciting announcements, deep dives on new features, and so much more. The post Top .NET Blogs Posts of 2024 appeared first on .NET Blog.


.NET Conf 2024 Recap – Celebrating .NET 9, AI, Community, & More

.NET Conf 2024 is over, but you can catch up with all the announcement and fun with video recordings, slides, demos, and more. The post .NET Conf 2024 Recap – Celebrating .NET 9, AI, Community, & More appeared first on .NET Blog.


Exploring Microsoft.Extensions.VectorData with Qdrant and Azure AI Search

Discover how to use Microsoft.Extensions.VectorData to implement semantic search using Qdrant and Azure AI Search The post Exploring Microsoft.Extensions.VectorData with Qdrant and Azure AI Search appeared first on .NET Blog.


Announcing .NET Community Toolkit 8.4! Partial properties support for MVVM, new analyzers, and more!

We're happy to announce the official launch of the .NET Community Toolkit 8.4 release, featuring support for partial properties for the MVVM Toolkit generators, new analyzers, bug fixes and enhancements, and more!The post Announcing .NET Community Toolkit 8.4!Partial properties support for MVVM, new analyzers, and more!


Invoking Async Power: What Awaits WinForms in .NET 9

With .NET 9, we’re bringing a suite of new async APIs to WinForms, aimed at making UI updates, dialog interactions, and control management more efficient. The post Invoking Async Power: What Awaits WinForms in .NET 9 appeared first on .NET Blog.


Using Local AI models with .NET Aspire

Let's look at how to build and run local AI models with .NET Aspire. The post Using Local AI models with .NET Aspire appeared first on .NET Blog.


Using Dependabot to Manage .NET SDK Updates

Learn how to use Dependabot to keep your .NET SDK version up to date with the latest security patches and improvements. The post Using Dependabot to Manage .NET SDK Updates appeared first on .NET Blog.


Dramatically faster package restores with .NET 9’s new NuGet resolver

.NET 9 introduces a new NuGet dependency graph resolver that dramatically improves package restore performance for large repositories.Learn how this reimagined approach reduces restore times from 30 minutes to just 2 minutes by creating a more efficient dependency graph with fewer nodes.The post Dramatically faster package restores with .NET 9’s new NuGet resolver appeared first on .NET Blog.


Evaluate the quality of your AI applications with ease

Get started with the new Microsoft.Extensions.AI.Evaluation library to kickstart your Intelligent Application eveluation journey. The post Evaluate the quality of your AI applications with ease appeared first on .NET Blog.


OpenAPI document generation in .NET 9

Introducing the New OpenAPI Document Generation Feature in .NET 9. Let's take a look at what it is, how to use it, and how it streamlines API development in .NET. The post OpenAPI document generation in .NET 9 appeared first on .NET Blog.


dotnet scaffold – Next Generation Project Creation for .NET

Introducing a new command line tool dotnet scaffold, a new interactive way to create projects in .NET. The post dotnet scaffold – Next Generation Project Creation for .NET appeared first on .NET Blog.


Enhance Your .NET Developer Productivity with GitHub Copilot

Learn how to get started with GitHub Copilot for .NET development for AI assisted development in Visual Studio and Visual Studio Code The post Enhance Your .NET Developer Productivity with GitHub Copilot appeared first on .NET Blog.


Calling methods is easier and faster with C# 13 params collections

Let's take a look at C# 13's new params collections that make methods easier to use and allow new optimizations. The post Calling methods is easier and faster with C# 13 params collections appeared first on .NET Blog.


Nullable Reference Types in F# 9

Read about latest F# 9 feature, Nullable Reference Types The post Nullable Reference Types in F# 9 appeared first on .NET Blog.


Introducing the .NET Aspire Community Toolkit

Learn about the .NET Aspire Community Toolkit, a collection of tools and libraries that help you build with .NET Aspire. The post Introducing the .NET Aspire Community Toolkit appeared first on .NET Blog.


Announcing .NET 9

Announcing the release of .NET 9, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C#, .NET MAUI, .NET Aspire, and so much more. The post Announcing .NET 9 appeared first on .NET Blog.


.NET and .NET Framework November 2024 servicing releases updates

A recap of the latest servicing updates for .NET and .NET Framework for November 2024. The post .NET and .NET Framework November 2024 servicing releases updates appeared first on .NET Blog.


Get Ready for .NET Conf 2024!

The biggest .NET event of the year is almost here, its all free, all online, and you're invited! The post Get Ready for .NET Conf 2024! appeared first on .NET Blog.


Unlocking the Power of GitHub Models in .NET with Semantic Kernel

Explore how to integrate GitHub's AI models, like GPT, Llama and Phi, into your .NET apps using Microsoft's Semantic Kernel for intelligent applications The post Unlocking the Power of GitHub Models in .NET with Semantic Kernel appeared first on .NET Blog.


Introducing Microsoft.Extensions.VectorData Preview

We are excited to introduce the Microsoft.Extensions.VectorData.Abstractions package available in preview today. This new package provides a unified abstraction layer that enables you to integrate vector stores into your .NET applications. The post Introducing Microsoft.Extensions.VectorData Preview appeared first on .NET Blog.


.NET Upgrade Assistant Now Supports Upgrading to Centralized Package Mangement

Learn how to use the .NET Upgrade Assistant tool to upgrade your projects to use NuGet Central Package Management (CPM). The post .NET Upgrade Assistant Now Supports Upgrading to Centralized Package Mangement appeared first on .NET Blog.


eShop infused with AI – a comprehensive intelligent app sample

Go beyond a simple demo app that demonstrates a chat bot and explore a real-world scale application that is infused with AI and illustrates the value of intelligent apps with features like semantic search, summarization, classification, sentiment scoring, chatbot, test data generation, evaluation tool, and E2E testing.The post eShop infused with AI – a comprehensive intelligent app sample appeared first on .NET Blog.


.NET MAUI Welcomes Syncfusion Open-source Contributions

Announcing the release of the Syncfusion Toolkit for .NET MAUI, a set of free, open-source controls for .NET MAUI! Syncfusion has made 14 impressive UI controls freely available for .NET MAUI developers. The post .NET MAUI Welcomes Syncfusion Open-source Contributions appeared first on .NET Blog.


MongoDB EF Core Provider: What’s New?

The latest updates to the MongoDB EF Core Provider brings updates to change tracking, index creation, complex queries, and transactions. The post MongoDB EF Core Provider: What’s New? appeared first on .NET Blog.


.NET Conf 2024 Student Zone

The .NET Conf Student Zone is a beginner-friendly, virtual event where experts will teach you how to build amazing projects - all using C# and .NET! The post .NET Conf 2024 Student Zone appeared first on .NET Blog.


How we build GitHub Copilot into Visual Studio

Find out how Visual Studio integrates GitHub Copilot, architectural detail, .NET implementation, and the importance of the indexing service for providing context-aware AI code suggestions. The post How we build GitHub Copilot into Visual Studio appeared first on .NET Blog.


What’s new in System.Text.Json in .NET 9

An overview of all new .NET 9 features in System.Text.Json for developers. The post What’s new in System.Text.Json in .NET 9 appeared first on .NET Blog.


Catch the highlights from Azure Developers – .NET Aspire Day 2024!

Watch the top sessions on demand for insights and practical guidance on building distributed applications with .NET Aspire! The post Catch the highlights from Azure Developers – .NET Aspire Day 2024! appeared first on .NET Blog.


Engineering the Scalable Vector Extension in .NET

Let's take an in-depth look at how the team implemented the Scalable Vector Extension (SVE) for .NET. The post Engineering the Scalable Vector Extension in .NET appeared first on .NET Blog.


.NET 9 Release Candidate 2 is now available!

Try out the latest features in .NET 9 Release Candidate 2 across the .NET SDK, libraries, runtime, ASP.NET Core, SignalR, .NET MAUI, and more! The post .NET 9 Release Candidate 2 is now available! appeared first on .NET Blog.


Introducing Microsoft.Extensions.AI Preview – Unified AI Building Blocks for .NET

We are excited to introduce the Microsoft.Extensions.AI package available in preview today.This new package provides a unified abstraction layer that enables you to integrate AI services into your .NET applications.The post Introducing Microsoft.Extensions.AI Preview – Unified AI Building Blocks for .NET appeared first on .NET Blog.


.NET and .NET Framework October 2024 servicing releases updates

A recap of the latest servicing updates for .NET and .NET Framework for October 2024. The post .NET and .NET Framework October 2024 servicing releases updates appeared first on .NET Blog.


Announcing the stable release of the official OpenAI library for .NET

Discover the stable release of the official OpenAI library for .NET, empowering developers to integrate cutting-edge AI models, including GPT-4o & o1, into their .NET applications. The post Announcing the stable release of the official OpenAI library for .NET appeared first on .NET Blog.


Getting started with testing and .NET Aspire

Learn how to improve your software development process with automated testing in .NET Aspire. This post covers the basics of getting started, writing tests for distributed applications, and ensuring your services run smoothly. The post Getting started with testing and .NET Aspire appeared first on .NET Blog.


Join the .NET Smart Components ecosystem

The .NET Smart Components are now open source to help library authors build and share easy-to-use AI-powered features, including new AI-powered components from Telerik, DevExpress, and Syncfusion. The post Join the .NET Smart Components ecosystem appeared first on .NET Blog.


Improving GitHub Copilot Completions in Visual Studio for C# Developers

Learn about the latest GitHub Copilot improvements for C# developers The post Improving GitHub Copilot Completions in Visual Studio for C# Developers appeared first on .NET Blog.


Android Asset Packs for .NET & .NET MAUI Android Apps

Introducing a new way to build and deploy Android Asset Packs using .NET for Android and .NET MAUI. If your app has allot of AndroidAsset items this feature will make your life easier. The post Android Asset Packs for .NET & .NET MAUI Android Apps appeared first on .NET Blog.


Performance Improvements in .NET 9

Take an in-depth tour through hundreds of performance improvements in .NET 9. The post Performance Improvements in .NET 9 appeared first on .NET Blog.


.NET 9 Release Candidate 1 is now available!

Try out the latest features in .NET 9 Release Candidate 1 across the .NET SDK, libraries, ASP.NET Core, SignalR, .NET MAUI, and more! The post .NET 9 Release Candidate 1 is now available! appeared first on .NET Blog.


GitHub Models and .NET: Building Generative AI apps for engineers

In this post, you'll learn how to use AI models on GitHub. The post GitHub Models and .NET: Building Generative AI apps for engineers appeared first on .NET Blog.


Learn to Build Your First Blazor Hybrid App!

Learn all about the Blazor Hybrid workshop that you can follow yourself or teach to others! The post Learn to Build Your First Blazor Hybrid App! appeared first on .NET Blog.


Why is F# code so robust and reliable?

F# is not just for math and big data, it's a general purpose language that will greatly reduce the amount of bugs in your code. The post Why is F# code so robust and reliable? appeared first on .NET Blog.


Discover .NET at DEVintersection Las Vegas 2024

Join us at DEVintersection Las Vegas from September 9-12, 2024, for an in-person event featuring the latest in .NET and Azure technologies.Connect with experts, dive into new advancements, and get your questions answered by the people who build the tools you use every day.The post Discover .NET at DEVintersection Las Vegas 2024 appeared first on .NET Blog.


Enhance Your Cloud Development Skills at ‘Azure Developers – .NET Aspire Day 2024’

Join us at the Azure Developers - .NET Aspire Day 2024, a virtual event happening on September 18, 2024 The post Enhance Your Cloud Development Skills at ‘Azure Developers – .NET Aspire Day 2024’ appeared first on .NET Blog.


Announcing .NET Aspire 8.2 – Goodbye Components, Hello Integrations!

.NET Aspire 8.2 is here with some nice updates for components... we mean integrations! Learn more about this rename, what it means for you, and what the teams has been adding to testing in .NET Aspire! The post Announcing .NET Aspire 8.2 – Goodbye Components, Hello Integrations! appeared first on .NET Blog.


BinaryFormatter removed from .NET 9

Starting with .NET 9, we no longer include an implementation of BinaryFormatter in the runtime. This post covers what options you have to move forward. The post BinaryFormatter removed from .NET 9 appeared first on .NET Blog.


Introducing the Pinecone .NET SDK

Get started building AI applications in .NET using the Pinecone Vector DB and the Pinecone .NET SDK. The post Introducing the Pinecone .NET SDK appeared first on .NET Blog.


.NET Community Toolkit 8.3 is here! NativeAOT, .NET 8 enhancements, and more!

We're happy to announce the official launch of the .NET Community Toolkit 8.3 release, featuring .NET 8 and NativeAOT support, performance improvements, several bug fixes and enhancements, and more! The post .NET Community Toolkit 8.3 is here! NativeAOT, .NET 8 enhancements, and more! appeared first on .NET Blog.


C# Dev Kit update brings enhanced Razor IntelliSense, Project Status, and New Config Options

Boost your dev workflow with the C# Dev Kit August 2024 release, which brings enhanced Razor IntelliSense, updated Project Status Bar, and new Project Configuration Options! The post C# Dev Kit update brings enhanced Razor IntelliSense, Project Status, and New Config Options appeared first on .NET Blog.


Supercharge your testing experience with MSTest.Analyzers

MSTest ships with extensive suite of code analyzers to help you write well-formed, performant and error free tests. The post Supercharge your testing experience with MSTest.Analyzers appeared first on .NET Blog.


.NET 9 Preview 7 is now available!

Try out the latest features in .NET 9 Preview 7 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 9 Preview 7 is now available! appeared first on .NET Blog.


.NET Conf 2024 – Celebrating the Release of .NET 9! – Save the Date!

Announcing .NET Conf 2024 - a free, three-day virtual developer event that celebrates the release of .NET 9. The post .NET Conf 2024 – Celebrating the Release of .NET 9! – Save the Date! appeared first on .NET Blog.


Introducing the Azure AI Inference SDK: Access More AI Models with the Azure AI Model Catalog

Announcing the Azure AI Inference SDK for .NET!This SDK provides easy access to a comprehensive suite of AI models in the Azure AI Model Catalog for inference tasks like chat, enabling you to effortlessly incorporate AI into your applications that align with your requirements.The post Introducing the Azure AI Inference SDK: Access More AI Models with the Azure AI Model Catalog appeared first on .NET Blog.


.NET and .NET Framework August 2024 updates

A recap of the updates for .NET and .NET Framework for August 2024. The post .NET and .NET Framework August 2024 updates appeared first on .NET Blog.


Adding .NET Aspire to your existing .NET apps

.NET Aspire can really simplify local development for your existing apps, large or small. In this post, we'll look at how easy it is to make your current solutions better with just a few lines of code. The post Adding .NET Aspire to your existing .NET apps appeared first on .NET Blog.


Enhancing #help in F# Interactive

The '#help' directive in F# Interactive can now quickly access documentation instantly within the REPL. The post Enhancing #help in F# Interactive appeared first on .NET Blog.


Creating Bindings for .NET MAUI with Native Library Interop

Learn how to get started creating bindings with Native Library Interop by following this example binding native Chart libraries in a .NET MAUI application. The post Creating Bindings for .NET MAUI with Native Library Interop appeared first on .NET Blog.


How use a Blazor QuickGrid with GraphQL

In this is the second post in a series of posts about GraphQL and .NET, we will see how to fill a Blazor QuickGrid component with data fetched with GraphQL. We will also use the virtualize feature of the QuickGrid to improve performance. The post How use a Blazor QuickGrid with GraphQL appeared first on .NET Blog.


Announcing .NET Conf: Focus on AI – August 20th 2024

We're thrilled to announce the upcoming .NET Conf: Focus on AI, happening on August 20th!This one-day, virtual event will be packed with insightful sessions from both the community and Microsoft teams, showcasing how you can infuse your .NET applications with powerful AI capabilities.The post Announcing .NET Conf: Focus on AI – August 20th 2024 appeared first on .NET Blog.


What’s new in .NET Aspire 8.1 for cloud native developers!

Let's take a look at what is new with .NET Aspire 8.1 for building cloud native applications! The post What’s new in .NET Aspire 8.1 for cloud native developers! appeared first on .NET Blog.


Add AI to Your .NET Apps Easily with Prompty

Learn how to integrate AI into your .NET applications with Prompty, a powerful Visual Studio Code extension. The post Add AI to Your .NET Apps Easily with Prompty appeared first on .NET Blog.