by Peter Bahaa
7. April 2010 22:58
Telerik first official release of the Data Services Wizard, but with more many new features, After Telerik release of OpenAccess ORM Q1 2010 , there were many issues come out with DSW, due great changes to the core of the ORM, having a new feature of Domain Model, and changes in the assembly names made it impossible to work with DSW of the new version of OpenAccess, So Telerik OpenAccess DSW team, fixed this add the proper enhancement and enable the wizard to work with the new Domain Mo...
[More]
by Peter Bahaa
6. February 2010 09:47
This video simply demonstrates how to use Telerik OpenAccess Data Services wizard to generate WCF endpoints WCF service Telerik Data Services Wizard Beta1-WCF from Stephen Forte on Vimeo.
by Peter Bahaa
6. February 2010 09:45
this video simply demonstrate how to use Telerik OpenAccess Data Services wizard to generate Astoria 1 Service Telerik Data Service Wizard Beta1-Astoria from Stephen Forte on Vimeo.
by Peter Bahaa
14. September 2009 03:27
Telerik released a new CTP that fixes most of the bugs has been issued in the August CTP like 1- there were no way to select property to be Title and Summary for the Atom Feed 2- the application is working only on a specific version of Telerik OpenAccess So what they add new is The Automatic Version Selection for Telerik OpenAccess , through saving different version of Telerik OpenAccess in version store and load them when needed on the fly, and the second feature was adding a property sele...
[More]
by Peter Bahaa
14. September 2009 03:19
In this video I'm simply demonstrating how to generate Atom Publishing protocol WCF service from pre-generated Telerik OpenAccess Entities using Telerik OpenAccess WCF Wizard enjoy!
by Peter Bahaa
26. August 2009 00:03
In this video I’m simply demonstrating how to generate WCF services from pre-generated Telerik OpenAccess Entities using Telerik OpenAccess WCF Wizard, I hope you enjoy it, please send me your comments!
by Peter Bahaa
12. August 2009 02:43
Telerik OpenAccess ORM offers the developer a tremendous benefit by providing the data access plumbing in web and Windows applications. A best practice is to separate your data tier from your UI and business tiers and communicate via a service, such as WCF. In addition to WCF many developers are also using RESTful services such as ADO.NET Data Services or the REST capabilities build into WCF via the WCF REST Starter Kit Preview 2. In order to work with these technologies, the developer has to ...
[More]
by Peter Bahaa
13. July 2009 22:11
The Microsoft Oslo platform is a new model driven development paradigm. Developers can model their applications using the new M language. M allows you to define a structure for your data as well as represent it in graph based values. Representing values in the M language is very similar to JSON, which will allow you to represent your data in name/value pairs. Here is an example of M values in action: People { { Id=>1, Name=>"Steve", Age=>36}, { Id=>2, Name=>&...
[More]