Rewrites
The first problem I found was that everything is just SSSSOOOO different. MVC 4 to 5 was patching a few using statements and recompiling. .NetCore is completely different. You can import the code but you will have to rewrite it before you get it working properly. I think I am going to have to go one area at a time. There were a few bits where I should have added some services. There is the new DI use in Constructors. If I get one area working then hopefully the others should be quicker.
Libraries
Of course libraries have changed. I us syndicationFeed quite a lot and that has only just been added. Caching has changed as well.
No comments:
Post a Comment