Klicken Sie einen Experten an, um die Einträge zu filtern:
.NET Blog: dotnet scaffold – Next Generation Project Creation for .NET https://t.co/Hwd8wDpKOe Scaffolding in Visual Studio for https://t.co/H2pTCh2keY Core projects has been a long-standing feature which was added shortly after https://t.co/H2pTCh2keY Core was released. We ha… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 20, 2024
.NET Blog: dotnet scaffold – Next Generation Project Creation for .NET https://t.co/Hwd8wDpKOe Scaffolding in Visual Studio for https://t.co/H2pTCh2keY Core projects has been a long-standing feature which was added shortly after https://t.co/H2pTCh2keY Core was released. We ha…
Visual Studio Blog: Copy files across instances of Visual Studio https://t.co/5bSAI7cxxS Transferring code files between different instances of Visual Studio has often been a tedious task. To simplify this process, Visual Studio 2022 now includes a feature that allows you to e… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 20, 2024
Visual Studio Blog: Copy files across instances of Visual Studio https://t.co/5bSAI7cxxS Transferring code files between different instances of Visual Studio has often been a tedious task. To simplify this process, Visual Studio 2022 now includes a feature that allows you to e…
Fachveröffentlichung: Verlangsamte Fahrt: Neuerungen in System.Text.Json 9.0 https://t.co/uH72Ymnktb Microsofts JSON-Serialisierer, der hinsichtlich neuer Features in den letzten Versionen immer schnell voranschritt, bietet in der Version 9.0 lediglich vier Neuerungen. — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 20, 2024
Fachveröffentlichung: Verlangsamte Fahrt: Neuerungen in System.Text.Json 9.0 https://t.co/uH72Ymnktb Microsofts JSON-Serialisierer, der hinsichtlich neuer Features in den letzten Versionen immer schnell voranschritt, bietet in der Version 9.0 lediglich vier Neuerungen.
Visual Studio Blog: VisualStudio.Extensibility 17.12: CodeLens support is here! https://t.co/bj5AqtZhZy We continue to invest in the VisualStudio.Extensibility SDK to allow users like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensib… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 19, 2024
Visual Studio Blog: VisualStudio.Extensibility 17.12: CodeLens support is here! https://t.co/bj5AqtZhZy We continue to invest in the VisualStudio.Extensibility SDK to allow users like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensib…
.NET Blog: Enhance Your .NET Developer Productivity with GitHub Copilot https://t.co/Mlz502L9oZ If you’re a .NET developer, now is the perfect time to try GitHub Copilot. This AI-powered coding assistant is built to boost your productivity by offering intelligent code suggesti… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 18, 2024
.NET Blog: Enhance Your .NET Developer Productivity with GitHub Copilot https://t.co/Mlz502L9oZ If you’re a .NET developer, now is the perfect time to try GitHub Copilot. This AI-powered coding assistant is built to boost your productivity by offering intelligent code suggesti…
Visual Studio Blog: Git tooling updates in Visual Studio 17.12 https://t.co/cCeZqUOji6 We are thrilled to announce the latest updates to Git tooling in Visual Studio, designed to enhance your development experience and streamline your workflow. These new features are in direct… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 18, 2024
Visual Studio Blog: Git tooling updates in Visual Studio 17.12 https://t.co/cCeZqUOji6 We are thrilled to announce the latest updates to Git tooling in Visual Studio, designed to enhance your development experience and streamline your workflow. These new features are in direct…
Fachveröffentlichung: Politur: Neuigkeiten in Blazor 9.0 https://t.co/iOj2kAQFSR Während es in .NET 8.0 für Blazor ganz neue Render-Modelle und eine generalüberholte Projektvorlage gab, glänzt Blazor 9.0 nur durch Polituren an einigen Ecken und Kanten. — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 17, 2024
Fachveröffentlichung: Politur: Neuigkeiten in Blazor 9.0 https://t.co/iOj2kAQFSR Während es in .NET 8.0 für Blazor ganz neue Render-Modelle und eine generalüberholte Projektvorlage gab, glänzt Blazor 9.0 nur durch Polituren an einigen Ecken und Kanten.
Fachveröffentlichung: AOT noch in Arbeit: Neuerungen in Entity Framework Core 9.0 https://t.co/eoyveFuApM Die Preview-Versionen 1 bis 6 von EF Core 9.0 enthalten zahlreiche Neuerungen, aber das größte Projekt, die Kompatibilität mit dem Native-AOT-Compiler, ist „Work in Progres… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 17, 2024
Fachveröffentlichung: AOT noch in Arbeit: Neuerungen in Entity Framework Core 9.0 https://t.co/eoyveFuApM Die Preview-Versionen 1 bis 6 von EF Core 9.0 enthalten zahlreiche Neuerungen, aber das größte Projekt, die Kompatibilität mit dem Native-AOT-Compiler, ist „Work in Progres…
Visual Studio Blog: Join Us at Microsoft Ignite: Unlock GitHub Copilot’s New Potential in Visual Studio https://t.co/L6IMR3Dj4e Get ready for an exciting Microsoft Ignite breakout session where we’re unveiling the latest advancements in GitHub Copilot in Visual Studio! Join D… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 15, 2024
Visual Studio Blog: Join Us at Microsoft Ignite: Unlock GitHub Copilot’s New Potential in Visual Studio https://t.co/L6IMR3Dj4e Get ready for an exciting Microsoft Ignite breakout session where we’re unveiling the latest advancements in GitHub Copilot in Visual Studio! Join D…
.NET Blog: Calling methods is easier and faster with C# 13 params collections https://t.co/WDb3I6Rml1 C# 13 brings features that make it easier, safer, and faster to write code in the styles you know and love. You’ll find a full list of C# 13 features at What’s new in C# 13. … — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 14, 2024
.NET Blog: Calling methods is easier and faster with C# 13 params collections https://t.co/WDb3I6Rml1 C# 13 brings features that make it easier, safer, and faster to write code in the styles you know and love. You’ll find a full list of C# 13 features at What’s new in C# 13. …
.NET Blog: Nullable Reference Types in F# 9 https://t.co/udADNMqayf This article describes the history of nullability in F# and how the feature builds upon in to deliver improved null safety in F# code as well as in interoperability scenarios with other languages. F#’s Nullabl… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 14, 2024
.NET Blog: Nullable Reference Types in F# 9 https://t.co/udADNMqayf This article describes the history of nullability in F# and how the feature builds upon in to deliver improved null safety in F# code as well as in interoperability scenarios with other languages. F#’s Nullabl…
Visual Studio Blog: Fix code with GitHub Copilot https://t.co/4eVk2OIEvx Looking to resolve code issues quickly? The new GitHub Copilot feature integrated into the lightbulb and error list in Visual Studio 2022 offers a valuable solution for developers. Whether you’re working … — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 14, 2024
Visual Studio Blog: Fix code with GitHub Copilot https://t.co/4eVk2OIEvx Looking to resolve code issues quickly? The new GitHub Copilot feature integrated into the lightbulb and error list in Visual Studio 2022 offers a valuable solution for developers. Whether you’re working …
Fachveröffentlichung: Microsoft: .NET 9.0 ist fertig und Microsoft bringt neue KI-Bibliothek https://t.co/wp8heSOAKD Microsoft hat die fertige Version von .NET 9.0 und Visual Studio 2022 Version 17.12 übergeben und eine neue KI-Bibliothek für .NET veröffentlich — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 14, 2024
Fachveröffentlichung: Microsoft: .NET 9.0 ist fertig und Microsoft bringt neue KI-Bibliothek https://t.co/wp8heSOAKD Microsoft hat die fertige Version von .NET 9.0 und Visual Studio 2022 Version 17.12 übergeben und eine neue KI-Bibliothek für .NET veröffentlich
.NET Blog: Introducing the .NET Aspire Community Toolkit https://t.co/xYSWslPbSU We’re excited to announce the official release of the .NET Aspire Community Toolkit which you can get on NuGet and supports .NET Aspire 9! The Community Toolkit contains a collection of integratio… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 13, 2024
.NET Blog: Introducing the .NET Aspire Community Toolkit https://t.co/xYSWslPbSU We’re excited to announce the official release of the .NET Aspire Community Toolkit which you can get on NuGet and supports .NET Aspire 9! The Community Toolkit contains a collection of integratio…