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 server transfer?
What’s the difference between asp.net web forms and asp.net mvc?
What are user controls?
Can you use c# without .net?
What are the server controls in asp.net?
Is post back in asp.net?
How you can manage the state of application at the server side in ASP.NET?
Explain how cookies work.
Where is http session stored?
What is content place holder?
Differentiate between a page theme and a global theme?
Which class is used to send an email message from an ASP.NET Web page?
Why is an object pool required?
Is there any limit for query string? Means what is the maximum size?
How many ways are there to maintain a state in .net? What is view state?