7 Mistakes Developers make when implementing WP7 Custom Controls - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Friday, August 5, 2011

7 Mistakes Developers make when implementing WP7 Custom Controls

In this article I am going to talk about 7 common mistakes that developers make when implementing Windows Phone Custom Controls. All of the examples given below are taken from real questions that we were asked or from real Windows Phone projects that we have helped developers with the implementation.

Generally, Custom Controls are skinable, themable and reusable controls that once created can be used by simply loading the assembly in any project. All controls that are used in Silverlight for Windows Phone 7 (eg., Button, TextBlock, ListBox) and UserControl are also Custom Controls. Usually Custom Controls inherit from Control, ItemsControl, ContentControl, etc.

 

Read More from: Original Source

No comments:

Post a Comment