May 10, 2011 |
8,631 views |

Book Description
Whether you’re new to Visual Basic or you’re upgrading to VB 2010 from an earlier version, this new edition of Murach’s core VB book shows you how to develop the kind of bullet-proof Windows Forms applications that businesses rely on. Along the way, you’ll learn how to quickly build database applications by using RAD features like data sources and the DataGridView control. You’ll learn how to use object-oriented features like inheritance and interfaces as well as 2010 features like auto-implemented properties and collection initializers. You’ll learn how to use LINQ to query data and XML to exchange data between applications. You’ll learn how to take advantage of all the productivity features of Visual Studio 2010. When you re done, you’ll be able to develop Windows Forms applications the way the best professionals develop them. That’s why we say: No other book teaches you so much, so fast, or so thoroughly.
Now, Anne Boehm continues this tradition of quality and usefulness in the latest edition of our VB text, written for Visual Basic 2010.
So if you’re new to VB development…or if you’re upgrading to VB 2010 and are looking for an up-to-date reference…you’ll find that this book is packed with the information you need, delivered in a way that’s made earlier editions such favorites among professional developers:
- It’s concise, practical, and crystal-clear in telling you what you need to know.
- It shows you how to get the most from Visual Studio 2010 as you design, code, debug, and deploy Windows Forms applications using VB 2010. Download Now »
May 02, 2011 |
8,407 views |

Book Description
Now in its 4th Edition, this book shows Visual Basic developers how to use Visual Studio and ADO.NET to develop database applications the way the best professionals do. You’ll learn how to:
- quickly create Windows and web applications by dragging-and-dropping data controls in Visual Studio 2010
- code your own presentation, business, and database classes with ADO.NET 4 to build 3-layer applications…the route the professionals take for flexibility and control
- display and manipulate data in web applications by using ASP.NET data controls designed specifically for that purpose, like GridView and DetailsView
- work with XML-specific features of ADO.NET and SQL Server to read, write, and manipulate XML data in your applications
- create local reports using Visual Studio’s Report Designer and Report Viewer to display data easily…and clearly!…in tables, matrices, lists, and charts
- Use the Entity Framework to create an entity data model that maps business objects to database objects, then retrieve and maintain data through that model
- Use LINQ to query datasets, SQL Server databases, and entity data
Download Now »
May 02, 2011 |
8,039 views |

Book Description
This book has provided me with the information to jump right into creating web applications with Visual Basic. It is an excellent training guide and at the same time, it provides real-world examples that can be reused in multiple projects and applications. (A developer’s comment on the previous edition of Murach’s ASP.NET, posted online)Already know how to code in Visual Basic 2010? Then, master web programming with this .NET 4 edition of the ASP.NET book that’s a favorite of developers. It teaches beginners how to develop web applications from scratch, while more seasoned professionals use it as a time-saving guide whenever they need the “how-to” details that take forever to find online.
Here’s a quick rundown on what developers have always liked best about this book:
#1: Complete applications show you how all the pieces interact
The key to mastering ASP.NET 4 is to have plenty of real-world applications that guide you in using the skills you’re learning…and that help you avoid the problems that you can run into as you build complex web sites. That’s why this book gives you complete applications, including the web forms, the aspx code, and the VB code. Download the applications for free from the Murach website, and experiment with them on your own to see how valuable they are.
#2: It gives you a 6-chapter section on database programming that’s geared to business applications
Database handling is crucial in business programming, yet it’s glossed over in just a chapter or two in many books. In contrast, this 6-chapter section teaches you how to use SQL data sources and ASP.NET data controls to develop database applications with little or no VB code. Download Now »
Apr 30, 2011 |
14,849 views |

Book Description
Hands-on guidance to creating great test-driven development practice
Test-driven development (TDD) practice helps developers recognize a well-designed application, and encourages writing a test before writing the functionality that needs to be implemented. This hands-on guide provides invaluable insight for creating successful test-driven development processes. With source code and examples featured in both C# and .NET, the book walks you through the TDD methodology and shows how it is applied to a real-world application. You’ll witness the application built from scratch and details each step that is involved in the development, as well as any problems that were encountered and the solutions that were applied.
- Clarifies the motivation behind test-driven development (TDD), what it is, and how it works
- Reviews the various steps involved in developing an application and the testing that is involved prior to implementing the functionality
- Discusses unit testing and refactoring
Professional Test-Driven Development with C# shows you how to create great TDD processes right away.
From the Back Cover
Start working with test driven development processes to build better applications Download Now »
Apr 19, 2011 |
10,801 views |

Book Description
Social Networking is all about developing connections or ties between friends and associates. While people have always networked with one another the Internet has allowed us to network with people all over the world easily. Any interest or cause can support its own social network, where fans and followers can meet, chat, and share their views. But building a social networking site from scratch involves some complex logic, and some serious coding.
This book shows how to build a scalable, enterprise-ready social network using ASP.NET. The book uses the latest features of ASP.NET 4.0 and .NET Framework 4.0 to provide a platform that is efficient, easy to maintain, and extensible. Whether you want to build your own social network, are developing a social site for a customer or employer, or just want a practical guide to developing complex ASP.NET applications, this book is ideal for you.
The book starts by planning the essential features of your social network, and then building a ‘community framework’ that will give your site a solid foundation and enable you to add all your social networking features. You can then go on to create user accounts, profile pages, messaging systems, ‘friend’ relationships between members, photo galleries, blogs, forums, groups, and more. Along the way you will see MEF, Entity Framework, LINQ, AJAX, C# 4.0, ASP.NET Routing,and other features of ASP.NET 4.0 put to practical and interesting uses. There is also integration with other technologies like Silverlight, Flash, XINHA WYSIWYG editor, reCaptcha, Lucene.NET and Cropper and you also look at custom implementation of authentication and profile features for the website. Download Now »
Mar 30, 2011 |
17,418 views |

Book Description
This guide provides everything you need to get started with Prism and to use it to create flexible, maintainable Windows® Presentation Foundation (WPF) and Microsoft Silverlight® 4.0 applications.
It can be challenging to design and build WPF or Silverlight client applications that are flexible, maintainable, and that can evolve over time based on changing requirements. These kinds of applications require a loosely coupled modular architecture that allows individual parts of the application to be independently developed and tested, allowing the application to be modified or extended later on. Additionally, the architecture should promote testability, code re-use, and flexibility.
Prism helps you to design and build flexible and maintainable WPF and Silverlight applications by using design patterns that support important architectural design principles, such as separation of concerns and loose coupling. This guide helps you understand these design patterns and describes how you can use Prism to implement them in your WPF or Silverlight applications.
This guide will show you how to use Prism to implement the Model-View-View-Model (MVVM) pattern in your application, and how to use it along with commands and interaction requests to encapsulate application logic and make it testable. It will show you how to split an application into separate functional modules that can communicate through loosely coupled events, and how to integrate those modules into the overall application. It will show you how to dynamically construct a flexible user interface by using regions, and how to implement rich navigation across a modular application. Download Now »