Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > .NET Framework

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-22-2008, 04:31 PM
=?Utf-8?B?VGVycnkgSG9sbGFuZA==?=
 
Posts: n/a
dotNet 3.0

I have been asked to do a bit of research into the dotNet 3.0 framework to
try to determine when we should upgrade to this environment.
Ive done a bit of research and have read about some of the new features
(WWF, WCF, CardSpace & WPF) but I need to know if there will be any negative
impact on any of our existing systems.

Our current setup is

Client Machines
Win XP Pro SP2,
dotNet v2.0.50727
VS 2005

Server
Win 2003 R2 SP2

Where would I find a good resource for any problems that might occurr if we
upgraded.

Also, I want to have a look at new features on offer in the dotnet 3.0
framework. Can I use WWF, WCF & WPF in VS 2005? If so, where would I find
good infor & examples on this?
Reply With Quote
  #2 (permalink)  
Old 07-22-2008, 04:40 PM
Pavel Minaev
 
Posts: n/a
Re: dotNet 3.0

On Jul 22, 8:31*pm, Terry Holland <MSDNNospam...@nospam.nospam> wrote:
> I have been asked to do a bit of research into the dotNet 3.0 framework to
> try to determine when we should upgrade to this environment. *
> Ive done a bit of research and have read about some of the new features
> (WWF, WCF, CardSpace & WPF) but I need to know if there will be any negative
> impact on any of our existing systems.


No. .NET 3.0 is in effect an incremental update - it just adds a
couple new libraries to the framework, without touching the existing
libraries, compiler, or the runtime. All your code that worked under
2.0 will work exactly the same under 3.0.

Note that this is not true for 3.5, which updates 2.0 to 2.0 SP1 - so
there is some possibility of breakage there.

> Also, I want to have a look at new features on offer in the dotnet 3.0
> framework. *Can I use WWF, WCF & WPF in VS 2005? *If so, where would I find
> good infor & examples on this?


You can just add references to 3.0 assemblies in your VS2005 project,
and start using classes from them. You won't get the visual WPF and WF
designers, though - there was a preview version of those available for
VS2005, but it was just that - a preview, and not very stable one at
that. IIRC Microsoft has pulled it from downloads not long ago, and
stated that you should just use VS2008 now that it's out.
Reply With Quote
  #3 (permalink)  
Old 07-22-2008, 09:24 PM
=?Utf-8?B?d2R1ZGVr?=
 
Posts: n/a
RE: dotNet 3.0

We have been running on the 3.5 framework since a couple of weeks after it
was released into production ( January??). We have WCF applications hosted in
IIS and using LINQ that are used by the entire company, about 5 heavily used
websites running under 3.5 using various amounts of enhancements (WCF, LINQ,
Extension Methods) and have had no major problems.
We encountered an issue with a default size limit in wcf messages, but I
was able to get an answer quickly from this message board.
The operating system we are running are very similiar to your
environment and the user base for these applications is roughly a couple of
hundred people give or take.
As Pavel Said 2.0 applications can take advantage of libraries written
in 3.0/3.5, and can consume wcf services as web services without a problem,
although the syntax changes slightly to call them. I have heard the 2005
designers for WCF/WPF/etc.. are not nearly as user friendly as the ones that
are part of visual studio 2008.
One nice feature in 2008 if you are doing web development is the ability
to debug javascript.

"Terry Holland" wrote:

> I have been asked to do a bit of research into the dotNet 3.0 framework to
> try to determine when we should upgrade to this environment.
> Ive done a bit of research and have read about some of the new features
> (WWF, WCF, CardSpace & WPF) but I need to know if there will be any negative
> impact on any of our existing systems.
>
> Our current setup is
>
> Client Machines
> Win XP Pro SP2,
> dotNet v2.0.50727
> VS 2005
>
> Server
> Win 2003 R2 SP2
>
> Where would I find a good resource for any problems that might occurr if we
> upgraded.
>
> Also, I want to have a look at new features on offer in the dotnet 3.0
> framework. Can I use WWF, WCF & WPF in VS 2005? If so, where would I find
> good infor & examples on this?

Reply With Quote
  #4 (permalink)  
Old 07-22-2008, 10:55 PM
=?Utf-8?B?VGVycnkgSG9sbGFuZA==?=
 
Posts: n/a
RE: dotNet 3.0

Thanks guys

I guess I should download a trial version of vs2008. Can I have vs2005 &
vs2008 run on same machine without problem? Is the installation of 2008 a
seperate installation or does it upgrade 2005? - I would not want to upgrade
my dev machine until we have decided to go with (or not) 2008

"Terry Holland" wrote:

> I have been asked to do a bit of research into the dotNet 3.0 framework to
> try to determine when we should upgrade to this environment.
> Ive done a bit of research and have read about some of the new features
> (WWF, WCF, CardSpace & WPF) but I need to know if there will be any negative
> impact on any of our existing systems.
>
> Our current setup is
>
> Client Machines
> Win XP Pro SP2,
> dotNet v2.0.50727
> VS 2005
>
> Server
> Win 2003 R2 SP2
>
> Where would I find a good resource for any problems that might occurr if we
> upgraded.
>
> Also, I want to have a look at new features on offer in the dotnet 3.0
> framework. Can I use WWF, WCF & WPF in VS 2005? If so, where would I find
> good infor & examples on this?

Reply With Quote
  #5 (permalink)  
Old 07-22-2008, 11:03 PM
Peter Duniho
 
Posts: n/a
Re: dotNet 3.0

On Tue, 22 Jul 2008 15:55:03 -0700, Terry Holland
<MSDNNospam248@nospam.nospam> wrote:

> I guess I should download a trial version of vs2008. Can I have vs2005 &
> vs2008 run on same machine without problem?


Yes.

> Is the installation of 2008 a
> seperate installation or does it upgrade 2005?


Separate.

There's no "trial version" of Visual Studio. Visual Studio Express is
free of charge, but is a fully functioning, unlimited use IDE. It lacks
some features of the retail versions, but many programmers will never
notice their absence, and of those that do, as long as they don't notice
them regularly, there are work-arounds (albeit usually inconvenient ones,
but that's how it goes :) ).

Pete
Reply With Quote
  #6 (permalink)  
Old 07-23-2008, 06:29 AM
Pavel Minaev
 
Posts: n/a
Re: dotNet 3.0

On Jul 23, 3:03*am, "Peter Duniho" <NpOeStPe...@nnowslpianmk.com>
wrote:
> There's no "trial version" of Visual Studio.


Actually, there is:

http://msdn.microsoft.com/en-us/vstu.../aa700831.aspx
Reply With Quote
  #7 (permalink)  
Old 07-23-2008, 03:55 PM
Peter Duniho
 
Posts: n/a
Re: dotNet 3.0

On Tue, 22 Jul 2008 23:29:03 -0700, Pavel Minaev <int19h@gmail.com> wrote:

> On Jul 23, 3:03Â*am, "Peter Duniho" <NpOeStPe...@nnowslpianmk.com>
> wrote:
>> There's no "trial version" of Visual Studio.

>
> Actually, there is:
>
> http://msdn.microsoft.com/en-us/vstu.../aa700831.aspx


Ah...my mistake. :)
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Microsoft > .NET Framework


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:11 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109