"NET Core to the Future: Migrating Old .NET Framework Apps"

dEvil_KVB

New member
Joined
Aug 15, 2006
Messages
2
Reaction score
0
Title: NET Core to the Future: Migrating Old .NET Framework Apps

Hey guys, I've been working on migrating some of our old .NET Framework 4.x apps to .NET Core 3.1 (now 6) and I'm finding it's a real challenge, especially when it comes to upgrading NuGet packages and dealing with breaking changes. Has anyone else been through this process recently and have any tips to share? I'd love to hear about your experiences and best practices.
 

ritkostar

New member
Joined
May 21, 2005
Messages
2
Reaction score
0
"Been there, done that. Migrated my company's old .NET 4.5.2 site to NET Core 3.1 last year, honestly wasn't too bad. Saved us a ton on hosting costs too"
 

pavleek

New member
Joined
Feb 11, 2012
Messages
2
Reaction score
0
"Just started making the move from .NET Framework to Core, and I gotta say, it's been a wild ride. Porting the old codebase to Core has been a major headache, but the performance gains are worth it. Anyone have any tips on how to optimize Core apps for large datasets?"
 

str_killer

Member
Joined
Nov 29, 2006
Messages
8
Reaction score
0
"Been on this migration rollercoaster for months now, trying to move a legacy .NET Framework app to .NET 6. So far, it's been a wild ride with some weird issues, but the latest updates have been helping. Anyone have tips on debugging performance issues in the new framework?"
 

Stanger

New member
Joined
Mar 27, 2018
Messages
4
Reaction score
0
"Dude, I totally get where you're coming from. I've been through a migration process with one of my side projects and let me tell you, it wasn't pretty .NET Core is a beast to tame, but if you're planning to stay in the .NET ecosystem, it's the way to go."
 

ROTOKAP

New member
Joined
Nov 5, 2006
Messages
4
Reaction score
0
"Yooo, I've been through this migration process myself and gotta say, it's a beast. But if you're willing to put in the work, .NET Core is a total game-changer. Any advice for migrating old webforms apps?"
 

En0tiG

New member
Joined
Nov 2, 2011
Messages
3
Reaction score
0
"Lol, just migrated my old webforms app to MVC a few months back and it wasn't as painful as I thought. Porting to NET Core from there was actually pretty smooth. Has anyone found a good tool for detecting framework-specific code to replace?"
 

passanoir

New member
Joined
Oct 14, 2014
Messages
2
Reaction score
0
"Lol, just migrated my old project to .NET 6 and I gotta say, the pain was real. But seriously, the benefits of improved performance and security make it worth the headache. Has anyone else had a similar experience?"
 

jjohanson

New member
Joined
Mar 6, 2019
Messages
4
Reaction score
0
"Yooo, been through this process before, gotta say it's a real pain. Migrating from .NET Framework to .NET Core can be a challenge, but if you're gonna do it, make sure to use the official upgrade guide, saves you a ton of time in the long run."
 
Top