Getting Started: Silverlight 4 Business Application

Posted by Eric J. on Stack Overflow See other posts from Stack Overflow or by Eric J.
Published on 2010-04-25T18:34:48Z Indexed on 2010/04/25 19:03 UTC
Read the original article Hit count: 209

Filed under:
|

With the arrival of VS 2010 and Silverlight 4, I decided it's time to look into Silverlight and understand how to build a 3-Tier business application.

After several hours of searching for and reading documentation and tutorials, I'm thoroughly confused (and that doesn't happen easily).

Here are some specific points I don't understand. I welcome guidance on any of them, and also would appreciate any references to a really good tutorial.

  • Brad Abrahm's What is a .NET RIA services (written for Silverlight 3) seemed very promising, until I realized I don't have System.Web.Ria.dll on my system. Am I missing an optional download? Was this rolled into another DLL for Silverlight 4? Did this go away in favor of something else in Silverlight 4?
  • This recent blog says to start from a Silverlight Business Application, remove unwanted stuff, create a WCF RIA services Class Library project, and copy files and references from the Business Application to the WCF RIA services project, while manually updating resource references (perhaps bug in B2 compiler). Is this really the right road to go down? It seems very clumsy.

My requirements are to perform very simple CRUD on straightforward business objects. I'm looking forward to suggestions on how to do that the Silverlight 4 way.

© Stack Overflow or respective owner

Related posts about silverlight-4.0

Related posts about crud