Comparison between .net1.0, 1.1 and 2.0

S

Sri

Hello

I would like to get the comparison [feature] between .net framework
1.0, 1.1 and 2.0. I would like to develop an application on .net
platform and would like to use one of these. Please help me in
deciding/recommenrding the best framework. As I have to tell the
client about Why I am going for this framework.

Hope to get an early response.

Thanks in advance.
SR
 
H

Hermit Dave

1.0 + sp 1 + sp2 + enhancements = 1.1
if you are using Visual Studio.net the original release, the project by
default will compile on framework 1.0

if you are using Visual Studio.net 2003, then by default your project will
compile to framework 1.1.

Visual Studio 2005 which is currently in beta 1 and is supposed to come out
in a year's time then you are building on framework 2 (beta 1).

framework 2 has a lot of enhancements over 1.0 & 1.1 but its still in beta
and you dont have the go-live license yet. so you cannot deploy your
applications just yet.

i would suggest that you use framework 1.1 unless ofcourse you are not
planning to start dev until next year (in that case you could wait for the
framework 2 release)

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
 
S

Srinivas Reddy

Thanks a lot Hermit for your prompt reply. I have gone through many
articles regarding the differences btw different framework versions but
all in vain. Can you give some links where i can get the complte feature
wise difference between framework 1.0, 1.1 and 2.0. I would like to have
the comparison points for my client. comparison between all the three
versions.

Regards
Sri
 
H

Hermit Dave

you should find more information here
http://msdn.microsoft.com/netframework/default.aspx

have a look at this links as well
http://msdn.microsoft.com/netframework/technologyinfo/features/default.aspx
http://msdn.microsoft.com/netframework/technologyinfo/default.aspx

The main difference between 1.x & 2.0 releases are the
for 1.x version you have WebServices, Remoting and Serviced Components.
WebServices are implemented through ASP.NET runtime. (WebServices is
equivalent of Remoting with SOAP formatter using Http for communication
being hosted by IIS)

With framework 2.0 you will have them within Indigo which sort of puts them
closer together.

With 2.0 builds on and adds on to the number of controls that ship with
visual studio.
Have a look at visual studio home and browse through to version 2.0 to get
more info on that

Hope this helps

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top