August 2008 - Posts

16
Comments

Silverlight Business Application Part 3: Validation (sync) by manish.dalal

This is part three of Building Business Application with Silverlight series that showcases the basic building blocks of a data centric application. Almost all business application will have varying degree of validations. For our example, let say we have a business rule that states that Age must be a number and be greater than 0 and less than 200. ...
Filed under: , ,
5
Comments

Silverlight Business Application Part 2: Delete item by manish.dalal

This is part two of Building Business Application with Silverlight series that showcases the basic building blocks of a data centric application. Deleting an item is quite similar to adding an item. Instead of adding new item to the collection, we just...
Filed under: , ,
14
Comments

Silverlight Business Application Part 1: Add new item by manish.dalal

This is part one of Building Business Application with Silverlight series that showcases the basic building blocks of a data centric application. In classical applications, the DataGrid or similar UI control takes over the control of data and servers...
Filed under: , ,
17
Comments

Building Business Application with Silverlight 2 (Beta 2) by manish.dalal

Silverlight 2 (b2) provides a new way to develop and deploy business applications in the familiar .net environment. Such applications are generally written to automate business processes, provide UI to visualize/manipulate data, and have various business...
Filed under: , ,
More Posts