Results 1 to 6 of 6

Thread: General good practice in VB.Net, is there any?

  1. #1

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Arrow General good practice in VB.Net, is there any?

    I just wish to know good practices in VB.Net, could anybody share some?
    Last edited by dee-u; Aug 7th, 2005 at 10:18 PM.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: General good practice in VB.Net, is there any?

    That's a pretty general question, and it's also a bit subjective, as evidenced by some of the debates on this forum. There are certain "good practices" that ignoring can cause genuine issues, like not calling Dispose on every object that has that method when you're finished with it, and there are others that are just a matter of creating clearer code, like specifying the loop counter or element after the Next keyword.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: General good practice in VB.Net, is there any?

    As I mentioned, it would be really "General."
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  4. #4

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: General good practice in VB.Net, is there any?

    I find this link valuable that I want to share it...
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: General good practice in VB.Net, is there any?

    Here are some links some people may find interesting.

    ADO.NET Best Practices

    Some .NET best practices books.

    ASP.NET Best Practices

  6. #6
    Hyperactive Member
    Join Date
    May 2005
    Posts
    258

    Re: General good practice in VB.Net, is there any?

    Is calling dispose like making the object equal to nothing?
    Currently Using: VS 2005 Professional

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