mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#DotNetFramework

1 Beitrag1 Beteiligte*r0 Beiträge heute

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

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.