Share via


WPF & .NET 4.5 new features – Part 1

I just wrote and article on nullskull.com. Planning article series with simple code examples. You can read article at following link.

https://nullskull.com/a/10476646/wpf--net-45-new-features--part-1.aspx

Comments

  • Anonymous
    November 28, 2013
    Thanks for this excellent article and understandable even for a beginner in WPF. Just a little question which , I hope , will not be stupid : Is this code supported on a Windows 7 or only on Windows 8 and higher ? I have ( for the moment ) only Windows 7 fully updated ( Ultimate edition with en-us and fr-fr language packs installed )

  • Anonymous
    December 05, 2013
    @Papy Normand, Hi thanks. I am glad that you find it useful. The given code will work on Windows 8 only with Visual Studio 2012. If you want to try it on Windows 7, make sure you have .NET 4.5 installed and then you can manually copy paste code from the source code to yours. You need to create WPF Application project targetting .NET 4.5 for this.