Topics
-
.NET Announcements and Updates from Microsoft Build 2024
by Guest .NET Team- 0 replies
- 53 views
At Microsoft Build 2024, we’re thrilled to unveil a new set of features and tools designed to make .NET development faster and easier. Explore the .NET sessions at Microsoft Build 2024 to see the new features in action, or try them yourself by downloading .NET 9 Preview 4 today. Prepare for the .NET 9 launch by saving the date for .NET Conf 2024 in November. Here’s a look at our updates & announcements: Artificial Intelligence: End-to-end scenarios for building AI-enabled applications, embracing the AI ecosystem, and deep integration with cloud services. .NET Aspire: for building cloud-native distributed applications, releasing today. C# 13: Improvemen…
-
General Availability of .NET Aspire: Simplifying .NET Cloud-Native Development
by Guest Damian Edwards- 0 replies
- 41 views
.NET Aspire is a new stack that streamlines development of .NET cloud-native services and is now generally available. You can get started with .NET Aspire today in Visual Studio 2022 17.10, the .NET CLI, or Visual Studio Code. .NET Aspire brings together tools, templates, and NuGet packages that help you build distributed applications in .NET more easily. Whether you’re building a new application, adding cloud-native capabilities to an existing one, or are already deploying .NET apps to production in the cloud today, .NET Aspire can help you get there faster. [HEADING=1]How to get .NET Aspire[/HEADING] You can get started quickly with .NET Aspire: .NET CLI…
-
.NET and .NET Framework May 2024 Servicing Updates
by Guest Tara Overfield- 0 replies
- 43 views
Welcome to our new combined .NET servicing updates for May 2024. To help streamline and help you keep up to date with the latest service releases we have decided to combine together our update posts around both .NET & .NET Framework so you can find all the information in one convenient location on the blog. Don’t forget that you can find updates about .NET previews on GitHub, specifically for .NET 9. Let’s get into the latest release of .NET & .NET Framework, here is a quik overview of what’s new in these releases: Security Improvements .NET updates .NET Framework updates [HEADING=1]Security improvements[/HEADING] This month you will find two CVEs that…
-
Join the .NET Team at Microsoft Build 2024!
by Guest Mehul Harry- 0 replies
- 44 views
The countdown has begun! Microsoft Build 2024 is just around the corner, and if you’re a .NET enthusiast, get ready for a great lineup of sessions. Whether you’re a seasoned developer or just starting your journey, there’s something for everyone. Event Format: Hybrid Experience Join us either in Seattle or from the comfort of your own home. With a mix of live and online sessions, you won’t miss a beat. [HEADING=2]Dive into .NET: Sessions Not to Miss[/HEADING] Check out the sessions below for a taste of what’s to come. For more details and to reserve your spot, be sure to visit the session link. Time (PDT) Session Title Format Location Direct Link May…
-
What’s new in Orleans 8 for Scalable Distributed Applications
by Guest Mike Kistler- 0 replies
- 81 views
Orleans is a cross-platform framework for building robust, scalable distributed applications. A lot has happened in Orleans for since our last blog on new features in Orleans 7.0 including new integration with .NET Aspire. Let’s take a look at what’s new! The Orleans 7.2 release delivered two great new capabilities that I think Orleans developers will find exciting: Live migration of grains IAsyncEnumerable support These features were carried forward into the Orleans 8.0 release, and we recently released Orleans 8.1.0 with two additional features: Resource Optimized Placement Strategy Orleans support in Aspire Below is more detail on each of these f…
-
Refactor your code with C# collection expressions
by Guest David Pine- 0 replies
- 95 views
This post is the second in a series of posts covering various refactoring scenarios that explore C# 12 features. In this post, we’ll look at how you can refactor your code using collection expressions, we’ll learn about collection initializers, various expression usages, supported collection target types, and the spread syntax. Here’s how the series is shaping up: Refactor your C# code with primary constructors Refactor your C# code with collection expressions (this post) Refactor your C# code by aliasing any type Refactor your C# code to use default lambda parameters These features continue our journey to make our code more readable and maintainable, and thes…
-
Secure your container build and publish with .NET 8
by Guest Richard Lander- 0 replies
- 56 views
.NET 8 raises the bar for container security for .NET container images and SDK tools. The SDK produces application images that align with industry best practices and standards, by default. We also offer additional security hardening with Chiseled images for an extra layer of protection. [iCODE]dotnet publish[/iCODE] will generate a container image for you and configure it as non-root by default. It’s easy with .NET to quickly improve the security posture of your production apps. In this post, you will learn how to: Produce non-root container images Configure Kubernetes pods to require non-root images Inspect images and containers Use [iCODE]root[/iCODE] (or o…
-
Package Management & improved .NET Aspire support come to C# Dev Kit
by Guest Wendy Breiding (SHE/HER)- 0 replies
- 42 views
We are excited to announce the May release of C# Dev Kit, the official extension for C# development in Visual Studio Code. This release brings you several new features and improvements that will make your C# coding experience more productive and enjoyable. In this blog post, we will go over some of the highlights of this release and show you how to use them in your projects. [HEADING=1]Add, update, and remove NuGet packages[/HEADING] NuGet is the package manager for .NET that allows you to easily install, update, and remove libraries and frameworks that you need for your applications. With the April release of C# Dev Kit, you can now manage your NuGet packages direc…
-
The Journey to Accessible Apps: Keyboard Accessibility and .NET MAUI
by Guest Rachel Kang (SHE/HER)- 0 replies
- 43 views
Are your apps keyboard accessible? Let’s take a look: Launch one of your apps. Attach a physical keyboard if one is not already attached to your device. Navigate your app as you typically would, and use only your keyboard to do so. How did that go? Was it easy? Did it match your typical experience navigating your app? Ensuring your app experiences are just as awesome when navigated exclusively via keyboard is essential to building an app experience that is inclusive and accessible to all. [HEADING=1]Web Content Accessibility Guidelines (WCAG)[/HEADING] To understand what exactly constitutes keyboard accessibility, the Web Content Accessibility Guidelin…
-
What’s new for .NET in Ubuntu 24.04
by Guest Richard Lander- 0 replies
- 56 views
Today is launch day for Ubuntu 24.04, Noble Numbat. Congratulations to our friends at Canonical. I’d say it’s an auspicious day, but it is more noble than that! In fact, it is the first time that a .NET release is available from day one in the official Ubuntu feeds. There is no need to wait, you can start using .NET with Ubuntu 24.04 now. You may remember that .NET 6 was added to Ubuntu 22.04, a few months after the Ubuntu 22.04 release. We’ve learned a lot since then and significantly grown the partnership between Canonical and Microsoft. Starting with Ubuntu 24.04, Ubuntu feeds will be the official source of packages for .NET. .NET installation docs have been upda…
-
- 0 replies
- 44 views
Using WebAssembly for Extension Development. Read the full article View the full article
Last reply by VS Code, -
- 0 replies
- 24 views
Learn what is new in the Visual Studio Code April 2024 Release (1.89) Read the full article View the full article
Last reply by VS Code, -
- 0 replies
- 23 views
Learn about the latest Visual Studio Code features and extensions during VS Code Day 2024 on April 24, 2024 Read the full article View the full article
Last reply by VS Code, -
- 0 replies
- 8 views
Learn what is new in the Visual Studio Code March 2024 Release (1.88) Read the full article View the full article
Last reply by VS Code, -
- 0 replies
- 7 views
Learn what is new in the Visual Studio Code February 2024 Release (1.87) Read the full article View the full article
Last reply by VS Code, -
- 0 replies
- 7 views
Learn what is new in the Visual Studio Code January 2024 Release (1.86) Read the full article View the full article
Last reply by VS Code, -
- 0 replies
- 8 views
Learn what is new in the Visual Studio Code November 2023 Release (1.85) Read the full article View the full article
Last reply by VS Code, -
- 0 replies
- 7 views
Smart artificial intelligence features in Visual Studio Code with GitHub Copilot Read the full article View the full article
Last reply by VS Code, -
- 0 replies
- 8 views
Learn what is new in the Visual Studio Code October 2023 Release (1.84) Read the full article View the full article
Last reply by VS Code, -
- 0 replies
- 7 views
Learn what is new in the Visual Studio Code September 2023 Release (1.83) Read the full article View the full article
Last reply by VS Code,
-
Who's Online 0 Members, 0 Anonymous, 50 Guests (See full list)
- There are no registered users currently online