I'm building a ASP.Net MVC site, which has some small islands of non MVC code. Is this best called ASP.Net Classic, or Legacy ASP.Net?
Is there some better name two distinguish the two?
I'm building a ASP.Net MVC site, which has some small islands of non MVC code. Is this best called ASP.Net Classic, or Legacy ASP.Net?
Is there some better name two distinguish the two?
ASP.NET WebForms is the full name of what we would used to have considered ASP.NET (WebForms and MVC both sit on top of the ASP.NET engine).
Of course, I can't see your code so I'm not sure if it is WebForms code that you're using.
ASP.NET WebForms was there before MVC came out. I think WebForms is pretty much descriptive, even more so when you mention ASP.NET MVC along with it.