You are here: .Net Tutorial
  • .NET Framework

    The .NET Framework is an application (desktop, web, and phone) development platform that provides services for building, deploying.

  • Web Form

    ASP.NET Web Form is event-driven model, provide hundreds of control and component having events. ASP.NET Web Forms lets you build dynamic, powerful UI-driven sites with data access.
    It is one of four programming models(ASP.NET MVC, ASP.NET Web Pages, and ASP.NET Single Page Applications).

  • Web Service

    Web Service is business logic component, which provides functionality via the internet using standard protocols such as HTTP. Web Service uses SOAP(Simple Object Access Protocol) in order to expose the business functionality.

  • WCF

    WCF is a combination of NET remoting, MSMQ, Web Service and COM+.
    WCF = Web Service + Remoting + MSMQ + COM

  • MVC

    MVC(Model View Controller) is a patterns-based way to build dynamic websites that enables a clean separation of concerns.
    The Model represents the application business logic (also Database interaction). The View displays the data to client. The Controller handles the requests from client.It provides full control over markup (HTML, CSS, and JavaScript).

  • SignalR

    ASP.NET SignalR is a new library for developing real-time web functionality. SignalR provides bi-directional communication between server and client. Now Servers can push content to connected clients instantly as it becomes available and client can call methods on server. SignalR supports Web Sockets, and for older browsers falls back to other compatible techniques.

Blog

Active User (1)

 Log In to Chat