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
F

feeza_n3n

@feeza_n3n
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How not to catch the exception
    F feeza_n3n

    While looking into some production issues and after much looking into the few functions that span over 700-1000 lines, I stumbled upon the root cause. Oh my what a priceless gem!

    private static int somefunction(some params)
    {
    int iKey = -1;
    try
    {
    //codes transaction
    }
    catch (SqlException ex)
    {
    return iKey;
    }
    catch (Exception ex)
    {
    return iKey;
    }
    finally
    {
    //release or closed whatever
    }

      return iKey;
    

    }

    The Weird and The Wonderful ruby announcement

  • There is no hope II
    F feeza_n3n

    oh ya.. Way back in college days, we had Discrete Math subject for 2 consecutive semesters and I didn't understand what was this teacher talking about.He TALKED/WROTE to the board a lot than to his students. Wasted the entire semesters with him.*sigh*

    The Lounge com tutorial question learning

  • Now you're just being silly...
    F feeza_n3n

    My Husband got to read this!! :laugh: :laugh:

    The Lounge help question
  • Login

  • Don't have an account? Register

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