Feeds:
Posts
Comments

Posts Tagged ‘RIA.NET’

RIA.NET + Silverlight 3: Store picture in database and display it in UI controls (DataGrid, DataForm)
We have a table in SQL server with field of “Image” type. We add ADO.NET Entity Data Model by standard way:

Then add table to model. Sql type Image by default is mapping on C# Binary type.
Then Domain Service Class.

And [...]

Read Full Post »