Topics
-
- 0 replies
- 2 views
Use WebAssembly in VS Code extensions to run in a separate worker, or write a language server with a language that compiles to WebAssembly. Read the full article View the full article
Last reply by VS Code, -
Announcing the official OpenAI library for .NET
by Guest .NET Team- 0 replies
- 105 views
At Microsoft Build 2024, we announced new investments that expand the AI ecosystem for .NET developers. We’re excited to share more detailed plans around Microsoft’s collaboration with OpenAI on their official .NET library. Today, the OpenAI team released their first beta, version 2.0.0-beta.1, of the official OpenAI library for .NET. Features include: Support for the entire OpenAI API, including Assistants v2 and Chat Completions Support for GPT-4o, OpenAI’s latest flagship model Extensibility to enable the community to build libraries on top Sync and async APIs for ease of use and efficiency Access to streaming completions via [iCODE]IAsyncEnumerable<T>…
-
Visual Studio Code May 2024
by Guest Visual Studio Code Team- 0 replies
- 74 views
Visual Studio Code May 2024 Read the full article Continue reading...
-
MSTest 3.4 is here with WinUI support and new analyzers!
by Guest Amaury Levé- 0 replies
- 77 views
We are excited to announce the new release of MSTest, the popular testing framework for .NET. This release brings many enhancements and bug fixes to MSTest.Analyzers, new features and improvements for MSTest.Sdk, and adds support for WinUI applications to MSTest.Runner. We’ve added [iCODE][Timeout][/iCODE] support to all fixture (initialize and cleanup) methods, and STA thread support for UI tests. Both were long-standing issues that were reported by our users and community. We have also simplified testing with Playwright and Aspire by removing project boilerplate. Here are some of the highlights of this release: [HEADING=1]MSTest.Analyzers[/HEADING] MSTest sh…
-
- 0 replies
- 2 views
Learn what is new in the Visual Studio Code May 2024 Release (1.90) Read the full article View the full article
Last reply by VS Code, -
A beginner’s guide to mapping arrays in EF Core 8
by Guest Arthur Vickers- 0 replies
- 68 views
Entity Framework Core blog posts can get difficult fast! In this post, we’re going to try to keep it basic, while still imparting more than just trivial information. EF Core 8 has been out for six months now, and one of its great new features is mapping for arrays. Let’s jump in! Imagine you want to save instances of the following [iCODE]Post[/iCODE] type to a relational database: public class Post { public int Id { get; set; } public string Title { get; set; } public string Contents { get; set; } public string[] Tags { get; set; } public DateTime[] Visits { get; set; } } Should be pretty simple, right? Well, that’s certainly true for the [iC…
-
Refactor your code using alias any type
by Guest David Pine- 0 replies
- 63 views
This post is the third in a series of four posts, exploring various C# 12 features. In this post, we’ll dive into the “alias any type” feature, which allows you to create an alias for any type with the [iCODE]using[/iCODE] directive. This series is really starting to shape up nicely: Refactor your C# code with primary constructors Refactor your C# code with collection expressions Refactor your C# code by aliasing any type (this post) Refactor your C# code to use default lambda parameters All of these features continue our journey to make our code more readable and maintainable, and these are considered “Everyday C#” features that developers should know. Let’s …
-
-
- Administrators
- 0 replies
- 64 views
The Microsoft Build 2024 conference showcased a wealth of innovations and updates for .NET developers. If you missed any sessions, we have you covered with an official covering all things .NET, C#, Visual Studio, and more! Here are a few highlights from the playlist to dive into. [HEADING=1]“Highly Technical Talk” with Hanselman and Toub[/HEADING] Join Scott Hanselman and Stephen Toub for a talk is that 100% LIVE demo. Zero slides, just code. In this “highly technical talk” on the internals of .NET, they look for performance issues and fix them live on stage. Then they go deeper on the debugging, performance, and optimization skills. See how we use own tools to …
Last reply by AWS, -
-
-
- Administrators
- 0 replies
- 83 views
Programming language authors have to think about many things at once: overall language design, runtime dangers, possible feature misuse, backward compatibility, forward compatibility, and so on. All these aspects, together with communication hiccups and time constraints, might get in the way of some seemingly clear and manageable problems. [HEADING=1]The Bug [/HEADING] The story began in the summer of 2015 with this issue on GitHub. The ticket talks about a few problems at the same time, which unfortunately created some confusion. It mentions compiler-generated equality, custom equality, value types, reference types – many scenarios that are related but linked to…
Last reply by AWS, -
-
-
- Administrators
- 0 replies
- 79 views
Visual Studio offers AI-enhanced features like IntelliSense for context-aware code completions and IntelliCode, which leverages AI patterns from open-source code. Integrated GitHub Copilot provides AI-powered code completions, chat assistance, debugging suggestions, and unit test generation. These capabilities boost productivity and code quality, helping you code faster and smarter. [HEADING=2]Summary of What's New in this Release of Visual Studio 2022 version 17.10.0[/HEADING] [HEADING=2]GitHub Copilot in Visual Studio[/HEADING] GitHub Copilot: Your AI-powered coding companion is seamlessly woven into your Visual Studio IDE, enhancing your everyday tasks and bringin…
Last reply by AWS, -
-
-
- Administrators
- 0 replies
- 196 views
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin your journey with VS Code with these introductory videos. You can download with the links below. Be sure to download the correct version for your system. Windows: https://code.visualstudio.com/sha/download?build=stable&os=win32-x64-user MacOS: https://code.visualstudio.com/sha/download?build=stable&os=darwin-universal Linux:…
Last reply by AWS, -
-
-
- Administrators
- 0 replies
- 64 views
You can download Microsoft .Net 8.0 SDK for MacOS at the link below. https://download.visualstudio.microsoft.com/download/pr/e7e9bfe4-8277-4b2f-946a-b49c2b910884/0a6c4853f7fec5d641087bf3ffabbd55/dotnet-sdk-8.0.300-osx-x64.pkg
Last reply by AWS, -
-
Introducing links to source code for .NET API Docs
by Guest Min Huang- 0 replies
- 95 views
When developers read API reference, they sometimes have a need or desire to review the corresponding source code. Until recently, the .NET API reference docs did not provide a link back to the source code, prompting calls from the community for this addition. In response to this feedback, we are happy to announce links connecting docs to the source code are now available on most of our popular .NET APIs. In this blog post, we will share details about how we added the links to the docs experience and how we made use of existing APIs to deliver this improvement. [HEADING=1]Live examples of the links[/HEADING] Before going into implementation details, we would like …
-
Visual Studio Code Day 2023
by Guest Burke Holland- 0 replies
- 30 views
Read the full article Continue reading...
-
Visual Studio Code April 2023
by Guest Visual Studio Code Team- 0 replies
- 28 views
Visual Studio Code April 2023 Read the full article Continue reading...
-
VS Code and WebAssemblies
by Guest Dirk Bäumer- 0 replies
- 30 views
Read the full article Continue reading...
-
Visual Studio Code May 2023
by Guest Visual Studio Code Team- 0 replies
- 30 views
Visual Studio Code May 2023 Read the full article Continue reading...
-
Visual Studio Code June 2023
by Guest Visual Studio Code Team- 0 replies
- 41 views
Visual Studio Code June 2023 Read the full article Continue reading...
-
Shrinking VS Code with name mangling
by Guest Matt Bierner- 0 replies
- 36 views
Read the full article Continue reading...
-
Visual Studio Code July 2023
by Guest Visual Studio Code Team- 0 replies
- 36 views
Visual Studio Code July 2023 Read the full article Continue reading...
-
Who's Online 0 Members, 0 Anonymous, 14 Guests (See full list)
- There are no registered users currently online