rss Home » Tag Archive For ‘VB’

Programming in Visual Basic 2010: The Very Beginner’s Guide

Programming in Visual Basic 2010: The Very Beginner’s Guide

Book Description

This is an introduction to using ’s Visual Basic.NET 2010. It is intended for novice programmers with little or no experience or no experience with . The text emphasizes logic and good techniques with generous explanations of concepts written from a non-technical point of view. It stresses input, processing, and output and sequence, selection, and repetition in code development. File I/O and arrays are included. Later chapters introduce objects, event , and databases. By taking a slow and steady approach to ideas, this book builds new concepts from what the reader has already learned. tips and quips inject both humor and insight.

The book includes numerous examples and exercises, case studies, tutorials, and “fixing a program” sections for an in-depth look at problems and tools. Quizzes and review questions throughout each chapter get students to think about the materials and how to use them. Each chapter has a summary and glossary for extra review. The accompanying Web site, www.cambridge.org/us/McKeown, has code downloads, I/O, and database files from small, simple files to large files with thousands of records, flowcharts, deskchecks and audits to aid with program design, coding, and debugging; PowerPoint files for every chapter; and hundreds of ideas for programs and projects.

Download Now »

Professional Enterprise .NET

Professional Enterprise .NET

Book Description

Comprehensive coverage to help experienced developers create flexible, extensible enterprise application codeIf you’re an experienced developer, you’ll find in this book a road map to the latest enterprise development methodologies. It covers the tools you will use in addition to Visual Studio, including Spring.NET and nUnit, and applies to development with , , , Office (VBA), and database.

You will find comprehensive coverage of the tools and practices that professional .NET developers need to master in order to build enterprise more flexible, testable, and extensible .NET applications with minimal upfront costs.

  • Helps , .Net, and developers who wish to migrate both their applications and their own skillsets to newer, more flexible enterprise methodologies
  • Describes each new pattern or feature along with its benefits, then outlines the pros and cons of its implementation
  • Includes an introduction to enterprise development and a comprehensive overview of the differences between new enterprise patterns and older, traditional
  • Explains how to implement these patterns by upgrading an existing code base
  • Covers benefits including flexibility, automated testing, extensibility, and separation; modular code; test-driven development, unit test, test automation, and refactoring; inversion of control; and object relational mapping Download Now »

Pro ASP.NET 4 in VB 2010, 3rd Edition

Pro ASP.NET 4 in VB 2010, 3rd Edition

Book Description

4 is the latest version of ’s revolutionary technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 4 in 2010 raises the bar for high-quality, practical advice on learning and deploying ’s dynamic web solution.

This new edition is updated with everything you need to come to grips with the latest version of ASP.NET, including coverage of ASP.NET , ASP.NET 4, ASP.NET Dynamic Data, and 3.

Seasoned professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from these groundbreaking new technologies. They cover ASP.NET 4 as a whole, illustrating both the brand-new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 4 applications in the best possible style.

What you’ll learn

  • Understand why ASP.NET 4 is so special, what its fundamental principles are, the basics of Visual Studio, and how ASP.NET controls are created and how they fit into ASP.NET pages, ultimately creating full applications.
  • Become familiar with ASP.NET , a new feature is one of the biggest additions to ASP.NET 4, and understand how to use it and integrate it within your existing ASP.NET applications. Download Now »

Pro Silverlight 4 in VB

Pro Silverlight 4 in VB

Book Description

4 is the latest iteration of ’s cross-browser technology for creating rich user experiences on the Web. Like its predecessor, 3, it rides atop the Framework for maximum ease of use and coding efficiency. The new technology carries forward much of the work that has been done before and augments it in many important respects, including support for H.264 video, major improvements to the graphics engine (including true 3D rendering), and much richer data-binding options for interfacing with other applications.

Pro Silverlight 4 in is an invaluable reference for professional developers wanting to discover the new features of Silverlight. Author Matthew MacDonald’s expert advice guides you through creating rich media applications using Silverlight in the environment you’re most productive in—no matter what the target platform. As you learn about the features that put Silverlight in direct competition with Adobe Flash, such as rich support for 2D and 3D drawing, animations, and media playback, you’ll experience the plumbing of and the design model of through Silverlight—all of the same .NET technology that developers use to design next-generation Windows applications.

In this book, MacDonald provides a comprehensive tutorial written from professional developer to professional developer.

Download Now »

Professional F# 2.0

Professional F# 2.0

Book Description

In-depth coverage of ’s new language- 2010

is a new language from , a fusion of object-oriented and functional approaches, which offers a number of new features and approaches to making software easier to write. Supported for the first time with Visual Studio 2010, F# is particularly ideal for software that needs to take full advantage of multicore processors, and this comprehensive book covers all aspects of this functional language.

Assuming familiarity with , , , or , the authors cover such topics as binding values and control flow, simple and complex types, pattern matching, complex functions, and imperative and object programming in F#. You’ll see how F# interacts with the CLR and , and you’ll review F# and data access through , , and the Entity Framework.

  • F# is a new programming language from Microsoft, and offers an original approach to making software easier to write
  • Addresses binding values and control flow, simple and complex types, pattern matching, and complex functions
  • Examines imperative and object programming in F#, packaging, and functional design concepts and patterns
  • Discusses F# and the CLR, F# and C# interaction, and F# and data access
  • Reviews communication with System.xml and

Professional F# 2010 is essential reading if you are writing new code for complex or multi-processor applications.
Download Now »

Pro VB 2010 and the .NET 4.0 Platform

Pro VB 2010 and the .NET 4.0 Platform

Book Description

Be the first to understand 4.0 and 2010. Pro 2010 and the 4.0 Platform provides developers with a complete guide to the new technology, explaining the importance of all the key 2010 language features. This new edition has been comprehensively revised and rewritten to make it accurately reflect the 10 language specification for the .NET 4.0 platform. You’ll find new chapters covering the important concepts of dynamic lookups, named and optional arguments, Parallel (), improved COM interop, and variance for generics.

The first edition of this book was released at the 2001 Tech-Ed conference in Atlanta, Georgia. At that time, the .NET platform was still a beta product, and in many ways, so was this book. This is not to say that the early editions of this text did not have merit—after all, the book was a 2002 Jolt Award finalist and it won the 2003 Referenceware Excellence Award. However, over the years that author Andrew Troelsen spent working with the common language runtime (CLR), he gained a much deeper understanding of the .NET platform and the subtleties of the VB language, and he feels that this sixth edition of the book is as close to a “final release” as he’s come yet!

If you’re checking out this book for the first time, do understand that it’s targeted at experienced software professionals and/or graduate students of computer science (so don’t expect three chapters on iteration or decision constructs!). The mission of this text is to provide you with a rock-solid foundation in the language and the core aspects of the .NET platform (assemblies, remoting, Windows Forms, Web Forms, , XML web services, etc.). Once you digest the information presented in these 25 chapters, you’ll be in a perfect position to apply this knowledge to your specific assignments and explore the .NET universe on your own terms. Download Now »