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
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.