Explain the difference between asp.net & vb.net and explain architecture?
Answer / Rohit Agrawal
ASP.NET is a web application framework developed by Microsoft for building dynamic web pages, while VB.NET is a programming language used in .NET framework to create applications.nThe architecture of ASP.NET is based on the MVC pattern, which separates an application into Model, View, and Controller components, whereas VB.NET follows an imperative, object-oriented programming model.nIn terms of differences:
1. ASP.NET is designed for web applications, while VB.NET can be used to create Windows applications as well.
2. ASP.NET uses .NET framework, while VB.NET also uses the Common Language Runtime (CLR).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Ajax design pattern in .NET?
Is atl redundant in the .net world?
What is the intermediate language between asp and asp.net1.0?
What is .net latest version?
Explain .net framework overview?
What?s a proxy of the server object in .NET Remoting?
Explain what is a delegate?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
can we use private assembly in other project in dot net.
What are the different parts of an Assembly in .Net?
Explain the Scope of public/private/friend/protected/protected friend.