Topics
-
Visual Studio Code August 2023
by Guest Visual Studio Code Team- 0 replies
- 29 views
Visual Studio Code August 2023 Read the full article Continue reading...
-
Visual Studio Code September 2023
by Guest Visual Studio Code Team- 0 replies
- 40 views
Visual Studio Code September 2023 Read the full article Continue reading...
-
Visual Studio Code October 2023
by Guest Visual Studio Code Team- 0 replies
- 35 views
Visual Studio Code October 2023 Read the full article Continue reading...
-
Pursuit of wicked smartness in VS Code
by Guest Chris Dias- 0 replies
- 65 views
Read the full article Continue reading...
-
Visual Studio Code November 2023
by Guest Visual Studio Code Team- 0 replies
- 31 views
Visual Studio Code November 2023 Read the full article Continue reading...
-
Visual Studio Code January 2024
by Guest Visual Studio Code Team- 0 replies
- 33 views
Visual Studio Code January 2024 Read the full article Continue reading...
-
Visual Studio Code February 2024
by Guest Visual Studio Code Team- 0 replies
- 29 views
Visual Studio Code February 2024 Read the full article Continue reading...
-
Visual Studio Code March 2024
by Guest Visual Studio Code Team- 0 replies
- 34 views
Visual Studio Code March 2024 Read the full article Continue reading...
-
Visual Studio Code Day 2024
by Guest Reynald Adolphe- 0 replies
- 35 views
Read the full article Continue reading...
-
VS Code Extensions and WebAssembly
by Guest Dirk Bäumer- 0 replies
- 79 views
isual Studio Code supports the execution of WASM binaries through the WebAssembly Execution Engine extension. The primary use case is to compile programs written in C/C++ or Rust into WebAssembly, and then run these programs directly in VS Code. A notable example is Visual Studio Code for Education, which utilizes this support to run the Python interpreter in VS Code for the Web. This blog post provides detailed insights into how this is implemented. In January 2024, the Bytecode Alliance launched the WASI 0.2 preview. A key technology in the WASI 0.2 preview is the Component Model. The WebAssembly Component Model streamlines interactions between WebAssembly components a…
-
Visual Studio Code April 2024
by Guest Visual Studio Code Team- 0 replies
- 58 views
Update 1.89.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the April 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Preview Markdown images & videos - Hover over a link to preview images & videos in Markdown. Enhanced branch switching - Restore open editors seamlessly when switching between branches. Middle-click paste support - Paste text quickly in the terminal using a mouse middle-click. WSL over Remote - SSH - Use WSL when connected to a remote machine via Remot…
-
Visual Studio Code and GitHub Copilot AI
by Guest Chris Dias- 0 replies
- 28 views
Read the full article Continue reading...
-
Visual Studio Code March 2023
by Guest Visual Studio Code Team- 0 replies
- 26 views
Visual Studio Code March 2023 Read the full article Continue reading...
-
.NET Announcements and Updates from Microsoft Build 2024
by Guest .NET Team- 0 replies
- 35 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
- 23 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
- 31 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
- 31 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
- 50 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
- 63 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
- 35 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…
-
Who's Online 0 Members, 0 Anonymous, 33 Guests (See full list)
- There are no registered users currently online