I would like to build a client side form of user information. Can I use for validation both technologies as Silverlight and ajax? Does it not infects each other in any way? What about javascript? Can I use all technologies on one page or its better to choose just one of them.
Working with asp.net mvc.
I would like to build a client side form of user information. Can I
Share
Technically you can use whatever you want together.
In my opinion it is good to use HTML5/javascript (webSocket. .. instead of Ajax) and forget about Silverlight.