Answer Posted / manish
.NET is the microsoft product using .net we can create
either window based applications(c# and GUI),and web based
applications(asp.net,c#) and console applications(c#).
we can create mobile applications also.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the modes of updation in an updatepanel?
Explain how cookies work. Give an example of cookie abuse.
What is the current version of asp.net?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
Explain the use of duration attribute of @outputcache page directive.
Explain Features in ASP.NET
Explain weak typing and strong typing.
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
what are the ihttphandler and ihttphandlerfactory interfaces ?
Can you explain architecture of your project ?
Can we have multiple web config files for an asp.net application?
Explain the difference between the web config and machine config.
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is the good practice to implement validations in aspx page?