^^vampire^^
Expert Member
- Joined
- Feb 17, 2009
- Messages
- 3,912
- Reaction score
- 648
You'll find that knowing the MVC pattern itself is very useful. WebAPI in .Net implements a similar structure to ASP.Net MVC and many CMSes implement it as their underlying pattern. I've also implemented it many times myself as a pattern for rudimentary PHP CMSes for little side projects.
Also make sure you're across .Net Core if you haven't already. It's got great performance gains as well as loads of built in IoC. Just be aware that the startup structure is a bit different to what you may be used to.
Also make sure you're across .Net Core if you haven't already. It's got great performance gains as well as loads of built in IoC. Just be aware that the startup structure is a bit different to what you may be used to.