• Namespace in C #

    Namespace in C #
    in c #, namespaces are designed to keep a set of distinct names separated. the same class names that are declared in different namespaces do not conflict with each other
  • C # program structure

    C # program structure
    before learning how to build c # programming language blocks, we should explore the basic c # program structure.