What is different between .net framework1.1 and .net framework 2.0?

Showing Answers 1 - 12 of 12 Answers

u495x

  • Feb 1st, 2008
 

there are many things that is different in .net framework1.1 and 2.0
as for example Generics are introduced in .net 2.0
there many major and minor changes that took place and a long list to explain here. :)

  Was this answer useful?  Yes

1st difference: 
there is no inbuit IIS in .Net 1.1 where as in .Net 2.0 there is inbuilt IIS
2 thing is:
 if there r 10 files and if v modify any  1 file we hav 2 rebulit all 10 files, but in .NET 2.0 one particular file that which u hav modified is enough 2 be rebuilded.
3rd  diff::
Remote hosting is not possible with 1.1 but in 2.0 remote hosting is possible
4th diff:
there is no master page in 1.1, but in 2.0..........we hav
lastly :
menu controls are not there in .Net1.1
but in 2.0 we hav
 



muralig29

  • May 20th, 2010
 

There is no inbuit IIS in .Net 1.1 where as in .Net 2.0 there is inbuilt IIS

If there are 10 files and if we modify any 1 file we have 2 rebulid all 10 files, but in .NET 2.0 one particular file that which you have modified is enough 2 be rebuilded.

Remote hosting is not possible with 1.1 but in 2.0 remote hosting is possible

There is no master page in 1.1, but in 2.0 we have.

Menu controls are not there in .Net1.1 but in 2.0 we have.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions