Answer Posted / vyas pyk
asp.net --- is used to create user interface like screens
which include buttons, textfield and other client and server
controls.
vb.net,c# , j# -- all these are different programing
language which .net frame work supports.
in general vb.net is used for window application development
and where ad c#.net is used for web application developemt.V
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Which validator control you use if you need to make sure the values in two different controls matched?
Where is session data stored in asp net?
Is it possible to apply themes to an asp.net application? If yes, then how?
What is the server of asp.net?
What is the difference between ASP Session State and ASP.Net Session State?
How you can manage the state of application at the server side in ASP.NET?
What is a viewstate?
How to do state management in ASP.NET?
State differences between MVC and WebAPI
What are the security types in ASP/ASP.NET? Different Authentication modes?
Which adapter should you use, if you want to get the data from an access database?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is HTTPModule and HTTPcontext? What is the use of each?
Can master pages be nested?