Hi

I am developing a database app in vs 2008 and I don't need wpf. What fw
version do I need to target?

Thanks

Regards

Re: What FW version to target by Tom

Tom
Fri Mar 07 20:28:51 CST 2008

On Mar 7, 4:11=A0pm, "John" <J...@nospam.infovis.co.uk> wrote:
> Hi
>
> I am developing a database app in vs 2008 and I don't need wpf. What fw
> version do I need to target?
>
> Thanks
>
> Regards

Well, 3.0 and above has wpf, wcf, and wf - so if you don't need those
or linq then 2.0 would be fine.

--
Tom Shelton

Re: What FW version to target by kimiraikkonen

kimiraikkonen
Sat Mar 08 03:38:10 CST 2008

On Mar 8, 4:28=A0am, Tom Shelton <tom_shel...@comcast.net> wrote:
> On Mar 7, 4:11=A0pm, "John" <J...@nospam.infovis.co.uk> wrote:
>
> > Hi
>
> > I am developing a database app in vs 2008 and I don't need wpf. What fw
> > version do I need to target?
>
> > Thanks
>
> > Regards
>
> Well, 3.0 and above has wpf, wcf, and wf - so if you don't need those
> or linq then 2.0 would be fine.
>
> --
> Tom Shelton

Is there any new critial classes or fixes that came with 3.0 or 3.5
that weren't included in 2.0 except the technologies you mentioned
above? (wpf,wcf,linq...)

I just wondered how much time remained for 2.0's lifetime.

Thanks

Re: What FW version to target by Andrej

Andrej
Sun Mar 09 16:19:46 CDT 2008

Kimi,

for the latest fixes for 2.0 download the latest service pack. FX 3.0
and 3.5 are just "add-ons" to 2.0 - if you don't need the technologies
they bring along, you don't need them and can continue to target 2.0.
Also note that a lot of new language features that came with Visual
Studio 2008 and new compilers are also available to you when targeting
2.0 (those include object initializers, automatic properties, lambdas,
etc...)

Andrej

On 8 mar., 10:38, kimiraikkonen <kimiraikkone...@gmail.com> wrote:
> On Mar 8, 4:28=A0am, Tom Shelton <tom_shel...@comcast.net> wrote:
>
>
>
>
>
> > On Mar 7, 4:11=A0pm, "John" <J...@nospam.infovis.co.uk> wrote:
>
> > > Hi
>
> > > I am developing a database app in vs 2008 and I don't need wpf. What f=
w
> > > version do I need to target?
>
> > > Thanks
>
> > > Regards
>
> > Well, 3.0 and above has wpf, wcf, and wf - so if you don't need those
> > or linq then 2.0 would be fine.
>
> > --
> > Tom Shelton
>
> Is there any new critial classes or fixes that came with 3.0 or 3.5
> that weren't included in 2.0 except the technologies you mentioned
> above? (wpf,wcf,linq...)
>
> I just wondered how much time remained for 2.0's lifetime.
>
> Thanks- Skrij navedeno besedilo -
>
> - Prika=9Ei navedeno besedilo -


Re: What FW version to target by kimiraikkonen

kimiraikkonen
Sun Mar 09 16:26:24 CDT 2008

On Mar 9, 11:19=A0pm, Andrej Tozon <andrej.to...@gmail.com> wrote:
> Kimi,
>
> for the latest fixes for 2.0 download the latest service pack. FX 3.0
> and 3.5 are just "add-ons" to 2.0 - if you don't need the technologies
> they bring along, you don't need them and can continue to target 2.0.
> Also note that a lot of new language features that came with Visual
> Studio 2008 and new compilers are also available to you when targeting
> 2.0 (those include object initializers, automatic properties, lambdas,
> etc...)
>
> Andrej
>
> On 8 mar., 10:38, kimiraikkonen <kimiraikkone...@gmail.com> wrote:
>
>
>
> > On Mar 8, 4:28=A0am, Tom Shelton <tom_shel...@comcast.net> wrote:
>
> > > On Mar 7, 4:11=A0pm, "John" <J...@nospam.infovis.co.uk> wrote:
>
> > > > Hi
>
> > > > I am developing a database app in vs 2008 and I don't need wpf. What=
fw
> > > > version do I need to target?
>
> > > > Thanks
>
> > > > Regards
>
> > > Well, 3.0 and above has wpf, wcf, and wf - so if you don't need those
> > > or linq then 2.0 would be fine.
>
> > > --
> > > Tom Shelton
>
> > Is there any new critial classes or fixes that came with 3.0 or 3.5
> > that weren't included in 2.0 except the technologies you mentioned
> > above? (wpf,wcf,linq...)
>
> > I just wondered how much time remained for 2.0's lifetime.
>
> > Thanks- Skrij navedeno besedilo -
>
> > - Prika=9Ei navedeno besedilo -- Hide quoted text -
>
> - Show quoted text -

Thanks Andrej, so VS 2005 is OK for framework 2.0, not worth update to
VS 2008 "just because of" these add-ons unless you need it.

Re: What FW version to target by Andrej

Andrej
Mon Mar 10 05:17:29 CDT 2008

Well, it is ok, but you could find Visual Studio 2008 more useful than
2005 even when not dealing with that new stuff. One example is a
dataset designer, where Visual Studio 2008 can generate much better
codebehind code than 2005 - you can part the actual dataset and
datatables in different classes and take advantage of the newly
generated TableAdapterManager class to update all tables in a dataset
at once, in one transaction. If you're developing web projects, Visual
Studio 2008 now offers Javascript intellisense and debugging, better
CSS tools, etc...

In general, Visual Studio 2008 is not just about support for FX
3.0/3.t technologies, it's also about offering better tools and
overall experience when dealing with apps for 2.0.

Andrej

On 9 mar., 22:26, kimiraikkonen <kimiraikkone...@gmail.com> wrote:
> On Mar 9, 11:19=A0pm, Andrej Tozon <andrej.to...@gmail.com> wrote:
>
>
>
>
>
> > Kimi,
>
> > for the latest fixes for 2.0 download the latest service pack. FX 3.0
> > and 3.5 are just "add-ons" to 2.0 - if you don't need the technologies
> > they bring along, you don't need them and can continue to target 2.0.
> > Also note that a lot of new language features that came with Visual
> > Studio 2008 and new compilers are also available to you when targeting
> > 2.0 (those include object initializers, automatic properties, lambdas,
> > etc...)
>
> > Andrej
>
> > On 8 mar., 10:38, kimiraikkonen <kimiraikkone...@gmail.com> wrote:
>
> > > On Mar 8, 4:28=A0am, Tom Shelton <tom_shel...@comcast.net> wrote:
>
> > > > On Mar 7, 4:11=A0pm, "John" <J...@nospam.infovis.co.uk> wrote:
>
> > > > > Hi
>
> > > > > I am developing a database app in vs 2008 and I don't need wpf. Wh=
at fw
> > > > > version do I need to target?
>
> > > > > Thanks
>
> > > > > Regards
>
> > > > Well, 3.0 and above has wpf, wcf, and wf - so if you don't need thos=
e
> > > > or linq then 2.0 would be fine.
>
> > > > --
> > > > Tom Shelton
>
> > > Is there any new critial classes or fixes that came with 3.0 or 3.5
> > > that weren't included in 2.0 except the technologies you mentioned
> > > above? (wpf,wcf,linq...)
>
> > > I just wondered how much time remained for 2.0's lifetime.
>
> > > Thanks- Skrij navedeno besedilo -
>
> > > - Prika=9Ei navedeno besedilo -- Hide quoted text -
>
> > - Show quoted text -
>
> Thanks Andrej, so VS 2005 is OK for framework 2.0, not worth update to
> VS 2008 "just because of" these add-ons unless you need it.- Skrij naveden=
o besedilo -
>
> - Prika=9Ei navedeno besedilo -


Re: What FW version to target by Spam

Spam
Mon Mar 10 08:10:04 CDT 2008

kimiraikkonen <kimiraikkonen85@gmail.com> wrote in news:c9a3f660-f493-406a-
b377-a968d56a609d@z17g2000hsg.googlegroups.com:

> Thanks Andrej, so VS 2005 is OK for framework 2.0, not worth update to
> VS 2008 "just because of" these add-ons unless you need it.

You can think of VS.NET 2008 as a refined version of 2005. It worth an
upgrade if you can get your hands on 2008.

--
spamhoneypot@rogers.com (Do not e-mail)

Re: What FW version to target by Cowboy

Cowboy
Mon Mar 10 14:32:47 CDT 2008

It really depends on what you are setting it to in the properties. I would
aim for 2.0 if you do not need WPF, LINQ, WF, WCF, etc.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
"John" <John@nospam.infovis.co.uk> wrote in message
news:OfnUWiKgIHA.4376@TK2MSFTNGP05.phx.gbl...
> Hi
>
> I am developing a database app in vs 2008 and I don't need wpf. What fw
> version do I need to target?
>
> Thanks
>
> Regards
>