Manish Dalal's blog
Exploring .net!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
DataGrid
Silverlight
Sponsors
advertise here
Navigation
Home
Blogs
Archives
October 2009 (1)
July 2009 (1)
April 2009 (1)
February 2009 (1)
December 2008 (1)
November 2008 (3)
October 2008 (3)
September 2008 (5)
August 2008 (4)
License
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License
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:
.NET
,
ASP.NET
,
Silverlight
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:
.NET
,
ASP.NET
,
Silverlight
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:
.NET
,
ASP.NET
,
Silverlight
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:
.NET
,
ASP.NET
,
Silverlight
More Posts