Hacker News new | ask | show | jobs
by AllegedAlec 222 days ago
> MVC is not .NET of course.

https://en.wikipedia.org/wiki/ASP.NET_MVC

2 comments

MVC is a design pattern, ASP.NET MVC is a framework that used MVC as its go to pattern. But MVC is not in any way only ASP.NET MVC. There are plenty of other UI frameworks that use MVC and the Wikipedia article lists a lot of them for example: https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93con...
I feel like they're both talking about MFC instead..