CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2009
    Posts
    27

    VS2008: Bookmarking & Good Practices Question

    Forgive this naive question:
    Of what use is the "bookmark a line" option in VS2008?

    Please tell if you know any good programming practices in VS2008. To clarify I would like to give an example:
    A Windows XP user should know what msconfig is, in order to optimize the performance of his OS. The following link mentions some XP tweaks:
    http://reviews.cnet.com/4520-10165_7-5554402-1.html
    Is there a similar link for VS2008?

    Regards,

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: VS2008: Bookmarking & Good Practices Question

    Bookmarks allow you to jump through different parts of your code, that you (book)mark. It is a helpful way to quickly switch from one part to another.

    http://msmvps.com/blogs/vipul/archiv...Bookmarks.aspx
    http://msdn.microsoft.com/en-us/library/bb165979.aspx

    As for the other question, I don't see any connection between good programming practices (in VS2008?) and operating system tweaks.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Apr 2009
    Posts
    27

    Re: VS2008: Bookmarking & Good Practices Question

    Thanks! Those links are real good.
    I have tried asking people about resources on good tips. But I end up getting unrelated answer. This time again, it seems, my example was wrong but those links are exactly what I was looking for!

  4. #4
    Join Date
    Aug 2008
    Location
    Scotland
    Posts
    379

    Re: VS2008: Bookmarking & Good Practices Question

    For "tips and tricks", you could take a look at this link:

    http://www.highprogrammer.com/alan/w...ualstudio.html

Tags for this Thread

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

Featured