DevForce Code First with AOP

added by rcash
11/6/2011 10:56:37 PM

148 Views

We recently released DevForce 6.1.3.In DevForce, you program with a single set of entity classes, the classes you wrote, on both the server and client. DevForce handles the coordination and movement of data across tiers and over the network.


2 comments

vijayst
11/6/2011 10:57:05 PM
I will be happy to see an implementation of Silverlight application using RIA services that implements IDataErrorInfo out of the box.

IdeaBlade
11/8/2011 12:16:20 PM
The Code First Walkthrough he links to is helpful too. (WPF)

http://drc.ideablade.com/xwiki/bin/view/Documentation/code-sample-code-first-walk

What makes it interesting is that the entities get the simplicity of code first and all the advantages of DevForce: LINQ, custom properties, property interception, etc., etc.