Jan 20, 2012 |
2,211 views |

Book Description
Professional Visual Studio 2008
Microsoft Visual Studio 2008 is the latest version in the ongoing evolution of the Integrated Development Environment (IDE), and this resource examines the diverse facets of the IDE—from common tasks to intricate functions to the powerful tools that accompany the main code editing and design windows. Written by a unique author duo and offering an in-depth look at the powerful and fascinating features and techniques of the IDE, this book explores each aspect of the development life cycle from the perspective of how Visual Studio 2008 can make your life easier.
Each chapter is packed with examples that illustrate uses for various tools, commands, and shortcuts of Visual Studio 2008. You will gradually learn to identify where a feature is used, conclude how you can use it to its fullest potential, and then seamlessly apply that feature to help solve real-world problems.
What you will learn from this book
- How to create project templates and wizards
- Methods for using IntelliSense, code refactoring, class modeling, and unit testing
- Tips for using DataSets, LINQ, and Synchronization Services for working with data
- How to build web applications using ASP.NET AJAX, Silverlight, and ASP.NET MVC
- Ideas for building Office and Mobile applications, WPF, WCF, and WF projects
- Ways to effectively analyze and identify bugs using the advanced debugging features
- How to automate repetitive tasks using the Visual Studio 2008 add-ins and macros Download Now »
Jan 07, 2012 |
3,289 views |

Book Description
If you want to learn the fundamentals of programming, don’t get bogged down with pages of technical jargon that most books on the market offer! No previous Visual Studio experience required for Clearly Visual Basic: Programming with Microsoft Visual Basic 2010, 2nd Edition by the best-selling author, Diane Zak. This innovative text is designed for a first course in programming teaching the basics through visualization and application. Using the most recent version of the software, Visual Basic 2010, beginners will learn solid programming principles and knowledge that is easily transferable to other languages.
- Mini-quizzes encourage readers to master fundamental topics before progressing into more advanced topics, and the answers are provided to give immediate feedback and more opportunity for learning.
- Each chapter contains a wide variety of exercises, offering several different types of exercises at various levels of difficulty, so every kind of learner has an opportunity to practice his or her skills.
- Each chapter has one or more videos that demonstrate and explain the concepts covered in the chapter. The videos, which include self-review quizzes, are available online under Student Downloads.
- Each chapter is accompanied by Want More Info? files that contain additional examples and further explanations of a concept. The files are in PDF format.
- SAM Test bank available. Download Now »
Jan 07, 2012 |
3,346 views |

Book Description
Programming with Microsoft Visual Basic 2010, 5th Edition by the best-selling author, Diane Zak, is designed for a first course in programming. Using the most recent version of the software, Visual Basic 2010, this book teaches individuals how to use Visual Basic applications as they would in a real world setting. Students with no previous programming experience learn how to plan and create their own interactive Windows applications. GUI design skills and object-oriented programming concepts are emphasized throughout the book.
- Exercises identified as Introductory, Intermediate, Advanced, Discovery, and Swat The Bugs.
- Includes coverage of breakpoints and stepping through code.
- Designed for the different learning styles: videos for visual and auditory learners, and tutorial sections and YOU DO IT boxes for kinesthetic learners.
- May be purchased with Visual Basic 2010. Contact your sales representative for more information.
- SAM Test bank available.
Table of Contents
Chapter 1. An Introduction to Visual Basic 2010
Chapter 2. Designing Applications
Chapter 3. Using Variables and Constants
Chapter 4. The Selection Structure
Chapter 5. More on the Selection Structure
Chapter 6. The Repetition Structure Download Now »
Jan 06, 2012 |
4,432 views |

Book Description
In the Fifth Edition, Advanced Visual Basic 2010 helps those who are familiar with the fundamentals of Visual Basic 2010 programming harness its power for more advanced uses. Coverage of sophisticated tools and techniques used in the industry today include various database, ASP.NET, LINQ, WPF and Web Services topics. After studying the book and completing the programming exercises, students should be able to create small- to medium-sized Windows and Web applications that use databases. They will also gain essential concepts in object-oriented programming, event-driven programming, and test-driven development. Each subject is presented in an understandable style that makes this book a leader in the field.
Table of Contents
Chapter 1. Classes
Chapter 2. Input Validation and User Interfaces
Chapter 3. Collections
Chapter 4. Using SQL Server Databases
Chapter 5. ADO.NET Database Objects
Chapter 6. Advanced Classes
Chapter 7. LINQ to SQL
Chapter 8. Creating Web Applications
Chapter 9. Programming Web Forms Download Now »
Nov 23, 2011 |
6,047 views |

Book Description
Pro Reactive Extensions and LINQ is a deep dive into the next important technology for .NET developers: Reactive Extensions. This in-depth tutorial goes beyond what is available anywhere else to teach how to write WPF, Silverlight, and Windows Phone applications using the Reactive Extensions (Rx) to handle events and asynchronous method calls.
Reactive programming allows you to turn those aspects of your code that are currently imperative into something much more event-driven and flexible. For this reason, it’s sometimes referred to as LINQ for Events.
Reactive programming hinges on the concept of the observable collection, as opposed to the simple enumerable collection with which we’re all familiar. For example, to extract data from a collection and add it to a list box, you would traditionally iterate through the list box, extracting each object in turn. This approach works fine, but it requires significant knowledge about the data you’re working with, which can be limiting. In Rx programming, you’re instead informed about each object in turn and then free to react to each notification however you like, which affords much greater flexibility.
This book shows you how reactive programming can be applied to a range of situations—from WPF applications to Windows Phone apps—to improve coding efficiency and boost performance.
What you’ll learn
- How to create, debug and manage reactive extensions in many situations Download Now »
Nov 16, 2011 |
3,410 views |

Book Description
Windows Phone 7.5 Mango contains support for apps written in Silverlight or XNA. These apps can store data on the device, and also load and manipulate data from “the cloud” and other web services.
This Windows Phone 7.5 Data Cookbook has a range of recipes to help you apply data handling concepts. You will be able to apply the knowledge gained from these recipes to build your own apps effectively.
This Windows Phone 7.5 Data Cookbook starts with data binding concepts at the UI layer and then shows different ways of saving data locally and externally in databases. The book ends with a look at the popular MVVM software design pattern. The recipes contained in this book will make you an expert in the areas of data access and storage.
What you will learn from this book:
- Create data binding to user interface elements with any data source
- Create and save user settings to local isolated storage for later consumption.
- Explore different on device database options such as commercial Perst, open source SQLite and Microsoft’s SQL CE.
- Create and consume simple web services and understand LINQ features.
- Scale the applications and work with WCF web services.
- Understand REST and call different social media services like Twitter and RSS Feeds.
- Create and understand MVVM model. Download Now »