All Articles  My Articles  Submit A New Article
123456789101112131415NextLast
WPF - XAML TabControl SelectionChanged Threading Errors Robbe Morris on 05-Sep-08
The following code sample offers a simplistic approach to dealing with threading issues while trying to launch ModalDialogs in the SelectionChanged event of a TabControl, ListBox, or ComboBox.
WPF Enums in XAML And Root Addressing For Images Robbe Morris on 04-Sep-08
This small code sample demonstrates how to use Enum values in your XAML files. It also includes how to set the image source property in your xaml files to image resources in different assemblies such as the BusinessLogic assembly in this sample.
Design Pattern Interview Questions Part 3 Shivprasad Koirala on 30-Aug-08
We continue the part 3 series of design pattern interview questions.We will cover in this section Design patterns ,State , Stratergy ,Visitor ,Adapter and Flyweight pattern
Internet Explorer 8 Beta 2 on Virtual PC 2007 mv ark on 29-Aug-08
Internet Explorer 8 Beta 2 is out! It has some interesting features and improvements that will make even the fanatic Firefox followers sit up and notice. IE 8 Beta 2 is sleeker than ever and if you can't wait to try it out, then well....don't. Install it right away. If you are uncomfortable using beta software, the freely downloadable Microsoft Virtual PC 2007 offers a kind of sandbox that you can IE 8 Beta 2 within.
Common Table Expression in SQL Server 2005 mohan kitusamy on 28-Aug-08
One of the many new features in SQL Server 2005 are Common Table Expressions (CTEs), which provide a more readable and usable approach to derived tables.
123456789101112131415NextLast