some thing about .NET Framework and C# procedure with fun.....


C# -Part-02

In our previous note I showed up some introduction type information about C#. Now I explain every parts of C# briefly.
The last topic of previous note was:
The interesting thing of .NET framework is that, it has a great & various types of use. Like as:

  1.     Windows Applications;
  2.     Web applications ;
  3. Web services.

    For compiling any program that implemented by .NET Framework used a software name “Visual Studio” which is available in internet. The visual studio run with the help of Host.
    So, let’s see some .NET language:

             1.   Visual Basic ;
             2.    C# ;
             3.   C++ ;
             4.    J++  ;
             5.    A++ ;
            6.    L++, etc.
      

    But from this all, I am discussing about only C#.
    There have 2 types of Application in C#. 
    These are:
            
              1.   Windows form Application ;
              2.    Console Application.
     


    Windows form is a graphical representation of any application that provides a platform for writing high level application for Computer & Computer system like as: Desktop, laptop, Android Phone etc. For using any windows form application internet is highly needed.

    For Console Application there is no need of internet, because Cole application only provided the interface between user & computer & computer system.



    I said many serious things already. So, before going the next part let’s see something new that are at a time funny & more effective for slow learner.


    For understanding more easily we can compare the main structure of C# with a Human body.  We all know that our brain gives us only instruction/command nothing else. But the prossing phase fully complete into our body not in our brain.


    For example, we consider a mosquito. If a mosquito sit upon our hand or leg then brain just command that “kill !! Kill upon the mosquito” & our hand goes there & beat upon the mosquito. Brain do not come for beating the mosquito any more. One  more  thing, where  the  mosquito  sittings  brain also  gives  a  proper  information  to the hand .    

    Related Image Of this Example


    So, C# is nothing but like that. Those content that are written into the main class, work like as instructor or commander. They call many functions from another class or project. These functions have been define before that which function proceed which parts.

    So, in my next note I will discuss about function & related contents of function. So let’s follow us and continue to reading.

    written by - Munira Mou
    Edited by - M SR 


Comments