#UnoPlatform 5.6 is here, packed with substantial improvements in performance, productivity, and cross-platform development capabilities.
Read #InfoQ to discover the key updates: https://bit.ly/3EGhYVu
#UnoPlatform 5.6 is here, packed with substantial improvements in performance, productivity, and cross-platform development capabilities.
Read #InfoQ to discover the key updates: https://bit.ly/3EGhYVu
The C# packages of the Godot open source game engine are moving to .NET 8 with the release of Godot 4.4. This means projects must target .NET 8 or newer to be compatible. Existing projects will auto-upgrade to .NET 8. Older versions of Godot will continue to target .NET 6.
Announcing Windows Community Toolkit v8.1 by Michael Hawker.
#wct #winui #dotnet #xaml #windowsappsdk #dotnet8 #windowsdev #csharp #oss #communitytoolkit
https://devblogs.microsoft.com/ifdef-windows/announcing-windows-community-toolkit-v8-1/
What’s new in #dotnetAspire 8.1?
The most notable addition in this release is support for building container images and the capability to orchestrate Python code.
Find out more on #InfoQ https://bit.ly/3yY23z2
.NET Aspire has reached GA! Bringing #cloudnative deployment and #observability to #dotnet8.
Check out @damianedwards post @dotnet https://devblogs.microsoft.com/dotnet/dotnet-aspire-general-availability/
New to Aspire? My OpenObservability Talks episode with @davidfowl will tell you everything you need to know:
https://logz.io/blog/decoding-net8-dotnet-aspire-stack-cloud-native-observability/?utm_source=devrel&utm_medium=devrel
#dotnet #dotnetcore #aspnet
Dive into Chapter 5 of my #CSharp12 and #DotNET8 network programming book online! Master multithreading and parallelization to supercharge your network programming. Boost performance and efficiency, and unlock the power of modern processors!
#dotnet #csharp #techskills https://csharp-networking.com/chapter05/
Dive into Chapter 5 of my #CSharp12 and #DotNET8 book online! Master multithreading and parallelization to supercharge your network programming. Boost performance and efficiency, and unlock the power of modern processors!
#dotnet #csharp #techskills https://csharp-networking.com/chapter05/
Still thinking about upgrading your skills to #aspnetcore. My newly updated Pluralsight course covers #dotnet8, Razor Pages, #rest APIs, #minimalApis, #fluentvalidation, #entityframework, and #vue! Watch it here:
What's New in .net 8
Performance
Cloud Native
ASP .net Blazor Full Stack
Artificial Intelligence
.Net MAUI
Announcing .NET 8 - .NET Blog https://devblogs.microsoft.com/dotnet/announcing-dotnet-8/
February episode of OpenObservability Talks is out
Decoding .NET8: Unveiling #CloudNative #Observability.
I had the pleasure of hosting @davidfowl of Microsoft @dotnet to discuss the #OpenTelemetry native support, the new #dotnet Aspire stack for developing containerized apps, the upcoming #dotnet8 major release and more.
The episode is available on YouTube and all the main podcast apps: https://lnkd.in/dbZFbzB2
https://lnkd.in/dMnDN5pb
Or check out my recap blog: https://lnkd.in/dHG2TT9t
Live streaming in just a couple of hours!
Join @davidfowl and me to discuss #cloudnative #observability in .NET8 and the new Aspire framework.
Streaming on YouTube and Twitch:
https://youtube.com/watch?v=Ll1T9Zs7jUo
https://twitch.tv/openobservability/
#DotNET8 #dotnetcore #AspNetCore
@dotnet
.𝐍𝐄𝐓 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬 𝐛𝐞𝐡𝐨𝐥𝐝!
The upcoming .NET8 release is taking #cloudnative deployment and #observability seriously, and most notably with the new .NET Aspire stack.
On this month's live-stream I'll host @davidfowl, Distinguished Engineer at Microsoft and a prominent #dotNet figure, to hear all about it.
Join the live stream next week and bring your questions and comments to the live chat as always https://www.youtube.com/watch?v=Ll1T9Zs7jUo
Somebody on the Haiku forums just managed to build a native graphical app using the BeAPI/Haiku API with C# and the unofficial .NET 8 port:
https://discuss.haiku-os.org/t/gsoc-2023-net-port/13237/157
Should I put my Blazor components in the server project, or the client project?
#blazor #aspnetcore #dotnet #dotnet8 #webdev #csharp
https://jonhilton.net/client-or-server-project-for-components/
when #dotnet8 was released they broke #watch for anything but run. you could no longer dotnet watch test
to continuously run your tests. quite an incredible fuckup, in my opinion.
we reported the bug, and saw a fix made to the sdk - and impatiently waited for the next update (monthly)
i just checked the release that came out this week https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.1/8.0.1.md
nope. not fixed. incredible!
#dotnet #sdk #dev #csharp #testing #tdd
To end the year, I have one more video for you. Recapping my Top 10 Features released in Visual Studio this year! So many goodies!
Implement compliance in a cloud-native .NET 8 application (via Microsoft Learn).
#dotnet #dotnet8 #cloudnative #cloud #training #learning #skilling #webdev #compliance
https://learn.microsoft.com/en-us/training/modules/dotnet-compliance-cloud-native-applications/
#DotNet #observability:
one of the hot things last month at #DotNetConf was Aspire, an opinionated stack for building resilient, observable, and configurable #cloudnative applications with .NET, which comes with built-in components, health checks, developer dashboards and more.
Last week #Microsoft announced the Preview 2 availability, with GA expected Spring 2024 with .NET8. See @damianedwards announcement blog: https://lnkd.in/dT67rPj4
Blogged: Redacting sensitive data in logs with Microsoft.Extensions.Compliance.Redaction
https://andrewlock.net/redacting-sensitive-data-with-microsoft-extensions-compliance/
In this post I show how you can add redaction to your [LogProperties] and [TagProvider] objects using the Microsoft.Extensions.Compliance.Redaction package