Tweet Moving from PowerBuilder to Silverlight 4 – The Retrieval Argument . Similarities to PB Retrieval Arguments when using Silverlight 4 & WCF RIA Services This is for PowerBuilder developers who are learning Silverlight 4. If you are simply looking to learn how to pass a value to a query and limit the result set …
Tag Archive: WCF RIA
Sep 08
Silverlight 4 with WCF RIA Services – Joining Tables
Tweet Silverlight 4 with WCF RIA Services – Joining Tables . It should be easier to join tables… A simple Google search will show that it isn’t overly intuitive to join tables using the Entity Framework with Linq to SQL. I’m not sure yet if I’m a fan of LINQ, have found myself making database …
Sep 03
WCF RIA Services – Manually Adding a View to existing Entity Framework
Tweet WCF RIA Services – Manually Adding a View to existing Entity Framework When the real-world automatic stuff doesn’t work… you can add entities manually Complex Views – Appear to get skipped upon “Update Schema from Database” I’ve got one database view that is more complex than the visual editor seems to be capable of …