Klicken Sie einen Experten an, um die Einträge zu filtern:
Fachveröffentlichung: Testamentsänderung: Wechsel zwischen Vererbungsmodellen TPH und TPT bei EF Core https://t.co/XUIgYfLFGz Die Änderung des Vererbungsmodells bei EF Core erfordert manuell erstellte Schemamigrationsschritte, denn mit dem verfügbaren Codegenerator gehen Daten … — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 14, 2023
Fachveröffentlichung: Testamentsänderung: Wechsel zwischen Vererbungsmodellen TPH und TPT bei EF Core https://t.co/XUIgYfLFGz Die Änderung des Vererbungsmodells bei EF Core erfordert manuell erstellte Schemamigrationsschritte, denn mit dem verfügbaren Codegenerator gehen Daten …
Visual Studio Blog: Visual Studio 17.9 Preview 2 has arrived! https://t.co/JdAVzB2Wzq Welcome to the release of Visual Studio 2022 17.9 Preview 2, which wraps up our development efforts for 2023. This update brings new features and enhancements, building on the solid foundatio… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 12, 2023
Visual Studio Blog: Visual Studio 17.9 Preview 2 has arrived! https://t.co/JdAVzB2Wzq Welcome to the release of Visual Studio 2022 17.9 Preview 2, which wraps up our development efforts for 2023. This update brings new features and enhancements, building on the solid foundatio…
.NET Blog: Hardware Intrinsics in .NET 8 https://t.co/1xGPrb69no .NET has a long history of providing access to additional hardware functionality via APIs that are intrinsically understood by the JIT compiler. This started on .NET Framework back in 2014 and expanded with the i… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 11, 2023
.NET Blog: Hardware Intrinsics in .NET 8 https://t.co/1xGPrb69no .NET has a long history of providing access to additional hardware functionality via APIs that are intrinsically understood by the JIT compiler. This started on .NET Framework back in 2014 and expanded with the i…
.NET Blog: .NET Conf 2023 Recap – Celebrating Community, Innovation, and the Launch of .NET 8 https://t.co/J5CYWBQg6b .NET Conf 2023 was the largest .NET Conf ever with over 80 sessions from speakers around the globe! We want to give a huge THANK YOU to all who joined us live,… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 7, 2023
.NET Blog: .NET Conf 2023 Recap – Celebrating Community, Innovation, and the Launch of .NET 8 https://t.co/J5CYWBQg6b .NET Conf 2023 was the largest .NET Conf ever with over 80 sessions from speakers around the globe! We want to give a huge THANK YOU to all who joined us live,…
.NET Blog: .NET 8 Networking Improvements https://t.co/11kWTLgQQs It has become a tradition to publish a blog post about new interesting changes in networking space with new .NET release. This year, we’d like to introduce changes in HTTP space, newly added metrics, new HttpCli… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 7, 2023
.NET Blog: .NET 8 Networking Improvements https://t.co/11kWTLgQQs It has become a tradition to publish a blog post about new interesting changes in networking space with new .NET release. This year, we’d like to introduce changes in HTTP space, newly added metrics, new HttpCli…
.NET Blog: Learn .NET 8 with New Beginner Videos https://t.co/OPidkev0fA Watch the .NET 8 Beginner Series New to .NET? Join us and watch the new .NET 8 for beginner series to understand .NET one step at a time. We just launched nine new beginner series on C#, .NET, genera… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 6, 2023
.NET Blog: Learn .NET 8 with New Beginner Videos https://t.co/OPidkev0fA Watch the .NET 8 Beginner Series New to .NET? Join us and watch the new .NET 8 for beginner series to understand .NET one step at a time. We just launched nine new beginner series on C#, .NET, genera…
Visual Studio Blog: Embracing SQL Server 2022 with SSDT 17.8: Unveiling Key Updates https://t.co/VfdbQ4wS0L In the dynamic landscape of database development, SQL Server Data Tools (SSDT) is a powerful tool for database developers in the Visual Studio ecosystem. SSDT 17.8 is i… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 5, 2023
Visual Studio Blog: Embracing SQL Server 2022 with SSDT 17.8: Unveiling Key Updates https://t.co/VfdbQ4wS0L In the dynamic landscape of database development, SQL Server Data Tools (SSDT) is a powerful tool for database developers in the Visual Studio ecosystem. SSDT 17.8 is i…
.NET Blog: Extending WebAssembly to the Cloud with .NET https://t.co/vGnX594Zhz WebAssembly (Wasm) is an exciting new(ish) virtual machine and (assembly) instruction format. Wasm was born in the browser and is an important part of the Blazor project. The second act for Wasm is… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 4, 2023
.NET Blog: Extending WebAssembly to the Cloud with .NET https://t.co/vGnX594Zhz WebAssembly (Wasm) is an exciting new(ish) virtual machine and (assembly) instruction format. Wasm was born in the browser and is an important part of the Blazor project. The second act for Wasm is…
Visual Studio Blog: Scroll to expand document tabs https://t.co/18ipQey1e7 When you have lots of tabs open in Visual Studio, your horizontal screen resolution determines how many fit in the document tab well. The remaining document tabs are hidden unless you configure Visual S… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 4, 2023
Visual Studio Blog: Scroll to expand document tabs https://t.co/18ipQey1e7 When you have lots of tabs open in Visual Studio, your horizontal screen resolution determines how many fit in the document tab well. The remaining document tabs are hidden unless you configure Visual S…
Windows Blog: Using ONNX Runtime to explore DragGAN to generate high quality synthetic images https://t.co/GsmpHQxsdF Generative Adversarial Networks (GANs) are deep learning architectures that generate high quality synthetic images of people, animals or objects. These networks… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 1, 2023
Windows Blog: Using ONNX Runtime to explore DragGAN to generate high quality synthetic images https://t.co/GsmpHQxsdF Generative Adversarial Networks (GANs) are deep learning architectures that generate high quality synthetic images of people, animals or objects. These networks…
Fachveröffentlichung: Kolumne: .NETversum: Benachrichtigungen in Blazor-Anwendungen https://t.co/8EAmwSxW9H In Blazor-Anwendungen sind (wie in jeder Webanwendung) Hinweise an die Benutzer:innen über Toasts im Browserfenster und Desktopbenachrichtigungen außerhalb des Browserfen… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 1, 2023
Fachveröffentlichung: Kolumne: .NETversum: Benachrichtigungen in Blazor-Anwendungen https://t.co/8EAmwSxW9H In Blazor-Anwendungen sind (wie in jeder Webanwendung) Hinweise an die Benutzer:innen über Toasts im Browserfenster und Desktopbenachrichtigungen außerhalb des Browserfen…
Fachveröffentlichung: Kolumne: .NETversum: Kontextmenüs in Blazor-Anwendungen https://t.co/e0XVAqJ80J Mit der kostenfreien Komponente BlazorContextMenu definiert man eigene Kontextmenüs in Blazor-basierten Web- und Hybridanwendungen. — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Dec 1, 2023
Fachveröffentlichung: Kolumne: .NETversum: Kontextmenüs in Blazor-Anwendungen https://t.co/e0XVAqJ80J Mit der kostenfreien Komponente BlazorContextMenu definiert man eigene Kontextmenüs in Blazor-basierten Web- und Hybridanwendungen.
.NET Blog: How to make libraries compatible with native AOT https://t.co/ZxMiiajtAJ Native AOT is an exciting new way to publish your .NET applications. Over the years we heard feedback from .NET developers who wanted their apps to start faster, use less memory, and have small… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 30, 2023
.NET Blog: How to make libraries compatible with native AOT https://t.co/ZxMiiajtAJ Native AOT is an exciting new way to publish your .NET applications. Over the years we heard feedback from .NET developers who wanted their apps to start faster, use less memory, and have small…
Visual Studio Blog: My favorite features in Visual Studio 17.8 https://t.co/4XBXdPDk2j It was a busy week for the Visual Studio team, preparing for both Ignite and .NET Conf. And releasing the latest version of Visual Studio 2022 which is now up to version 17.8. There were lot… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 29, 2023
Visual Studio Blog: My favorite features in Visual Studio 17.8 https://t.co/4XBXdPDk2j It was a busy week for the Visual Studio team, preparing for both Ignite and .NET Conf. And releasing the latest version of Visual Studio 2022 which is now up to version 17.8. There were lot…
.NET Blog: Building resilient cloud services with .NET 8 https://t.co/IKPw8wO79v Building resilient apps is a fundamental requirement for cloud development. With .NET 8, we’ve made substantial advancements to simplify the integration of resilience into your applications. We’re… — Dr. Holger Schwichtenberg (@DOTNETDOKTOR) Nov 28, 2023
.NET Blog: Building resilient cloud services with .NET 8 https://t.co/IKPw8wO79v Building resilient apps is a fundamental requirement for cloud development. With .NET 8, we’ve made substantial advancements to simplify the integration of resilience into your applications. We’re…