This post is about the session called What’s new in Silverlight 3 given by Mike Taulty. A major disadvantage of RIA, Rich Internet Application, is that the state is of an application can not be recovered after the browser has been closed. In Silverlight 3 there’s a solution for this problem. In SL3 you are …
Tag Archive: silverlight3
Silverlight 3 Validation and Dataform control
This post is about the session calledWhat’s new in Silverlight 3 given by Mike Taulty. Silverlight 3 has a new way for validating data. The validation rules can be set in a number of different ways: Throwing an exception Adding specific attributes to the classes properties I specifically like the way the business rules can …
Silverlight 3 Out of browser
This post is about the session called What’s new in Silverlight 3 given by Mike Taulty In Silverlight 3 it is now possible to run the application as a standalone desktop application. To enable this functionality this must be enabled in the AppManifest.xml file of the application. The user can now choose to install the …
