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
G

Ganjah786

@Ganjah786
About
Posts
9
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Naming Conventions
    G Ganjah786

    no more notepad then :-)

    C# csharp tutorial question

  • Naming Conventions
    G Ganjah786

    I notice there is no more use of the prefix for the type of the variable anymore. I'm use to using a variable named say "strName" to say the type is a string. Wouldn't the use of just "Name" be a little confusing if you didn't know its type just by looking naming standard for all you know it could be a integer, boolean (hopefully not!)?

    C# csharp tutorial question

  • Naming Conventions
    G Ganjah786

    Hi ppl. What sort of naming standards should you use for C#? Should variable names in the class start with "m_str" for example? thanks

    C# csharp tutorial question

  • Constructors
    G Ganjah786

    Tried that with the base classes constructor being private but then I can't inherit from it ( compile error ). eg. public class inheritance { public String strName; private inheritance() { showMessage(); } public virtual void showMessage() { MessageBox.Show("Base Class"); } } public class inheritance2: inheritance { public String strTest; public override void showMessage() { MessageBox.Show("inheritance2"); } }

    C# question

  • Constructors
    G Ganjah786

    Hi, In an inherited class is it possible to stop the base class constructor from being called? Thanks

    C# question

  • Database Compare
    G Ganjah786

    Thanks Bill, I have done that before but unfortunately it makes it database specific. eg have to use all_tables in Oracle. I was hoping maybe ADO.net had a generic method of getting the structure of the database similar to how you create a XML schema by dragging over the tables from the database explorer. Ash

    Database csharp database question

  • Database Compare
    G Ganjah786

    Hi all, I am thinking about writing a program to compare two databases. Basically I need to know what tables are missing or added and what the differences between them are. Has anyone done anything like this before that could give me some pointers? I will be trying to do it using C# and hoping it won't be database specific (if possible). Thanks Ash

    Database csharp database question

  • Source codew repositories
    G Ganjah786

    We got the demo for Vault looks good. Pretty similar to VSS. But @ $500 per seat might be hard to push through. Thanks Ash

    IT & Infrastructure question

  • Source codew repositories
    G Ganjah786

    Hi all, We currently use PVCS as our code repository, but we are considering moving to something else. Does anyone have any recommendations? (MS VSS seems to get a whipping everytime I mention its name) Thanks Ash

    IT & Infrastructure 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