Windows Forms in Action

Windows Forms in Action
Author: Erik Brown
Publisher:
Total Pages: 844
Release: 2006-05-07
Genre: Computers
ISBN:

"Second edition of Windows forms programming with C#."

Windows Forms 2.0 Programming

Windows Forms 2.0 Programming
Author: Chris Sells
Publisher: Pearson Education
Total Pages: 1294
Release: 2006-05-16
Genre: Computers
ISBN: 0132797488

Windows Forms 2.0 Programming is the successor to the highly praised Windows Forms Programming in C#. This edition has been significantly updated to amalgamate the sheer mass of new and improved support that is encompassed by Windows Forms 2.0, the .NET Framework 2.0, and Visual Studio 2005. This is the one book developers need in order to learn how to build and deploy leading-edge Windows Forms 2.0 applications. Readers will gain a deep understanding from Sells and Weinhardt’s practical, well-balanced approach to the subject and clear code samples. • Windows Forms 2.0 fundamentals, including forms, dialogs, data validation, help, controls, components, and rendering • Static and dynamic layout, snap lines, HTML-style flow and table layout, automatic resizing, and automatic cross-DPI scaling • Office 2003-style tool strip control coverage, including dynamic layout and custom rendering • Design-time integration with the Visual Studio 2005 Properties Window and Smart Tags • Resource management, strongly typed resources, and internationalization considerations • Strongly typed application and user settings • SDI, MDI, Single Instancing, Multiple-Instance SDI, Single-Instance MDI, database-centric, and document-centric applications • Databinding data-source management, drag-and-drop databinding, the BindingSource, the BindingNavigator, and applied databinding • Events, delegates, multithreaded UIs, long-running operations, simplified multithreading with the BackgroundWorker, and asynchronous web service calls • ClickOnce application development publishing, shell integration, and partial trust security • Best practices for developers transitioning from Windows Forms 1.0 and MFC

Windows PowerShell in Action

Windows PowerShell in Action
Author: Bruce Payette
Publisher: Manning Publications
Total Pages: 0
Release: 2011
Genre: Microsoft Windows (Computer file)
ISBN: 9781935182139

A guide to using Windows PowerShell to script Windows administrative tasks and control Windows from the command line.

.NET in Action, Second Edition

.NET in Action, Second Edition
Author: Dustin Metzgar
Publisher: Simon and Schuster
Total Pages: 358
Release: 2024-07-23
Genre: Computers
ISBN: 1638355428

Learn to build standout line-of-business applications using Microsoft’s .NET Framework, the premier platform for enterprise business development. Based on the bestselling .NET Core in Action, the new .NET in Action, Second Edition has been completely rewritten and updated by original author Dustin Metzgar—an industry veteran who helped develop both the original .NET Framework and .NET Core. .NET in Action, Second Edition presents the big picture of .NET application development, introducing core concepts like: Designing applications to take full advantage of .NET 8 Integrating the latest C# and .NET features Building web services and applications with ASP.NET Core Working with data in files and remote services, and databases via Entity Framework Core Verifying code with unit and integration tests Make applications ready for internationalization Benchmarking and analyzing application performance .NET in Action, Second Edition offers a clear-headed introduction to implementing full-featured, cross-platform professional applications on the Microsoft .NET platform. It compiles the must-know skills of .NET into a format that’s clear and easy to follow. In each chapter, you’ll build new applications, pick up essential .NET skills, and test your knowledge against handy exercises. Foreword by Scott Hanselman. About the technology The Microsoft .NET platform is a godsend for application developers. .NET provides a comprehensive framework, with consistent tooling for web, mobile, and line-of-business applications, high-performance games, and massive distributed systems. A perfect blend of power and flexibility, its just-in-time compiler runs multiple languages, including C#, Visual Basic, and F#. About the book .NET in Action, Second Edition teaches you to build cross-platform applications and services on the .NET platform. It gives you the big picture, systematically presenting the features you need to ship high-quality apps, without bogging you down in low-level details. You’ll learn to benchmark and analyze performance issues, secure your sites and products, and explore modern architectures like microservices. This totally-revised new edition now covers .NET 8 and new C# language features, along with updates to ASP.NET Core and Entity Framework Core. What's inside Take advantage of the latest C# and .NET features Secure your applications Performance analysis and tuning Modern application design techniques About the reader For beginning-to-intermediate developers on any platform. No .NET experience required. About the author Dustin Metzgar is a seasoned developer and architect. At Microsoft, Dustin contributed to the .NET Framework, .NET Core, and the open sourcing of .NET. The technical editor on this book was Gerald Versluis. Table of Contents PART 1 1 Why.NET? 2 Building a console application 3 Creating web ser vices and applications with ASP.NET Core PART 2 4 File and network I/O 5 Using Entity Framework Core with relational databases PART 3 6 Unit-testing fundamentals 7 Substituting dependencies in tests 8 Integration testing PART 4 9 Security 10 Performance and profiling 11 Handling failures 12 Building world-ready applications 13 Working with containers

Programming WPF

Programming WPF
Author: Chris Sells
Publisher: "O'Reilly Media, Inc."
Total Pages: 874
Release: 2007-08-28
Genre: Computers
ISBN: 0596554796

If you want to build applications that take full advantage of Windows Vista's new user interface capabilities, you need to learn Microsoft's Windows Presentation Foundation (WPF). This new edition, fully updated for the official release of .NET 3.0, is designed to get you up to speed on this technology quickly. By page 2, you'll be writing a simple WPF application. By the end of Chapter 1, you'll have taken a complete tour of WPF and its major elements. WPF is the new presentation framework for Windows Vista that also works with Windows XP. It's a cornucopia of new technologies, which includes a new graphics engine that supports 3-D graphics, animation, and more; an XML-based markup language, called XAML, for declaring the structure of your Windows UI; and a radical new model for controls. This second edition includes new chapters on printing, XPS, 3-D, navigation, text and documents, along with a new appendix that covers Microsoft's new WPF/E platform for delivering richer UI through standard web browsers -- much like Adobe Flash. Content from the first edition has been significantly expanded and modified. Programming WPF includes: Scores of C# and XAML examples that show you what it takes to get a WPF application up and running, from a simple "Hello, Avalon" program to a tic-tac-toe game Insightful discussions of the powerful new programming styles that WPF brings to Windows development, especially its new model for controls A color insert to better illustrate WPF support for 3-D, color, and other graphics effects A tutorial on XAML, the new HTML-like markup language for declaring Windows UI An explanation and comparison of the features that support interoperability with Windows Forms and other Windows legacy applications WPF represents the best of the control-based Windows world and the content-based web world. Programming WPF helps you bring it all together.

Pro .NET 2.0 Windows Forms and Custom Controls in C#

Pro .NET 2.0 Windows Forms and Custom Controls in C#
Author: Matthew MacDonald
Publisher: Apress
Total Pages: 1052
Release: 2006-11-22
Genre: Computers
ISBN: 143020110X

*The first advanced book offering important .NET 2.0 insights into C# and Windows Forms *Explains taking .NET controls to highest level for programmers, with advanced customizations *Follows the successful formula of the previous edition (1590590457), examining all the .NET controls from old staples to the new .NET 2.0 controls

Windows Forms Programming with C#

Windows Forms Programming with C#
Author: Erik E. Brown
Publisher: Manning Publications
Total Pages: 756
Release: 2002
Genre: Computers
ISBN: 9781930110281

The new C# language and Internet software services have received much of the attention surrounding Microsoft's new .NET environment. However, Microsoft has also redesigned the way Windows desktop applications will be created and deployed in the future. Intended as a tutorial for C++ and Java programmers at all levels, this book shows how C# and the .NET framework can be used to develop Windows applications with .NET. As a way to demonstrate how Windows Forms applications are constructed, the book provides a chapter-by-chapter guide to building an image application to view, share, and manage digital photos stored on a hard drive or on removable media. Also discussed are Visual Studio 7.0, C# language syntax and usage, Windows Forms controls, ADO.NET, and other topics vital to the creation and deployment of Windows applications in this new environment.

Windows 10 Step by Step

Windows 10 Step by Step
Author: Joan Lambert
Publisher: Microsoft Press
Total Pages: 850
Release: 2015-10-28
Genre: Computers
ISBN: 0735697981

The quick way to learn Windows 10 This is learning made easy. Get more done quickly with Windows 10. Jump in wherever you need answers--brisk lessons and colorful screenshots show you exactly what to do, step by step. Discover fun and functional Windows 10 features! Work with the new, improved Start menu and Start screen Learn about different sign-in methods Put the Cortana personal assistant to work for you Manage your online reading list and annotate articles with the new browser, Microsoft Edge Help safeguard your computer, your information, and your privacy Manage connections to networks, devices, and storage resources