Explain the difference between asp.net & vb.net and explain architecture?



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

Post New Answer

More Dot Net General Interview Questions

What is Ajax design pattern in .NET?

1 Answers  


Is atl redundant in the .net world?

1 Answers  


What is the intermediate language between asp and asp.net1.0?

1 Answers  


What is .net latest version?

1 Answers  


Explain .net framework overview?

1 Answers  


What?s a proxy of the server object in .NET Remoting?

1 Answers  


Explain what is a delegate?

1 Answers  


Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component

2 Answers   Siebel Systems,


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.

3 Answers  


What are the different parts of an Assembly in .Net?

1 Answers  


Explain the Scope of public/private/friend/protected/protected friend.

1 Answers   Wipro,


Categories