Submitted Questions

  • What is Remoting in Advance C#.NET?

    Parvez Borkar

    • Jul 26th, 2006

    Remoting is one of the distributed technologies which is integrated in the .Net framework.Remoting can be defined as a technology which facilitates communication between Application Domains which coul...

  • What is Delegation Model and Delegates in Advance C#.NET?

    akhilesh kumar srivastava

    • May 8th, 2006

    actualy delegates in c# are just like function pointers in c++,the best example is ado.net where sql command works as a deligte because it provide the functonality of three metods1.Execute Reader():-r...

    miral

    • Mar 17th, 2006

    Delegates mean It's Pointer To a Function.Other Events can be raised without direct user's action...For E.g.Email is Receive