VS 2010 and Framework 4.0

MrChad

Lifer
Aug 22, 2001
13,507
3
81
This seems odd.

In this case VB has a unique feature of initialization as well. The next big change in this release for VB is to remove the dreaded ?_? at the end of continuing statements:

So with no semi-colons and no underscores, how can the compiler determine when a statement ends?
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
13
81
www.markbetz.net
I'm really looking forward to this update, especially the code exploration features and built-in Silverlight tooling. But I need to hear from someone who has installed it alongside 2008 without breaking anything, before I can take a chance. I guess I might set up a VM for it.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Originally posted by: Markbnj
I'm really looking forward to this update, especially the code exploration features and built-in Silverlight tooling. But I need to hear from someone who has installed it alongside 2008 without breaking anything, before I can take a chance. I guess I might set up a VM for it.

I was thinking of doing the same thing. I've already got a base image with just 2008 installed somewhere around here....
 
Sep 29, 2004
18,665
67
91
Originally posted by: Markbnj
I'm really looking forward to this update, especially the code exploration features and built-in Silverlight tooling. But I need to hear from someone who has installed it alongside 2008 without breaking anything, before I can take a chance. I guess I might set up a VM for it.

It's sad when people have fears like this about a product. Sadly, I find your fears to be justified from my history with MSFT products.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
Originally posted by: IHateMyJob2004
Originally posted by: Markbnj
I'm really looking forward to this update, especially the code exploration features and built-in Silverlight tooling. But I need to hear from someone who has installed it alongside 2008 without breaking anything, before I can take a chance. I guess I might set up a VM for it.

It's sad when people have fears like this about a product. Sadly, I find your fears to be justified from my history with MSFT products.

Beta = not to be trusted, it doesn't matter who wrote it.

 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
13
81
www.markbetz.net
Originally posted by: IHateMyJob2004
Originally posted by: Markbnj
I'm really looking forward to this update, especially the code exploration features and built-in Silverlight tooling. But I need to hear from someone who has installed it alongside 2008 without breaking anything, before I can take a chance. I guess I might set up a VM for it.

It's sad when people have fears like this about a product. Sadly, I find your fears to be justified from my history with MSFT products.

I would be worried in general about installing a beta version of any product alongside an existing version, regardless of vendor, or operating system, until I knew it would work. In this case the VS2008 install is my daily bread and butter, so the fears are more acute.
 

WannaFly

Platinum Member
Jan 14, 2003
2,811
1
0
I wish I had time at work to mess around with the newer products. Some of the project's (maintenance, small updates) we work on we're still in VS2003...but we have plans to upgrade them.

I can't believe how fast MSFT is moving with new products. It makes getting a certification difficult, especially when you are doing small applications that don't utilize a lot of the newer features (WWF, WPF). But, I'll make due.
 

imported_Dhaval00

Senior member
Jul 23, 2004
573
0
0
Originally posted by: IHateMyJob2004
Originally posted by: Markbnj
I'm really looking forward to this update, especially the code exploration features and built-in Silverlight tooling. But I need to hear from someone who has installed it alongside 2008 without breaking anything, before I can take a chance. I guess I might set up a VM for it.

It's sad when people have fears like this about a product. Sadly, I find your fears to be justified from my history with MSFT products.


I have my corporate box running VS 2005 SP2, VS 2008 SP1, VS 6, VSS, CM Synergy 6.5, Eclipse, SQL Server 2005 SP3, SQL Server 2000 SP4, SQL Server Express 2008 SP1, and SQL Server 2008 SP1. I'll agree that there is a 'fear' associated with installing multiple versions of an application on a single box, but blatantly blaming M$ (or any other company for that matter) is just plain'ol wrong. Especially, when you're a developer and know how 'versioning' works...

No offense, but I hope you see my point (plus what Mark and Crusty mentioned above).
 

SunnyD

Belgian Waffler
Jan 2, 2001
32,674
145
106
www.neftastic.com
Originally posted by: Markbnj
I'm really looking forward to this update, especially the code exploration features and built-in Silverlight tooling. But I need to hear from someone who has installed it alongside 2008 without breaking anything, before I can take a chance. I guess I might set up a VM for it.

I installed it along side my VS2008 install - though I don't care so much as we're talking about my home machine running Win7 RC1 which I mostly play games on anyway.

Unfortunately, I was looking forward to the Silverlight stuff myself, however the visual IDE for it ... broke. I'm not sure if it's because I installed all the Silverlight tools for VS2008 or not though. Other than that, the IDE and compiler seem to work alright.
 

clamum

Lifer
Feb 13, 2003
26,255
403
126
Wow, this looks pretty neat. Probably will be awhile before my company moves over to this but I'd like to get an Express or Beta installed on my home computer to get accustomed to.

I'm most interested in the JavaScript Intellisense (it's nearly useless IMO in VS 2008), Team Architecture (is this a standard feature of VS 2010 or a different version of VS 2010 like there's Professional, Developer, etc. editions of VS?), and the Test and Lab Manager. I haven't gotten into the Silverlight or WPF stuff yet so I don't know much about that stuff.
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
13
81
www.markbetz.net
Originally posted by: SunnyD
Originally posted by: Markbnj
I'm really looking forward to this update, especially the code exploration features and built-in Silverlight tooling. But I need to hear from someone who has installed it alongside 2008 without breaking anything, before I can take a chance. I guess I might set up a VM for it.

I installed it along side my VS2008 install - though I don't care so much as we're talking about my home machine running Win7 RC1 which I mostly play games on anyway.

Unfortunately, I was looking forward to the Silverlight stuff myself, however the visual IDE for it ... broke. I'm not sure if it's because I installed all the Silverlight tools for VS2008 or not though. Other than that, the IDE and compiler seem to work alright.

Pretty much exactly what I was afraid of, and the Silverlight tooling is critical for the project I'm on. Thanks for the report.
 

SunnyD

Belgian Waffler
Jan 2, 2001
32,674
145
106
www.neftastic.com
Originally posted by: Markbnj
Originally posted by: SunnyD
Originally posted by: Markbnj
I'm really looking forward to this update, especially the code exploration features and built-in Silverlight tooling. But I need to hear from someone who has installed it alongside 2008 without breaking anything, before I can take a chance. I guess I might set up a VM for it.

I installed it along side my VS2008 install - though I don't care so much as we're talking about my home machine running Win7 RC1 which I mostly play games on anyway.

Unfortunately, I was looking forward to the Silverlight stuff myself, however the visual IDE for it ... broke. I'm not sure if it's because I installed all the Silverlight tools for VS2008 or not though. Other than that, the IDE and compiler seem to work alright.

Pretty much exactly what I was afraid of, and the Silverlight tooling is critical for the project I'm on. Thanks for the report.

I should point out, all the SL tools are still working fine in my 2008 install though. Only the visual editor in 2010 isn't working.
 

ForumMaster

Diamond Member
Feb 24, 2005
7,797
1
0
sounds pretty cool. we use VS2008 regularly, however we also have plenty of projects that we still need to edit in VS2003 (damn .net 1.1)
anyway, hope it comes out soon. we get the new products pretty early too so it rocks.
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
13
81
www.markbetz.net
Originally posted by: Schadenfroh
I still program for .NET 2.0, even new programs

That's common, and it was the case for me up to this current gig, which much to my astonishment turned out to be .NET 3.5/WCF/Silverlight.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |