Windows Forms Programming in Visual Basic .NET is the ultimate guide to using the Microsoft .NET forms package. Readers will learn how to build applications that take full advantage of both the rich user interface features of the Microsoft Windows operating system and the deployment features traditi
Windows Forms Programming in C#
โ Scribed by Chris Sells
- Book ID
- 127449023
- Publisher
- Addison-Wesley Professional
- Year
- 2003
- Tongue
- English
- Weight
- 6 MB
- Series
- Microsoft .NET Development Series
- Edition
- 1-st
- Category
- Library
- ISBN
- 0321116208
No coin nor oath required. For personal study only.
โฆ Synopsis
Everything changes in the Microsoft .NET Framework and the C# language, including the creation of graphical user interfaces (GUIs). Windows Forms Programming in C# explains the Windows Forms (WinForms) environment to programmers who have some experience with .NET programming, and in the process (thanks to a clear and deliberate expository style) reveals a lot about .NET to less experienced developers. The overall effect is that almost every reader comes away with better knowledge of .NET, not just its user-interface libraries and behaviors.Author Chris Sells takes care to balance code samples with explanatory text, meaning that most chapters take on a characteristic "code, explanation, effect" style (in which "effect" is usually documented with a screen shot). This approach is effective, and serves both to answer "How do I... questions and inspire "I should give that a try!" exploration. Once in a while, callouts will link two or more screen shots with a sample of code, graphically illustrating how code affects the appearance of a form and how it's represented in the Visual Studio development environment. On top of his clear teaching style, Sells calls attention to workarounds for shortcomings in the .NET environment (particularly where similar limitations don't exist in Microsoft Foundation Classes), helping to improve programmer productivity in the growing .NET environment.
๐ SIMILAR VOLUMES
C# and .NET were made for each other. So, it seems, were Windows and Charles Petzold. Petzold's Programming Windows, first published in 1988 and now in its fifth edition, has been the most authoritative guide to Windows development for one generation of programmers after another. Now, it's joined by
For advanced Window programmers, Visual C++ and ATL/COM familiar, here is the book that fully analyses the Shell programming tools, builds several example Apps in ATL 3.0, and explores undocumented features and bug get-arounds exposed for Win98, plus more.
The how-to guide for creating computer games! Intermediate and advanced programmers learn how to use object-oriented programming to write computer games. * Provides a quick overview of Windows programming with Borland C++ and OWL * Includes a disk containing shareware Windows games as well as
Memory Management: Algorithms and Implementation in C/C++ presents several concrete implementations of garbage collection and explicit memory management algorithms. Every implementation is complemented by an in-depth presentation of theory, followed by benchmark tests, a complete listing of C/C++ so