Server vs. Client AJAX
It’s important to understand the difference between server-centric “AJAX” and client “pure” AJAX. In server-centric AJAX applications, even though the application leverages asynchronous calls between...
View ArticleOverview of Windows Presentation Foundation
WPF is a set of .NET Framework classes that you can use to build attractive and functional UIs for Windows-based client applications. WPF uses the DirectX graphics engine to provide sophisticated...
View ArticleMVVM in WPF
Key characteristics of VIEW ? The view is a visual element, such as a window, page, user control, or data template. The view defines the controls contained in the view and their visual layout and...
View ArticleRouted Events in WPF
When you are first getting started with WPF, you will likely use routed events without even knowing you are using them. For example, if you add a button to your window in the Visual Studio® designer...
View Article