Silverlight represents a web application framework explicitly configured for client-side coding, offering a thorough set of rich internet application options. These include support for multimedia, graphics, animations and interactivity bundled into a single runtime environment.
Category Archives: SILVERLIGHT
Advantages/Disadvantages of Silverlight Client-Side Coding in Web Development Asp.Net C#
Posted by on April 15, 2011
0 comments
Silverlight 4 RIA Services Authentication and Personalization Asp.Net C#
Posted by james on March 14, 2011
0 comments
In real business applications our data is often very valuable and as such we need to know who is accessing what data and control certain data access to only users with privilege. Luckily this is very easy to do with RIA Services. For example, say we want to let only authenticated users access our data [...]