Alex Hoffman

Random thoughts and ramblings

MEF is included in .NET4 Client Profile

Includes new .NET 4  features (such as Managed Extensibility Framework (MEF), C# 4 Dynamic Keyword, etc)

Posted

.NET4 Client Profile deployment size table

Posted

MS recommends that .NET4 Client Profile rather than full framework be primary for WinForms and WPF apps

We recommend that the NET4 Client Profile be utilized as the primary framework for most client desktop applications (including Windows Forms and WPF apps).

Posted

Spelunking C#4: supports mixed Type collections via "dynamic" keyword - new dynamic[] {1 , 2.058, "alex", DateTime.Now}; ...

2009-10-24_1223.png

2009-10-24_1224.png
Posted