Jump to content

Usefulness of MSDN

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
Nabusman

Nabusman

    Newbie

  • Members
  • PipPip
  • 18 posts
Is it just me or can people actually find what they are looking for using the search function on MSDN local help that comes with Visual Studio 2005?

I can never seem to find what I'm looking for, I end up having to expand .Net Framework SDK/Class Library Reference/ and just looking for the stuff there...

Anyone have a better way of find stuff in this labyrinth?

Nabs

#2
Johnnyboy

Johnnyboy

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
Hey Nabusman... I found that MSDN is very difficult to find anything if you don't know EXACTLY what you're searching.

I Basically went from the idea UP. Like, googling a concept I am trying to accomplish and then finding terms of functions, etc. that were used in someone else's solution, THEN searching up those specific functions on MSDN.

That is basically how I went about it.
:D When things work the way they should it's a wonderful thing! It's the should part that gets me.

#3
Nabusman

Nabusman

    Newbie

  • Members
  • PipPip
  • 18 posts
I see, so its not meant as a platform for discovering methods, functions, etc but rather as a refrence in case a programmer forgets how to use some function.

Thanks I'll try that approach

Nabs

#4
Johnnyboy

Johnnyboy

    Learning Programmer

  • Members
  • PipPipPip
  • 56 posts
yes, I've never had any breakthrough success using it to find new things... only finding lots of details about a method, function etc that I already had an idea might be what I was looking for.

Stinks I know. Maybe someone else has had a different experience? Anyone?
:D When things work the way they should it's a wonderful thing! It's the should part that gets me.

#5
Frantic

Frantic

    Learning Programmer

  • Members
  • PipPipPip
  • 91 posts
I've seen nothing that matches the information in the MSDN for any other language. It is huge and has all the information you need. Finding it is another story. I generally search google for it and end up on MSDN. Use Google :)

#6
CygnetGames

CygnetGames

    Programmer

  • Members
  • PipPipPipPip
  • 119 posts
I tried using whatever version of MSDN came with VB6, but I could never get the hang of it.
Like you have already said, if you know the name of a specific function then it's fine and will give you loads of info, but for finding out anything general it's useless.

I stopped bothering with it after a while and I've used google ever since.

#7
Crane

Crane

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 398 posts
I've never used or installed the local version. I've never felt the need to waste space (like 2 gigs right) when it is free and updated on the web.

#8
CygnetGames

CygnetGames

    Programmer

  • Members
  • PipPipPipPip
  • 119 posts
How long has it been on the web?
I was sure you had to pay for it when I used it (about 3 years ago).

#9
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I think it has always been on the web. I used it back before .NET and it was free on the web. You had to pay for the MSDN CDs (I think it was a monthly fee and they shipped new libraries each month).

#10
LogicalVue

LogicalVue

    Newbie

  • Members
  • PipPip
  • 10 posts
Lately, I've also found myself not using the locally installed copy of MSDN and instead just searching the web version with Google.
Paul Lefebvre

LogicalVue Software, Inc.: REALbasic software, consulting and training
Software Made Simple: A REALbasic Blog
RBDevZone: Free software and articles for REALbasic

#11
CygnetGames

CygnetGames

    Programmer

  • Members
  • PipPipPipPip
  • 119 posts

Jordan said:

I think it has always been on the web.
Wow, well I didn't know that.
When I was at school 3 years ago, they didn't have the local version installed on their computer systems because they couldn't afford the monthly subscription, but they never told us it was on the web. They must not have known.