Simple CRUD with Silverlight

I spent a couple of hours putting together a simple CRUD (Create, Retrieve, Update, Delete) application with Silverlight 2.0 beta 2.

Most of the examples I’ve seen use LINQ to SQL; that’s fine, but I wanted to do something without that intermediate layer. Having said that, I ended up in effect writing my own object-relational mapper. Still, it’s nice to know exactly what the code is doing.

I’ve described the project in a little more detail here.

VN:F [1.9.1_1087]
Rate this post
Rating: 0.0/10 (0 votes cast)

Related posts:

  1. WCF Sessions with Silverlight and Flex
  2. Recreating iTunes in Silverlight
  3. Sample code for a very very simple VB database application
  4. A Silverlight database application with image upload
  5. Silverlight data, image upload example code

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>