Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What should a C# developer know before using WPF [closed]

Tags:

I'am more a sysadmin and a webmaster than a developer, but sometime I develop, including C# principally using Winform (and optionally GTK+).

I've started few weeks ago a WPF project, and it seem really powerful, but at start I feel like a hen who found a knife! There is so many difference!

stackoverflow abounds about topic like that, and I've read carefully some who are similar like:

  • Hidden features of WPF and XAML?
  • What all should an expert C#/.Net/WPF developer know?

But, when somebody start with WPF from Winform, What are the differences to which he must pay attention?

[EDIT]

  • What about some advices/links for LINQ with WPF?
  • What about some advices/links WPF Navigation?
like image 369
Pascal Qyy Avatar asked Nov 17 '10 07:11

Pascal Qyy


People also ask

What is the ideal temperature for AC?

The Ministry of Power (Bureau of Energy Efficiency) has said that all room air conditioners (AC) will have to ensure a default temperature setting of temperature in the appliances at 24 degree celsius from January 1, 2020.

Is 72 a good temperature for air conditioning?

Once you have the right size air conditioner, there's still an ideal temperature range to consider. It's best to not set your thermostat lower than 70 to 72 degrees. Most units are not designed to cool a house below that point, and you risk the system freezing up.

Is 74 a good temperature for air conditioning?

Typically, our bodies are most comfortable when the air inside our home is 74-76 degrees. So, a safe setting is 75 degrees. However, this is only necessary when you're in your home.

Is 65 a good temperature for air conditioning?

Room temperature can significantly impact sleep quality, especially if it is too hot or cold. While the optimal air conditioning (AC) temperature for sleeping is 65°F (18.3°C), this may vary slightly among individuals.


1 Answers

WPF is completely different from other systems.

I have a few years of WinForms, Win32 and web programming experience, and I believe my web programming experience helped the most.

As for books, "Windows Presentation Foundation Unleashed" from Adam Nathan, Sams Publishing has helped me tremendously.

like image 51
Pieter van Ginkel Avatar answered Oct 13 '22 22:10

Pieter van Ginkel