March 2013
Beginner
384 pages
9h 45m
English
CHAPTER 12
![]()
Developing Web Applications
In Chapter 11, you learned how to build a simple Windows-based graphical user interface (GUI) using C# and WPF. Although WPF gives programmers the ability to build extremely rich user interfaces easily, it is not always practical to assume users will access your programs through a traditional Windows-based PC. With the proliferation of intranets, web applications, and mobile devices, applications now need to allow users the ability to access the interface through a variety of browsers and devices. This chapter shows you how to build a web-based user interface using ASP.NET. ASP.NET is a web framework and ...
Read now
Unlock full access