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

Shayne Husson

@Shayne Husson
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Is New() inherently threadsafe?
    S Shayne Husson

    Cheers ;) that makes things clearer for me.

    C# help question

  • Is New() inherently threadsafe?
    S Shayne Husson

    I am trying to get an understanding about making classes thread-safe. Since the constructor is called just once for each instance of a class, does it follow that no other consideration needs to be given to ensure the constructor is thread-safe? Thanks for any help

    C# help question

  • Methodology for Switch based on an object
    S Shayne Husson

    I am learning C#, coming from VB.NET I would like to know what method is commonly used to make a decision based on the contents of an object. For something like: if ( obj is MyType1 ) ... else if ( obj is MyType2 ) ... else if ( obj is MyType3 ) ... could be quite lengthy. Naively: switch( obj ) { case MyType1: ... Case MyType2: ... Case MyType3: ... } This, I realise is incorrect because switch only accepts integral types or strings. Is there another way of doing it? Any help appreciated, Shayne

    C# csharp help question learning

  • Ideal workspace / office for developers
    S Shayne Husson

    What is a "foosball table" ?? Thanks, Shayne

    The Lounge workspace html com beta-testing 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