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
What is an asp.net validator? And, mention its types.
What is ASLM?
Why session management is required?
Explain exception handling in .net.
What is web configuration file and how to use in web application
Diff between web user control and web custom control?
What is asp net application object?
What is sta?
Name the namespace which is used by ado.net?
What is ispostback method in asp.net?
What is event in asp.net?
What is the difference between asp.net and mvc?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What methods are fired during the page load? Init()