101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

506
active users

#DotNetFramework

0 posts0 participants0 posts today

My org is just starting the transition from #DotNetFramework to #DotNetCore. Most apps to stay in Framework for a while. System-wide config is stored in machine.config w/encrypted appsettings & connectionstrings sections. I’ve created a .NET 4.8 console app that takes the path to a .NET Core exe or DLL & a list of settings & conn strings. It then launches the Core app w/settings/strings passed along as parameters.
Not sure if this is clever or very stupid. What say you? #dotnet #c# #C#CSharp

A recurring question that pops up at work is about the status of .NET Framework:

Has Microsoft discontinued it, or not?

The details are spread across multiple pages on the Microsoft website, so I have written a thorough summary, with links back to the relevant documentation.

dheinemann.com/posts/2023-03-2

tl;dr: .NET Framework 4.8 is the final major release, but it will continue to be supported with security updates and bugfixes for the foreseeable future. :dotnet:

dheinemann.comIs .NET Framework Still Supported? | Dave HeinemannDid Microsoft discontinue .NET Framework, or is it still supported? And what does "support" mean?

Hi #CSharp and #DotNet gurus, what books do you recommend to thoroughly learn .NET Async?

I have a reasonable idea what I'm doing, but there are knowledge gaps around best practices, common gotchas, etc. I want to make sure my async apps are reliable.

Books written for .NET Core, covering #AspNetCore and console/service apps are ideal. Older #DotNetFramework books are fine if the material is still relevant.

Thanks in advance!