Could you compare ASP vs ASP.NET?
Experience Level: Senior
Tags: .NETASP.NET MVCASP.NET WebAPIASP.NET WebForms
Answer
Good to hear
ASP
- Interpreted language
- Spaghetti code
- Old and obsolete technology
- Not cross-platfrom, Microsoft infrastructure only
ASP.NET
- Precompiled (MSIL+JIT) and thus faster
- MVC
- Moder technology
- Supports rapid software development
- Supports unit testing and dependency injection
- Easier to maintain
- Cross-platform
Related ASP.NET MVC job interview questions
How do you define routes in MVC application?
ASP.NET MVC JuniorWe have a form with 5 textboxes in our ASP.NET MVC application. Could you describe me what would you do if I asked you to add a drop down list with states to the form?
ASP.NET MVC JuniorWhat does MVC stand for?
ASP.NET MVC JuniorCould you tell me what happens when you submit the form? Describe the technical perspective - data flows and so on.
HTTP protocol MediorWhat are the advantages of MVC?
ASP.NET MVC Junior