March 2013
Beginner
384 pages
9h 45m
English
CHAPTER 11
![]()
Developing WPF Applications
In Chapter 10, you learned how to build the data access layer of an application. To implement its logic, you used the classes of the System.Data namespace. These classes retrieve and work with relational data, which is a common requirement of many business applications. You are now ready to look at how users will interact with your application. Users interact with an application through the user interface layer. This layer, in turn, interacts with the business logic layer, which, in turn, interacts with the data access layer. In this chapter, you will learn how to build a user interface layer with the ...
Read now
Unlock full access