DCSIMG
VS2008 - IHateSpaghetti {code}

IHateSpaghetti {code}

VSX, DSL and Beyond by Eyal Lantzman

Syndication

Coding / Architecture

Extensibility /DSL

Projects

Articles

Browse by Tags

All Tags » VS2008 (RSS)
Toolbox items in DSL tools
In this post: 1) General overview of the way the toolbox items work in DSL tools for VS2010 2) Toolbox related Changes from VS2008 to VS2010 3) Customization of static toolbox items - how to grouped model elements into single toolbox item   In VS 2010 we change the way we manage toolbox items from being set explicitly during package initialization to being partially set(*) before the package has been created and initialized. The toolbox items that are set this way called static toolbox item...

Posted by Eyal | 2 comment(s)

WPF stuff and multi touch
  Are you intrigued by multi touch? The Windows Engineering team just posted a great article on how Touch was implemented in Windows 7 and on how software developers can tap into this: http://blogs.msdn.com/e7/archive/2009/03/25/touching-windows-7.aspx#comments Check out these labs to find out how you can use Windows 7 touch with WPF 3.5 SP1: http://code.msdn.microsoft.com/WindowsTouch This WPF 4.0 session from PDC shows you what you can expect next: http://channel9.msdn.com/pdc2008/PC03/  ...

Posted by Eyal | 1 comment(s)

Virtual Earth 3D WPF Component
Infostrat has taken VE3D and wrapped it up in a WPF control that you can just drop right into your XAML, they also put this project, including the source, onto CodePlex under LGPL. You just need VS 2008 and .NET 3.5 SP1. Very cool !

Posted by Eyal | 3 comment(s)

Collections and WPF collection view types
This is more of a general post on various collections and how does WPF bind to them and what are the interfaces that WPF uses in order to manage those collections.   When binding collection to an ItemsControl (TreeView, ListView, ListBox, ComboBox and etc) or to a more simple control (Button, TextBox, TextBlock and etc) WPF creates behind the scene an ICollectionView object. This object can be one of the following types: CollectionView – handles collections that implement IEnumerable ListCollectionView...

Posted by Eyal | with no comments

Visual T4 Generator
What is T4 ? You can find you more info here . Clarius opened a blog for their Visual T4 generato r . You can find more about the features and price , you can download a free community edition as well for VS2005 and VS2008.

Posted by Eyal | 1 comment(s)

תגים:, , , ,