Amarundo
Amarundo

Reputation: 2397

Learning Visual Studio 2008 from Scratch

I've never used any version of Visual Studio. I know some SQL and some C, C++, Pascal, etc., from the "olden days" way of programming. My new job requires me to use Visual Studio. I'm just lost at the "jargon" and at where to find things and finding my way around it.

How do I get started?

Thanks.

Upvotes: 0

Views: 1070

Answers (3)

mW00t
mW00t

Reputation: 199

Here is a good place to start with walkthroughs.

http://msdn.microsoft.com/en-us/library/ms165079(v=vs.80).aspx

I think that youtube would also be a great place to check for tutorials on how to get started using the IDE.

Upvotes: 2

Luchian Grigore
Luchian Grigore

Reputation: 258558

A good place to start is google. You can start searching for concepts:

  • solutions
  • project types/project configurations
  • compiling
  • linking
  • adding files/resources/classes/etc.
  • debugging
  • debugging tools and windows

Upvotes: 1

user5398447
user5398447

Reputation:

This is helpful in getting started to get familiar with Visual Studio 2008. Documentation is very helpful.

Upvotes: 1

Related Questions