what is diference between the .net1.0 & .net2.0 ?
Answer Posted / chandru
In 2.0 we can use both vb and
cs code in same project.
example
we use utiltity or function written in vb
can be used in cs code also.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What are user controls?
What is a postback in asp net?
How to add DateTime Control in normal DataGrid Server Control?
Explain server control extensibility with reference to asp.net 2.0 ?
Out of ASP or ASP.NET which one is stateless?
What is the use of view state?
What is paging in context of Memory?
What are session objects?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
What is the difference between union and structure?
What are all the various Estimation Techniques available ?
Are cookies client side or server side?
What is data control in asp.net?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?