Results 1 to 13 of 13

Thread: Where do you go for information?

  1. #1

    Thread Starter
    Special Guest - Microsoft
    Join Date
    Dec 2007
    Posts
    36

    Where do you go for information?

    Last question from me most likely:

    Where do you go for information (for your technology, for your solution, for your business)?



    PS: THANK YOU all for outstanding questions and thoughful discussions. You can always find me/us hanging out in our team blog and sometimes in the forums.
    Paul Yuknewicz
    Lead Program Manager
    Microsoft Visual Basic
    http://msdn.com/vbasic

  2. #2
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    Re: Where do you go for information?

    I am slightly confused on what you mean, but for help I would usually google it.

    For example, today I was making a custom profile class by inherting the profile class from .net 2.0
    I had a date field which i needed to convert to varchar in my sproc. All I did was type in MSSQL DATE CONVERT in google, and voila I was given 1000's of pages on what to do .

    Ofcourse the answer was simple, its simply the Convert () function hehe.

    when I need information on how something works, I would usually go to msdn. For example I will be coding a file upload later on, and i know I will go to the MSDN for the sample code to use

  3. #3
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Where do you go for information?

    First thing i do is probably go to google and search, once the search is completed i specifically look for MSDN documentation, links to CodeProject, CodeGuru or other big developer community sites (since i find they are most helpful). If i find nothing i come here do a search and if there is nothing ill ask a question in the appropriate forum.

  4. #4

    Thread Starter
    Special Guest - Microsoft
    Join Date
    Dec 2007
    Posts
    36

    Re: Where do you go for information?

    Thanks Masfenix, your answer is exactly the kind of thing we're trying to understand.

    When you say MSDN, are you talking about the main msdn.com site, the msdn.com/vbasic dev center, or otherwise?
    Paul Yuknewicz
    Lead Program Manager
    Microsoft Visual Basic
    http://msdn.com/vbasic

  5. #5

    Thread Starter
    Special Guest - Microsoft
    Join Date
    Dec 2007
    Posts
    36

    Re: Where do you go for information?

    Paul M - what big developer community sites do you look at?
    Paul Yuknewicz
    Lead Program Manager
    Microsoft Visual Basic
    http://msdn.com/vbasic

  6. #6
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    Re: Where do you go for information?

    WIth MSDN, I find the articles too boring, well only because I have better things to d oin my years of beeing a teenager haha.

    I usually just go on the library. Search up the class name and work with that.

  7. #7
    Fanatic Member
    Join Date
    Feb 2006
    Posts
    607

    Re: Where do you go for information?

    * sorry I cant edit post.
    I also hope that the code provided in the library would be vb, even though most of the time it is, Ive found a few examples which wernt, and they were too hard for me to convert.

  8. #8

    Thread Starter
    Special Guest - Microsoft
    Join Date
    Dec 2007
    Posts
    36

    Re: Where do you go for information?

    I can see how a lot of (blah, blah, blah) text can be boring. What about these short How To videos? e.g. go to msdn.com/vbasic/, click on Learn, check out the videos...
    Paul Yuknewicz
    Lead Program Manager
    Microsoft Visual Basic
    http://msdn.com/vbasic

  9. #9
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,710

    Re: Where do you go for information?

    I go straight to msdn as I dont want to waste my time with google returning all kinds of diluted links. I want the function's definition and a code example, thats it period.

    I would like to recommend if you could send feedback to whomever is in charge of the msdn code examples if they could provide vb.net examples to and not just C# (although I can usually convert them but its an extra step and the documentation follows the C# code example so its harder to follow)
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  10. #10
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,710

    Re: Where do you go for information?

    Quote Originally Posted by PaulYuk_MS
    I can see how a lot of (blah, blah, blah) text can be boring. What about these short How To videos? e.g. go to msdn.com/vbasic/, click on Learn, check out the videos...
    The videos are actually better IMO then a long written code example as you get the extra benefit of the hosts extra voice comments about the topic. Plus any specifics that usually wont get added to the textual documentation and of course you get to se the code in action.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  11. #11
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Where do you go for information?

    I always go to Google first. If it's something I'm not sure of, Google helps return forum posts and articles about the exact topic I search for.

    If it's something I already know but I need to know how it works, I always go to the MSDN... but through Google. I've found I get better and easier to read results from google when I type "MSDN" plus the class/namespace/method I am looking for. Don't get me wrong, I love MSDN but the search, IMHO, doesn't return the most readable or useful results like Google does.

    After that, if I still need help, I'll consult a fellow developer or search on forums like VBForums or CodeGuru.
    Quote Originally Posted by RobDog888

    I would like to recommend if you could send feedback to whomever is in charge of the msdn code examples if they could provide vb.net examples to and not just C# (although I can usually convert them but its an extra step and the documentation follows the C# code example so its harder to follow)
    I've never run into anything on the MSDN that didn't have an example in at least VB and C#. What are you running into that only has C#? Articles as opposed to documentation?
    Quote Originally Posted by masfenix
    * sorry I cant edit post.
    Why not? I just edited this one
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  12. #12

    Thread Starter
    Special Guest - Microsoft
    Join Date
    Dec 2007
    Posts
    36

    Re: Where do you go for information?

    Good points. We're working on equalizing the vb samples .. you should see some progress already. Plus there's folks like BethMa working full time on exclusive kick butt VB content
    Paul Yuknewicz
    Lead Program Manager
    Microsoft Visual Basic
    http://msdn.com/vbasic

  13. #13
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Where do you go for information?

    Quote Originally Posted by PaulYuk_MS
    Paul M - what big developer community sites do you look at?
    Well as mentioned, codeguru.com, codeproject.com are the two main ones that have been of most help to me (their articles specifically).

    Otherwise if i see a link to an old resolved thread in the MSDN forums or VBForums i will always have a look.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width