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.

Answers were Sorted based on User's Feedback



what is advantage of developing in asp.net.why the same can't be developed in Java or other w..

Answer / rami reddy.k

ASP.NET Support multi language support like VB.NET, C#, C++
ASP.NET have easy development IDE
Website can be created much faster in ASP.NET as compared
to Java
Debugging is very effort-less,so can fix the bugs quicker

Is This Answer Correct ?    12 Yes 0 No

what is advantage of developing in asp.net.why the same can't be developed in Java or other w..

Answer / sanjay

ASP.NET supports multilanguages and User Friendly environment and can support many types of languages having the feature of CLR and MSIL ..

Is This Answer Correct ?    10 Yes 0 No

what is advantage of developing in asp.net.why the same can't be developed in Java or other w..

Answer / 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

what is advantage of developing in asp.net.why the same can't be developed in Java or other w..

Answer / ravishankar t.r.

application created using .NET platform works faster as
it's compiler based unlike JAVA which is interpreter based.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What are the Types of chaching. How to implement caching

1 Answers   Microsoft,


What is cookies cache and session?

1 Answers  


Describe the differences between the lifecycles of Windows services and Standard EXE?

1 Answers   Siebel,


Can you explain page lifecycle in net?

1 Answers  


What are the benefits of view state?

1 Answers  


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

1 Answers  


What is the benefit of WebAPI over WCF?

1 Answers  


I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.

1 Answers   MS Technosoft, Wipro,


What is the typical session identifier?

1 Answers  


how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url

1 Answers  


How do you get records number from 5 to 15 from a dataset of 100 records?

3 Answers   Syntax Softtech,


Can session variables be accessed from code-behind?

2 Answers   Microsoft, RMS,


Categories