Drop GDI+ in WinForms and move to WPF
Recently a friend of mine came to me asking for some advice on his first C#-project, in which he had to port an existing application to the .NET Framework. He had some minor issues with drawing … more
Recently a friend of mine came to me asking for some advice on his first C#-project, in which he had to port an existing application to the .NET Framework. He had some minor issues with drawing … more
If you’re developing applications in WPF or Silverlight you’ll most likely be using the property change interfaces available instead of writing complex XAML code, or you should … In … more