| 1 | '''Windows Presentation Foundation''', aka "WFP", is a GUI framework from Microsoft that runs on Windows. It supersedes the older WinForms and is Microsoft's current .NET offering for GUI applications. |
| 2 | |
| 3 | * Cobra How-To: http://cobra-language.com/how-to/WPF |
| 4 | * Web search: https://www.google.com/search?q=wpf |
| 5 | * Amazon search: http://www.amazon.com/s/?field-keywords=Windows+Presentation+Foundation |
| 6 | * MSDN search: http://social.msdn.microsoft.com/Search/en-US?query=Windows+Presentation+Foundation |
| 7 | |
| 8 | See also: [wiki:GUIDevelopment] |