Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


give the feature of .net2.0 over .net1.1

Answers were Sorted based on User's Feedback



give the feature of .net2.0 over .net1.1..

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

give the feature of .net2.0 over .net1.1..

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

give the feature of .net2.0 over .net1.1..

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

give the feature of .net2.0 over .net1.1..

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

give the feature of .net2.0 over .net1.1..

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

give the feature of .net2.0 over .net1.1..

Answer / chinna chowdary

exception handing, and ..

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

What is action methods in web api?

0 Answers  


What are Non Action methods in ASP.Net MVC?

0 Answers  


what is MVC pattern?

2 Answers  


Where do the reference-type variables go in the RAM ?

1 Answers  


What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?

0 Answers  


Which version of .net framework is installed?

0 Answers  


How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?

0 Answers   MCN Solutions,


Difference between Dispose and Finalize method

1 Answers  


What is the use of the default route {resource}.axd/{*pathinfo} ?

0 Answers  


What is the difference between model and entity?

0 Answers  


mention what is code first approach and model first approach in entity framework?

0 Answers   Microsoft,


What is web api‘s in asp.net mvc 4 ?

0 Answers  


Categories