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
Explain the significance of routing? : asp.net mvc
How do I use response redirect?
Whats the difference between abstract factory pattern and factory pattern?
What is break mode?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is asp.net ajax?
Explain managed code an un-managed code.
What is asp.net mvc5? : Asp.Net MVC
Explain diff between dataset and datareader?
Can any body provide me the sample web application in asp.net
Explain the difference between array and linkedlist?
What are the two types of web pages?
What is a response cookie?
What is a web server? What are the load limits in it?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.