PDA

View Full Version : Visual Studio 2008



cr_0
03-13-2008, 09:12 PM
Has anybody tried this out or have a license copy to this. Company is ms partner and I have access to software. Id really like to step up and get into .net asp programming and web development. I heard good and bad things about vs2k8 but id like to give it a shot and install it on my machine. Are any of you guys working on the .net framework or use it for the ms javascript intellisense.

gza
03-13-2008, 09:23 PM
why arent you using draven

mcbain
03-13-2008, 10:34 PM
i am a MSDN subswcriber and it wont install on my xp machine. maybe caues i have a hacked xp service pack 3 on it.

no idea wont install for me.

2008 is really edge. i wouldnt use it for anything except skill gathering for a job or a real pro consulting job

2005 is pretty stable

cr_0
03-13-2008, 10:39 PM
ill see if it installs on mine.

nox
03-13-2008, 10:59 PM
just use express

PeePee McRapist
03-13-2008, 11:28 PM
I use it all the time. Great program.

Anon
03-13-2008, 11:31 PM
ive used it for C/C++ only so far but its pretty helpful

haven't used anything else really :/

~phIber_gaIus
03-14-2008, 07:36 AM
MS Visual Studio 2008 is more flexible compared to 2003 and 2005 versions. It focuses more on web development. There are useful additional tools available now.

The drawback on this new edition, like MS Windows Vista, it requires more pc processing power. It will frustrate you if your unit is slow.

I'm a C# programmer. Eversince, I'm using MS Visual Studio 2003. It's just that im working on a huge system now. The moment im done with this, i think ill shift to the 2008 version.

Just try it man. It's case to case basis afterall. Depends on how it will be applied on your needs and requirements.

Moose
03-14-2008, 08:01 AM
I think a major benefit to 2008 is LINQ.

cr_0
03-14-2008, 11:31 AM
Im getting it atm. Will see how it runs on my laptop with xp and 1.5 ram

awol
03-16-2008, 05:06 PM
It installed for me on XP just fine.

I've been using it for all sorts of projects for the last few betas.

WPF is very cool and simple, but I don't see how I'll ever make use of it.

WCF doesn't serve much of a purpose for me atm, but I've still tinkered with it a bit.

LINQ is very very cool for a lot of things that were fucking nasty in the past.
::staring at Moose::

AJAX support in .NET is totally lame. jquery is totally sufficient for most ajax tasks.

Silverlight is awesome. I'm not one to call it either a Flash- or Java- killer, but for people that already know C#, it's pretty cool.


Also, I like some of the iface enhancements and bug fixes that drive me nuts in 2k5.

david blaine
03-16-2008, 05:42 PM
gcc for linux, bloodshed for windows. kthnx bye.

cr_0
03-18-2008, 09:48 PM
I installed this. I played around a little bit and i am confused as fuck. Man all i want to do is build a asp.net website. Shit. Ill give it a go one more time tomorrow.

awol
03-19-2008, 05:39 AM
I installed this. I played around a little bit and i am confused as fuck. Man all i want to do is build a asp.net website. Shit. Ill give it a go one more time tomorrow.

If you were using the WYSIWYG that's probably your biggest issue.

Just start with an Empty ASP.NET Project, write out a normal HTML page and add in the code as needed.


If you don't know ASP/VB/C#/.NET, that's a different sort of confusion. ;)