Answer Posted / alinavaz
.net is a framework developed by the MS.
using this we can develop web services
and
>>>console applications
>>>window based application
>>>and web based applications
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do you use the app_code folder in asp.net?
What is the use of data set in asp.net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
Mention few asp.net validators.
Differentiate globalization and localization.
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
What is viewstate in asp net with example?
What is difference cookie and session?
What is state management in asp.net with example?
How do you secure your connection string information?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What is a global postback url?
What is inproc and outproc?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
Differentiate between client-side and server-side validations in web pages.