by Peter Bahaa
18. August 2010 21:57
Week ago i started a series of blog posts about coding standards and best practices and i will be posting those post between my personal and Integrant blogs, as one of the most things i love about Integrant is that all the developers are concerned about using coding standards and best practices and approaches, As best practices and coding standards works like a contract between the developers to ensure maintainability, readability, performance and usability, for example I’m writing a piece of ...
[More]
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
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
26. August 2009 09:03
In this video I'm simply demonstrating how to generate Astoria service from pre-generated Telerik OpenAccess Entities using Telerik OpenAccess WCF Wizard, I hope you enjoy it, please send me your comments!
by Peter Bahaa
13. July 2009 05:39
The Microsoft Oslo platform is a new model driven development paradigm. Developers can model their applications using the new M language and store their M code on disk or move their M to the repository in order to share their models and metadata with the rest of their organization. As applications evolve, their models evolve. Developers will now have new versions of their M code. The Telerik Oslo Comparison and Migration Tool allows developers using “May CTP” to compare two M source code ...
[More]
by Peter Bahaa
10. July 2009 02:22
http://silverlight.net/GetStarted/ http://silverlight.net/GetStarted/overview.aspx Release notes (how to move from SL2 to SL3) http://download.microsoft.com/download/9/5/E/95E973B3-17C1-459B-AA1B-20827B867D15/Silverlight%203%20Release%20Notes.htm SL3 Tools for VS2008 http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&displaylang=en Lets light the web.
by Peter Bahaa
27. March 2009 00:43
Iris Generator is a code generator which is meant to be flexible enough to fit many generation scenario. To do so, Iris Generator is based on a modular architecture. Each module (or plug-in) fit a peculiar need. It is then easy to reuse a module in another generation process. You can download it from CodePlex.com : http://irisgenerator.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=8092 The 1.0.2 version includes : A SQL Server 2005 Database analyzer. It transform...
[More]
by Peter Bahaa
26. January 2009 04:49
Unit test is one of power testing methodology for developers code, and its easy , and i as a .net developer , i like that is embedded in VS, by single click you can create a unit test function. If you are working with agile and you have non-stop changing requests, new features and of course bugs, there are no way of not using strong unit-tests, it will always raise a flag, that says MY CODE IS OK, it simply ensure that you have more stable deliveries. In any company, we always care about...
[More]