Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Sameer Alibhai

@Sameer Alibhai
About
Posts
6
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Gone Are The Days
    S Sameer Alibhai

    What sorts of bad things?

    Author, SharpDeveloper.NET

    The Lounge

  • Database results to Array?
    S Sameer Alibhai

    I would say use System.Collections.Specialized.StringCollection This is a specialized collection of strings.. Or you can use System.Collections.Generic.List i.e. System.Collections.Generic.List myList = new System.Collections.Generic.List(); If you know the exact number of results, array is just raw memory and fastest too, whereas using these above data structures requires some overhead..

    Author, SharpDeveloper.NET

    ASP.NET database csharp asp-net sql-server sysadmin

  • Ha ha
    S Sameer Alibhai

    That is correct, thank you. Here's the VB.net version btnSubmit.Visible = IIf(_mode = "Read", false, true)

    Author, SharpDeveloper.NET

    The Weird and The Wonderful question

  • Ha ha
    S Sameer Alibhai

    Point well taken.

    Author, SharpDeveloper.NET

    The Weird and The Wonderful question

  • Ha ha
    S Sameer Alibhai

    The ones I find really silly and I see quite often in our codeset are like boolIsFive = val = "5" ? true : false Correction: boolIsFive = val == "5" ? true : false; -- modified at 8:14 Wednesday 6th June, 2007

    Author, SharpDeveloper.NET

    The Weird and The Wonderful question

  • Empty catches’ blocks
    S Sameer Alibhai

    FUnny!! The same thing happens at my office all the time, and I even posted an article about it! http://sharpdeveloper.net/content/archive/2007/05/25/do-not-eat-exceptions.aspx Please do read and comment. THank you

    Author, SharpDeveloper.NET (http://www.sharpdeveloper.net)

    The Weird and The Wonderful help database debugging sales tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups