give the feature of .net2.0 over .net1.1
Answers were Sorted based on User's Feedback
Answer / suresh
Generics types are introduced in 2.0, Nullable data types
are introduced.IDE is changed drastically for dynamic help.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / prashanthi
In .net 2.0, no need to write excess code for the control
function instead we can set the properties which are
available directly on the control by right clicking the
control.
In .net 1.0, we need to write code for every of the
property.
In .net 2.0,GridView control is added with advanced
features.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / harika
In .net 2.0 so many new features are added like:-
Master Pages, Theams & Skins, Advanced controls like Menu
control, Datasource Controls,
and it provides enhancements towards Caching (disk caching,
sql server cache invalidation),Profiles concept
Most Importantly "PARTIAL CLASSES"(even now code-behind is
working based on this Partial Class only....
..............etc
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / prabhat
There are some new features in .Net2.0 are-
there are more then 40 types of new controls are added in
.net 2.0,
like Master page,
Navigation controls-tree view,
login coltrols
Virtul Class concepts
No need to create virtual directory
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / encapsulation
(I) Can you explain strategy pattern?
Strategy pattern are algorithms inside a class which can be
interchanged depending on the class used. This pattern is
useful when you want to decide on runtime which algorithm
to be used.
Let's try to see an example of how strategy pattern works
practically. Let's take an example of a math's calculation
where we have strategies like add and substract.
Figure 'Strategy in action' shows the same in a pictorial
format. It takes two numbers and the depending on the
strategy it gives out results. So if it's an addition
strategy it will add the numbers, if it's a substraction
strategy it will give the substracted results. These
strategies are nothing but algorithms. Strategy pattern are
nothing but encapsulation of algorithms inside classes.
| Is This Answer Correct ? | 1 Yes | 0 No |
I have a GridView on web form, and a column in a grid is a linkbutton to open popup..., my problem is when i click on link button in a gridview popup opens as well works fine. but when i click on link button once again my popup window doesnt open. Can any one help please...
Can you set the unlimited length for "maxjsonlength" property in config?
What is the domain object?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
What is entity graph? : Entity framework
What is the need of .Net framework ?
What is .net architecture?
What is work of clr?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
What is clr? How does work clr & wht is work of clr?
What is the difference between model view and controller?