InfoQ

InfoQ

Topic/Tag specific view

Visual Studio Extensions Content on InfoQ


News about Visual Studio Extensions

Using IL Weaving to Inject INotifyPropertyChanged into Properties

Topics
MSBuild,
XAML,
AOP,
Build systems,
Methodologies,
.NET,
IL Weaving,
Visual Studio Extensions,
Programming

Simon Cropp has released an IL weaving tool that wires property changed notifications into automatically implemented properties. IL weaving is a technique in which the IL code in an assembly is rewritten to add functionality.