rssHome » .NET

Murach’s Visual Basic 2010

Murachs Visual Basic 2010

Book Description

Whether you’re new to or you’re upgrading to 2010 from an earlier version, this new edition of Murach’s core 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 to query data and XML to exchange data between applications. You’ll learn how to take advantage of all the productivity features of 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 text, written for 2010.

So if you’re new to VB …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 2010 as you design, code, debug, and deploy Windows Forms applications using VB 2010. Download Now »

Murach’s ADO.NET 4 Database Programming with VB 2010

Murachs ADO.NET 4 Database Programming with VB 2010

Book Description

Now in its 4th Edition, this book shows developers how to use and 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 2010
  • code your own presentation, business, and database classes with 4 to build 3-layer applications…the route the professionals take for flexibility and control
  • display and manipulate data in web applications by using data controls designed specifically for that purpose, like GridView and DetailsView
  • work with XML-specific features of ADO.NET and 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 to query datasets, databases, and entity data

Download Now »

Murach’s ASP.NET 4 Web Programming with VB 2010

Murachs ASP.NET 4 Web Programming with VB 2010

Book Description

This book has provided me with the information to jump right into creating web applications with . 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 , posted online)Already know how to code in 2010? Then, master web with this 4 edition of the 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 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 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 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 code. Download Now »

Professional Test Driven Development with C#: Developing Real World Applications with TDD

Professional Test Driven Development with C#: Developing Real World Applications with TDD

Book Description

Hands-on guidance to creating great test-driven practice

Test-driven (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 processes. With source code and examples featured in both # and , 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 # 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 »

ASP.NET 4 Social Networking

ASP.NET 4 Social Networking

Book Description

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 network, where fans and followers can meet, chat, and share their views. But building a networking site from scratch involves some complex logic, and some serious coding.

This book shows how to build a scalable, enterprise-ready network using . The book uses the latest features of 4.0 and 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 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, , AJAX, # 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 , 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 »

Developer’s Guide to Microsoft Prism 4: Building Modular MVVM Applications with Windows Presentation Foundation and Microsoft Silverlight

Developers Guide to Microsoft Prism 4: Building Modular MVVM Applications with Windows Presentation Foundation and Microsoft Silverlight

Book Description

This guide provides everything you need to get started with and to use it to create flexible, maintainable Windows® Presentation Foundation () and ® 4.0 applications.

It can be challenging to design and build or 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.

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 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 () 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 »