.NET Framework Migration to .NET 8

preview_player
Показать описание
Have a large .NET Framework codebase that you want to migrate to .NET8 or beyond? Here's some tips of my .NET Framework migration and things to consider.

🔗 EventStoreDB

💥 Join this channel to get access to a private Discord Server and any source code in my videos.

🔥 Join via Patreon

✔️ Join via YouTube

Рекомендации по теме
Комментарии
Автор

Read this as DB migration, was thinking it was quite a lot of pre-talk. 🤣

petherpettersson
Автор

Ah... OWIN and Katana. I don't miss those awkward years of .NET, but learning that technology made adopting aspnet core pretty easy.

seangwright
Автор

Just letting you know that there's a very high-pitch ringing sound at around 5.5khz in the audio of this video, if you put the mp3 of this video into an online spectrum analyzer you can see it very clearly as a constant horizontal line. Great video!

connorradeloff
Автор

Great video! It takes a talent to put such issue into a 10 minutes video. Almost like Scotty Kilmer with cars 😂 !!!

gordondaniel
Автор

Migrating AspNet WebApi2 controller to AspNetCore controllers is quite painful.
Authorization migration was quite painful too.
And also EF6 to EF Core requires a lot of runtime testing because EFCore8 still doesn't support some kinds of queries EF6 supports.

andreybiryulin
Автор

.NET Standard 2.0 works with .NET FW and .NET Core not the 2.1 version of Net Standard

matiascasag
Автор

Also your input about what are the best way to serve static (pre-compressed) files in .net rather then on the fly every time. Further, the convert razor pages / MVC to static pages as data changes not frequently on some pages.

muhammadtariq
Автор

That was quick ! Thank you @CodeOpinion

BetrayedEnemy
Автор

Hi @CodeOpenion currently, I am working with the same kind of project but facing a problem with OWIN layer migration as it's resulting in 404 error.
Can you please guide what can be a possible reason?
When I debugged found that http response object that contains response property get changed from (200 to 404) after passing invoke method of OWIN middleware.

rajnishthakur
Автор

.NET upgrade assistant does an amazing job on updating those scary old .NET Framework .csproj files

drleandrocorrea