2
I see many talking about Asp.net Core. Is it worth migrating MVC5 to Core ? Or should I continue with MVC5?
2
I see many talking about Asp.net Core. Is it worth migrating MVC5 to Core ? Or should I continue with MVC5?
Browser other questions tagged asp.net-mvc-5 asp.net-core
You are not signed in. Login or sign up in order to post.
Core is a new version... The normal is that we keep evolving the versions, right?
– Ricardo
It means that Core is the continuation of MVC5 ?
– Matheus Miranda
Roughly yes.
– Ricardo
Related: https://answall.com/q/156517/101, https://answall.com/q/225927/101, https://answall.com/q/49090/101, https://answall.com/q/111209/101, https://pt.overfstacklowcom/q/96219/101, https://pt.stacklowoverf.com/q/183226/101, https://answall.com/q/52158/101.
– Maniero
Thanks @bigown. I’ll take a look.
– Matheus Miranda
ASP.NET Core is not exactly an evolution of ASP.NET MVC 5, it is another product with different ways of doing most things, although some are the same or similar. Obviously with many advantages and almost no disadvantage. Whether to change or not depends on evaluation of a lot of things. I wouldn’t do new designs on old technology, and if it’s easy I’d migrate to the new.
– Maniero