Dotnetcat » .NET Books » Examples books
ASP.NET 3.5 For Dummies
|
Author: | Ken Cox |
| List price: | $29.99 | |
| Amazon price: | $5.48 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | For Dummies (19 February 2008) |
Did you volunteer to create a Web site for the softball team? Is it time to take your small business to the next level and let your customers shop online? Well, you can relax! ASP.NET 3.5 makes creating a dynamic site faster and cleaner than ever before, and ASP.NET 3.5 For Dummies makes it easier.
First, you’ll get an introduction to all the tools and terminology you need to understand ASP.NET. If you’ve used earlier versions of ASP.NET and Visual Web Developer, you can probably skip that part and jump right into what’s new in 3.5. You'll make friends with LINQ and SQL, create sites in Visual Web Developer 2008 Express, and much more. Before you know it, you’ll discover how to:
- Integrate data, track shopping cart contents, and whisk away bugs
- Create user interfaces with easy navigation
- Use the ListView control for sophisticated formatting
- Write LINQ queries
- Add a table to a database
- Create an event handler
- Take advantage of the drag 'n' drop feature that lets you write less code
- Put all the features to work to develop dynamic Web applications
The softball team is going to love that Web site, and your customers might enjoy shopping on your site so much that you’ll have to expand your business to fill all the orders! We can’t promise that, of course, but we’re pretty sure that ASP.NET 3.5 For Dummies will make creating Web sites easier and a lot more fun.
Programming .NET Components, 2nd Edition
|
Author: | Juval Lowy |
| List price: | $49.99 | |
| Amazon price: | $24.90 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | O'Reilly Media ( 3 August 2005) |
Brilliantly compiled by author Juval Lowy, Programming .NET Components, Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components.
Following in the footsteps of its best-selling predecessor, Programming .NET Components, Second Edition has been updated to cover .NET 2.0. It remains one of the few practical books available on this topic. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market. In fact, nearly two million Microsoft developers worldwide now work on such systems.
Programming .NET Components, Second Edition begins with a look at the fundamentals of component-oriented programming and then progresses from there. It takes the time to carefully examine how components can simplify and add flexibility to complex applications by allowing users to extend their capabilities. Next, the book introduces a variety of .NET essentials, as well as .NET development techniques. Within this discussion on component development, a separate chapter is devoted to each critical development feature, including asynchronous calls, serialization, remoting, security, and more. All the while, hazardous programming pitfalls are pointed out, saving the reader from experiencing them the hard way.
A .NET expert and noted authority on component-oriented programming, Lowy uses his unique access to Microsoft technical teams to the best possible advantage, conveying detailed, insider information in easy-to-grasp, activity-filled language. This hands-on approach is designed to allow individuals to learn by doing rather than just reading. Indeed, after digesting Programming .NET Components, Second Edition, readers should be able to start developing .NET components immediately.
Programming .NET Components, Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components.
Following in the footsteps of its best-selling predecessor, Programming .NET Components, Second Edition has been updated to cover .NET 2.0. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market.
Programming ASP.NET 3.5
|
Author: | Jesse Liberty |
| List price: | $59.99 | |
| Amazon price: | $28.19 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | O'Reilly Media ( 3 November 2008) |
With Programming ASP.NET 3.5, you'll quickly learn to create state-of-the-art applications using Microsoft's popular web development technology and Visual Studio 2008. This updated bestseller provides comprehensive and easy-to-understand information to help you use several .NET 3.5 technologies for faster development and better web application performance-including ASP.NET AJAX for interactive user interfaces, LINQ for data access, and Windows Communication Foundation (WCF) for web services.
Programming ASP.NET 3.5 includes examples and sample code that let you explore development with ASP.NET in more depth. With this book, you will:
- Learn about AJAX and ASP.NET server controls included with Visual Studio 2008
- Discover how to use the DataSource and data-bound controls in ADO.NET
- Use the new LINQ API and learn how to make use of it within ASP.NET pages
- Create a uniform look and feel throughout your application with Master Pages
- Use navigation controls to build site maps, menus, and breadcrumbs quickly and easily
- Build and use various web services with WCF
- Detect errors during development and handle them in your production code
- Learn how to configure and deploy your website
Written by Microsoft technology experts Jesse Liberty, Dan Hurwitz, and Dan Maharry, Programming ASP.NET 3.5 is the best book for learning how to build dynamic, interactive web applications using Microsoft's latest technologies.
User Interfaces in VB .NET: Windows Forms and Custom Controls
|
Author: | Matthew MacDonald |
| List price: | $49.95 | |
| Amazon price: | $0.01 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress ( 8 July 2002) |
¿User Interfaces in VB.NET: Windows Forms and Custom Controls¿, goes beyond simple coverage of the Windows Forms and GDI+ namespaces by combining a careful treatment of the API with a detailed discussion of good user-interface design principles. After reading ¿User Interfaces in VB.NET: Windows Forms and Custom Controls¿, you'll know how to design state-of-the-art strategies, program graphics, and much more. This book contains the following: 1. An overview of how to design elegant user interfaces the average user can understand. 2. A comprehensive examination of the user interface controls and classes in .NET. 3. Best practices and design tips for coding user interfaces and integrating help Although this book isn't a reference, it does contain detailed discussions about every user interface element you'll use on a regular basis. But you won't just learn how to use .NET controls--you'll learn how and why to extend them with your own custom controls. As a developer, you need to know more than how to add a control to a window. You also need to know how to create an entire user interface framework that's scalable, flexible, and reusable. About the Author Matthew MacDonald is an author, educator and MCSD developer. He's also a regular contributor to programming journals like ¿Inside Visual Basic and C# Today¿, and the author of several books about programming, including ¿The Book of VB .NET¿ and ¿ASP.NET The Complete Reference¿.
Pro .NET 4 Parallel Programming in C# (Expert's Voice in .NET)
|
Author: | Adam Freeman |
| List price: | $59.99 | |
| Amazon price: | $43.20 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (28 May 2010) |
Parallel programming has been revolutionised in .NET 4, providing, for the first time, a standardised and simplified method for creating robust, scalable and reliable multi-threaded applications. The Parallel programming features of .NET 4 allow the programmer to create applications that harness the power of multi-core and multi-processor machines. Simpler to use and more powerful than “classic” .NET threads, parallel programming allows the developer to remain focused on the work an application needs to perform.
In Pro .NET 4 Parallel Programming in C#, Adam Freeman presents expert advice that guides you through the process of creating concurrent C# applications from the ground up. You’ll be introduced to .NET’s parallel programming features, both old and new, discover the key functionality that has been introduced in .NET 4, and learn how you can take advantage of the power of multi-core and multi-processor machines with ease.
Pro .NET 4 Parallel Programming in C# is a reliable companion that will remain with you as you explore the parallel programming universe, elegantly and comprehensively explaining all aspects of parallel programming, guiding you around potential pitfalls and providing clear-cut solutions to the common problems that you will encounter.
What you’ll learn- Develop scalable and robust parallel applications in C#
- Design, test and use parallel algorithms and data structures
- Understand and implement common parallel design patterns
- Avoid common anti-patterns and problems
- Use Visual Studio to verify and debug parallel applications
This book is for .NET developers encountering parallel or multi-threaded programming for the first time. No prior knowledge of multi-threaded programming is required, but the reader should be familiar with basic programming in C# using Visual Studio.
Table of Contents- Introducing Parallel Programming
- Task Programming
- Sharing Data
- Coordinating Tasks
- Parallel Loops
- Parallel LINQ
- Testing and Debugging
- Common Parallel Algorithms
Beginning ASP.NET 4.0 in C# 2010
|
Author: | Matthew MacDonald |
| List price: | $49.99 | |
| Amazon price: | $30.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress (22 January 2010) |
Beginning ASP.NET 4.0 in C# 2010 follows in the footsteps of the highly successful .NET 2.0 and .NET 3.5 editions, teaching novice users how to use ASP.NET by gradually building their knowledge of the technology up in a pyramidal fashion chapter by chapter.
Comprehensively revised for both ASP.NET 4.0 and the new Visual C# 2010 language this book presents the easiest path to ASP.NET 4.0 mastery.
Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries (2nd Edition)
|
Author: | Krzysztof Cwalina |
| List price: | $59.99 | |
| Amazon price: | $42.98 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Addison-Wesley Professional ( 1 November 2008) |
Framework Design Guidelines, Second Edition, teaches developers the best practices for designing reusable libraries for the Microsoft .NET Framework. Expanded and updated for .NET 3.5, this new edition focuses on the design issues that directly affect the programmability of a class library, specifically its publicly accessible APIs.
This book can improve the work of any .NET developer producing code that other developers will use. It includes copious annotations to the guidelines by thirty-five prominent architects and practitioners of the .NET Framework, providing a lively discussion of the reasons for the guidelines as well as examples of when to break those guidelines.
Microsoft architects Krzysztof Cwalina and Brad Abrams teach framework design from the top down. From their significant combined experience and deep insight, you will learn
- The general philosophy and fundamental principles of framework design
- Naming guidelines for the various parts of a framework
- Guidelines for the design and extending of types and members of types
- Issues affecting–and guidelines for ensuring–extensibility
- How (and how not) to design exceptions
- Guidelines for–and examples of–common framework design patterns
Guidelines in this book are presented in four major forms: Do, Consider, Avoid, and Do not. These directives help focus attention on practices that should always be used, those that should generally be used, those that should rarely be used, and those that should never be used. Every guideline includes a discussion of its applicability, and most include a code example to help illuminate the dialogue.
Framework Design Guidelines, Second Edition, is the only definitive source of best practices for managed code API development, direct from the architects themselves.
A companion DVD includes the Designing .NET Class Libraries video series, instructional presentations by the authors on design guidelines for developing classes and components that extend the .NET Framework. A sample API specification and other useful resources and tools are also included.
Data Binding with Windows Forms 2.0: Programming Smart Client Data Applications with .NET
|
Author: | Brian Noyes |
| List price: | $64.99 | |
| Amazon price: | $19.88 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Addison-Wesley Professional (22 January 2006) |
“Brian Noyes’ writing style easily captures your attention as he elaborates on all aspects of data binding in his book. He has a refreshingly clear and crisp delivery as he starts each chapter with a simple tour of each topic, and then leads you into practical concerns for sound practices and extensibility opportunities. Most importantly, as Brian explains approaches to data-binding architecture, patterns of usage, the value of data sets, binding controls and the rest, he always describes how he reaches his recommendations on the topic. This book is perfect for newcomers to .NET 2.0, but also for those that have some experience. Anyone who cares about data in their applications (okay, that should be almost everyone) is guaranteed to learn something new and useful by reading Brian’s book.”
—Michele Leroux Bustamante, IDesign chief architect, Microsoft regional director, and MVP“Brian has saved me a lot of time. I’m writing The Hitchhiker’s Guide to Visual Studio and SQL Server 2005 (7th Edition) and I’m not going to have to cover data binding nearly as deeply because Brian has done it for me. His book gets right to the meat of the subject and makes data binding look easy. I was also pleased to see that the book focuses on the misunderstood and under-applied Windows Forms architecture. It’s a must-read for anyone trying to make their application more interactive and to leverage the new Visual Studio 2005 technology. I’m planning to point my readers to this resource when they need an in-depth treatment of data binding.”
—William Vaughn, president, Beta V Corporation“Data binding has finally come of age in Windows applications. Back in the Visual Studio 6.0 days, I ignored data binding completely and wrote my own repetitive code to encapsulate my business logic. With Visual Studio 2005, we finally have a robust and compelling data-binding technology. To ignore it today would make you inefficient and put you behind the curve. Brian delivers a clear and concise discussion of a core topic of development for Windows today. A combination of an easy-to-follow conversational yet technical tone, excellent examples, and solid explanations make this a must-read for any developer writing for Windows or learning to write for Windows.”
—Stephen Forte, chief technical officer, Corzen Inc.“This book provides a clear, readable, and in-depth treatment of data binding, with detailed discussions of best practices in the presentation and use of data. Brian communicates his knowledge on the mechanics of data binding to give the low-level understanding that makes all the difference when building sophisticated applications and troubleshooting difficult problems. Effective data binding can enormously reduce the amount of code in your applications and will allow new levels of sophistication in your development. Read this book.”
—Jonathan Cogley, chief executive officer, Thycotic, ASPInsider, and C# MVP“The .NET Framework 2.0, Visual Studio .NET 2005, and Windows Forms 2.0 incorporate the most powerful data-binding platform yet, and absolutely need a book like this to expose it. Brian’s extensive data-binding knowledge and experience shine through as he comprehensively explores its many facets, starting with the fundamentals before tackling a wide variety of real-world scenarios. I’ve always thought a data-binding book was necessary, and I’m glad Brian found the time to write his.”
—Michael Weinhardt, freelance author and application developer“Data Binding with Windows Forms 2.0 earns a gold star and a prized place in my development book library. Brian is an exceptional teacher of technology, best practices, and technique. He continues to educate at every presentation I attend; his book carries that quality to paper. I found this book to be highly informative and full of all the important steps and examples necessary to learn this technology. In this book, Brian demonstrates a firm grasp on the concepts and I really enjoy his efforts to promote best practices at every chance. Definitively a cover-to-cover read.”
—Randy Hayes, president, Expert Network Solutions, Inc.“Brian’s direct and well-organized presentation makes this much misunderstood topic finally understandable.”
—Sahil Malik, author of Pro ADO.NET 2.0 and C# MVP
Data binding is the most important part of many business applications—and one of the most difficult things to understand. Data Binding with Windows Forms 2.0 is the first book to focus on this crucial area of development. It will quickly get you up to speed on binding data sources to Windows Forms components. The book contains clear examples in C# that work with SQL Server 2000 and SQL Server 2005. Visual Basic .NET examples are available on the book’s Web site.
Brian Noyes, leading consultant and speaker on .NET programming, teaches you both the theory and practice of data binding and provides numerous samples ready to run in Visual Studio 2005.
From his in-depth coverage, you’ll learn how to
- Use Visual Studio 2005 to generate a data-bound application from a database
- Use the new Visual Studio 2005 typed data set designer, and how and why to use typed data sets and typed data adapters
- Perform simple and complex binding of data to controls, and how to use the .NET 2.0 BindingSource
- Use the Binding object for simple binding with automatic formatting, and how to handle binding events
- Generate bound controls with the Visual Studio Designer, and how to use Data Sources
- Present data with the new DataGridView control, and how to implement advanced features of the DataGridView
- Implement custom data-bound controls in Windows Forms
- Create custom business objects and collections that are suitable for use in data binding
- Implement validation and error handling at the Windows Forms and data-binding levels
- Implement data binding with ASP.NET 2.0 and the upcoming Windows Presentation Foundation (Avalon) technologies
Programming Microsoft LINQ in Microsoft .NET Framework 4
|
Author: | Paolo Pialorsi |
| List price: | $49.99 | |
| Amazon price: | $28.25 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Microsoft Press ( 8 December 2010) |
Dig into LINQ -- and transform the way you work with data.
With LINQ, you can query data from a variety of sources -- including databases, objects, and XML files -- directly from Microsoft Visual Basic® or C#. Guided by data-access experts who've worked in depth with LINQ and the Microsoft development teams, you'll learn how .NET Framework 4 implements LINQ, and how to exploit it. Clear examples show you how to deliver your own data-access solutions faster and with leaner code.
Discover how to:
- Use LINQ to query databases, object collections, arrays, XML, Microsoft Excel® files, and other sources
- Apply LINQ best practices to build data-enabled .NET applications and services
- Manipulate data in a relational database with ADO.NET Entity Framework or LINQ to SQL
- Read, write, and manage XML content more efficiently with LINQ to XML
- Extend LINQ to support additional data sources by creating custom operators and providers
- Examine other implementations, such as LINQ to SharePoint®
- Use LINQ within the data, business, and service layers of a distributed application
- Get code samples on the Web
Entity Framework 4.0 Recipes: A Problem-Solution Approach (Expert's Voice in .NET)
|
Author: | Larry Tenny |
| List price: | $49.99 | |
| Amazon price: | $37.46 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress ( 1 March 2010) |
Entity Framework Recipes takes a to-the-point, example-based approach to Microsoft .NET 4.0's Entity Framework for database access. It's an approach that will resonate with developers who are in a hurry, who just want a good code example so they can get on with their work.


Syndicate








