what is advantage of developing in asp.net.why the same
can't be developed in Java or other web developemnt
tool.what are advantages of developers.

Answer Posted / sanjay dutt

asp.net is allmost designed for developing webbased
applicatioelonS.it supports code behind technique,automatic
code generation(means no need to write the code for
designing and placing the controls in IDE) and it reduce
the burden on the developer.AND parallel development is
also possible.(means designing and logic part will be
placed into different pages.one is ".aspx" page and another
one is ".aspx.cs")and we may also provide the security for
the logic part.
and development is very faster compare to java and other
programming languages.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is asp.net and ado net?

520


What is the difference between page-level caching and fragment caching?

534


What describes a query?

527


What are the advantages and disadvantages of session?

663


How to improve performance of web application asp.net mvc? : Asp.Net MVC

493






What is windows active directory authentication?

570


Disable Mouse right click on web page in asp.net?

584


Is asp.net a programming language or framework?

554


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

586


How many validators do ASP.NET have?

611


How you can add an event handler?

577


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1493


Define repository pattern in mvc.net? : asp.net mvc

517


How does the iis work?

546


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?

1509