what is diference between the .net1.0 & .net2.0 ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / harsh kagda
in .net 2.0, many new APIs have been included.
Also, Generics concept have been added in 2.0 as compared
to 1.0
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / chandrasekar_namakkal
hai,
In Asp2.0 have ultimate features like
FormView,MasterPage,GridView,Web parts,
Login Control,ClientCallback(use for avoid post pack),
SiteMap.
Asp2.0 will reduce 50% of code.
Is This Answer Correct ? | 0 Yes | 0 No |
How to send a DataReader as a parameter to a remote client ?
What is a gridview in asp.net?
What is the difference between ldap and active directory?
What is role-based security?
Which tab of the web site administration tool do you use to manage application setting ,debug and tracing?
What is the best Macanism to clear the Cache in asp.net
Explain Life cycle of ASP.NET page when a request is made.
How do you add a javascript function for a link button in a datagrid?
What is the use of view state?
How to Insert/Add in ASPXgridview
What are the types of validation in asp net?
How will you load dynamic assembly? How will create assesblies at run time?