Answer Posted / kesava
.net is network enable technology.
the place where we can develop the applications .It contains several base class libraries .
.net is a frameworks it means it contains the predefined class for re-usability and common language specification and common type specification .Using the predefined libraries we can develop our applications using any one of the .net languages .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we have a web application running without web.config file?
How do you store a value in viewstate and retrieve them?
Which control has default post back is enabled(true)?
What is data reader in asp.net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
is gateway for sms continue connected for sending sms.how?
Name some asp objects?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain the concept of MVC Scaffolding?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Where sessions are stored?
When we use cookie less session? Explain its working?
Give an example of cookie abuse.
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
Can I have a unique key as foreign key?