AJAX and Client-Server Architecture with JavaScript

前端 未结 5 553
误落风尘
误落风尘 2021-02-03 13:00

I have to program websites, but I rather don\'t like the static HTML nature. I prefer more of a client-server architecture.

Now I\'ve figured, that with XMLhttp, you can

5条回答
  •  终归单人心
    2021-02-03 13:52

    You can use Silverlight for push notifications. Look at PollingDuplexHttpBinding. Since you are using ASP.Net MVC, adding Silverlight will be easy.

    Look at this page for more information.

提交回复
热议问题