Nach Ordnungsbegriffen durchsuchen

The dream of "half-automatic" Automation Properties
02 Mai 08 11:12 | .NET Rocker » TrivadisContent
Everyone who has worked with WPF knows the interface INotifyPropertyChanged. It only defines the PropertyChanged-event, that should be called when a property’s value has been changed. The PropertyChanged-event is used by WPF’s Data Binding...
C# 3.0 and WPF’s ListView
12 Dezember 07 10:31 | WPF, XAML, .NET, C# and more » TrivadisContent
In many applications you want to fill up a ListView or a GridView with some data. In WPF applications you set the View-Property of the ListView to a GridView to show the data nicely in columns. In most cases you have an entity class (think of it as a...
Abgelegt unter: , , ,
TechEd Developers 2007 in retrospect - Wednesday
26 November 07 05:35 | WPF, XAML, .NET, C# and more » TrivadisContent
Wednesday at TechEd was another "linqy" day for me. In the morning I joined the session "LINQ to XML", with speaker Mike Taulty. With LINQ to XML there is a new XML-API as Part of .NET 3.5 which sits in the namespace System.Xml.Linq. LINQ...
Abgelegt unter: , , , ,
TechEd Developers 2007 in retrospect - Tuesday
17 November 07 02:48 | WPF, XAML, .NET, C# and more » TrivadisContent
On the second day at TechEd, the first session I joined had the title "Cool Looking 3D visualizations with Windows Presentation Foundation (WPF)" (Speaker: Dennis Vroegop). The WPF has a "built-in" 3D-API, and this session showed what...
Abgelegt unter: , , ,