rss Home » Tag Archive For ‘LINQ’

Professional Visual Studio 2008

Professional Visual Studio 2008

Book Description

Professional 2008

2008 is the latest version in the ongoing evolution of the Integrated 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 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, , and Synchronization Services for working with data
  • How to build web applications using AJAX, , and
  • Ideas for building Office and Mobile applications, , , and 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 »

Clearly Visual Basic: Programming with Microsoft Visual Basic 2010, 2nd Edition

Clearly Visual Basic: Programming with Microsoft Visual Basic 2010, 2nd Edition

Book Description

If you want to learn the fundamentals of , don’t get bogged down with pages of technical jargon that most books on the market offer! No previous experience required for Clearly : with 2010, 2nd Edition by the best-selling author, Diane Zak. This innovative text is designed for a first course in teaching the basics through visualization and application. Using the most recent version of the software, Visual Basic 2010, beginners will learn solid 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 »

Programming with Microsoft Visual Basic 2010, 5th Edition

Programming with Microsoft Visual Basic 2010, 5th Edition

Book Description

with 2010, 5th Edition by the best-selling author, Diane Zak, is designed for a first course in . Using the most recent version of the software, 2010, this book teaches individuals how to use applications as they would in a real world setting. Students with no previous experience learn how to plan and create their own interactive Windows applications. GUI design skills and object-oriented 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 »

Advanced Visual Basic 2010, 5th Edition

Advanced Visual Basic 2010, 5th Edition

Book Description

In the Fifth Edition, Advanced 2010 helps those who are familiar with the fundamentals of 2010 harness its power for more advanced uses. Coverage of sophisticated tools and techniques used in the industry today include various database, , , and Web Services topics. After studying the book and completing the 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 , event-driven , and test-driven . 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 Server Databases
Chapter 5. Database Objects
Chapter 6. Advanced Classes
Chapter 7. to
Chapter 8. Creating Web Applications
Chapter 9. Web Forms Download Now »

Programming Reactive Extensions and LINQ

Programming Reactive Extensions and LINQ

Book Description

Pro Reactive Extensions and  is a deep dive into the next important technology for developers: Reactive Extensions. This in-depth tutorial goes beyond what is available anywhere else to teach how to write , , and applications using the Reactive Extensions (Rx) to handle events and asynchronous method calls.

Reactive 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 for Events.

Reactive 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 , 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 applications to 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 »

Windows Phone 7.5 Data Cookbook

Windows Phone 7.5 Data Cookbook

Book Description

7.5 Mango contains support for apps written in or . These apps can store data on the device, and also load and manipulate data from “the cloud” and other web services.

This 7.5 Data 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 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 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 ’s CE.
  • Create and consume simple web services and understand features.
  • Scale the applications and work with web services.
  • Understand REST and call different social media services like Twitter and RSS Feeds.
  • Create and understand model. Download Now »