home.social

#dotnetframework — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dotnetframework, aggregated by home.social.

  1. Building a Plugin Architecture with Managed Extensibility Framework.

    Incorporating extensibility features into a software system itself may not be inherently challenging. What proves more intricate is the discernment, assessment, or anticipation of when it is opportune and beneficial to introduce such extensibility points.

    codeproject.com/Articles/53794

  2. 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

  3. I could go as far back as , which this machine comes with, but setting up an older environment with the right version of , , etc., is a challenge.

  4. I can understand why people would hate #entityframework after a few years working on an older #dotnetframework version. Updating the edmx and regenerating code is painful. It doesn't help that the tooling isn't great either. I spent 3 hours trying to get VS 2022 to correctly generate code and edmx changes from a database change. This should have taken minutes.

    The newer #dotnet versions of EF Core are so much better.

  5. Kudos to #Microsoft, that the #DotNetFramework migration to #DotNet is easier with #WPF than #WinForms (Why did you have to change all class names, inheritance hierarchies and stuff?)

  6. Microsoft migrated the real-time co-authoring service in the Microsoft Office suite of applications from .NET Framework 4.7.2 ➡️ .NET 7.

    Discover how they achieved:
    ✅ 30% CPU reduction
    ✅ 60% memory reduction
    ✅ 50% API latency reduction compared to the original service

    Explore the details: bit.ly/3UxFg5G

    #InfoQ #dotnet #dotnetFramework

  7. #dotnet Community Toolkit 8.1 has been released!

    This release includes new features, bug fixes, and performance improvements to the MVVM Toolkit source generators.

    Read more on #InfoQ: bit.ly/3YBY2aC

    #dotnetFramework #dotnet7 #Csharp11

  8. The #SqlAdapter in #Microsoft #DotNetFramework automatically converts table and view fields into memory object fields of the same name and related data type. That way you don't have to guess what kind of values column 4 and 7 contained: the data row has its field names available in #Powershell's #Intellisense.

    I'm impressed.