Feb 11, 2010 |
8,423 views |

Book Description
As software complexity increases, proper build practices become ever more important. This essential reference drills inside MSBuild—and shows how to maximize your control over the build and deployment process. Learn how to customize and extend build processes with MSBuild—and scale them to the team, product, or enterprise level with Team Foundation Build.
Discover how to:
* Create and modify MSBuild files—outside the Visual Studio IDE
* Use XML-based syntax to declare dynamic properties and items
* Apply built-in tasks or write your own
* Customize the build process—adding code generation, unit testing, or code analysis
* Use batching and incremental builds to reduce build times
* Invoke external tools in scripts and create reusable files
* Start and stop services
* Set assembly versions and extend the clean process
* Configure, customize, and extend Team Build—and automate build from end to end
Download Now »
Jan 29, 2010 |
3,084 views |

Book Description
The practical, task-oriented approach, along with numerous tips, tricks, and additional techniques, all help to get you up to speed on the most important Visual Basic 2005 concepts and information. In no time, you’ll be able to take control of your programming, apply what you’ve learned in real world scenarios, and get quick results.
What you will learn from this book
* How to install Visual Basic 2005 Express Edition and then navigate around the environment
* Various details about the user interface, event programming, and accessing data
* Ways to write proper programming code by creating additional features for your applications
* How Visual Basic 2005 Express Edition makes XML processing, data encryption, and notification dialogs smoother processes
Who this book is for
This book is for first-time programmers who are are ready to begin creating their own customized applications with Visual Basic 2005 Express Edition. No prior programming experience is necessary. Download Now »
Jan 29, 2010 |
3,443 views |

Book Description
You’ll learn the basics of working with SSE databases, and see how the Visual Basic(r) 2005 Express Edition programming environment is tailored to work well with SSE. Step-by-step examples cover major scenarios that you’re likely to face, from installation and development to debugging and deployment. Plus, the CD-ROM features both VB Express and SSE so you can get started designing your databases right away.
What you will learn from this book
* How to create simple, single table applications without writing a single line of code
* Making the transition from SSE to a higher-level version of SQL Server
* The benefits of using XML in your database
* How to deploy your applications using Xcopy
* How to secure your database applications
* How to move your database to a multi-user scenario Download Now »
Jan 28, 2010 |
17,404 views |

Book Description
When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics such as parallel programming, code contracts, dynamic programming, security, and COM interoperability. You’ll also find updated information on LINQ, including examples that work with both LINQ to SQL and Entity Framework. This book has all the essential details to keep you on track with C# 4.0.
* Get up to speed on C# language basics, including syntax, types, and variables
* Explore advanced topics such as unsafe code and preprocessor directives
* Learn C# 4.0 features such as dynamic binding, type parameter variance, and optional and named parameters
* Work with .NET 4′s rich set of features for parallel programming, code contracts, and the code security model
* Learn .NET topics, including XML, collections, I/O and networking, memory management, reflection, attributes, security, and native interoperability
Download Now »
Jan 27, 2010 |
12,836 views |

Book Description
This eagerly anticipated update to the breakout book on JavaScript offers you an in-depth look at the numerous advances to the techniques and technology of the JavaScript language. You’ll see why JavaScript’s popularity continues to grow while you delve through topics such as debugging tools in Microsoft Visual Studio, FireBug, and Drosera; client-side data storage with cookies, DOM storage, and client-side databases; HTML 5, ECMAScript 3.1, the Selectors API; and design patterns including creational, structural, and behavorial patterns.
From the Back Cover
Professional JavaScript® for Web Developers, 2nd Edition
If you want to achieve JavaScript’s full potential, it is critical to understand its nature, history, and limitations. This book sets the stage by covering JavaScript from its very beginning to the present-day incarnations that include support for the DOM and Ajax. It also shows you how to extend this powerful language to meet specific needs and create seamless client-server communication without intermediaries such as Java or hidden frames.
You’ll explore basic concepts of JavaScript including its version of object-oriented programming, inheritance, and its use in HTML and XHTML. A detailed discussion of the components that make up a JavaScript implementation follows, with specific focus on standards such as ECMAScript and DOM. All three levels of DOM are explained, including advanced topics such as event simulation, XML parsing, and XPath queries. You’ll also learn how to utilize regular expressions and build dynamic user interfaces. This valuable insight will help you apply JavaScript solutions to the business Download Now »
Jan 27, 2010 |
10,969 views |

Book Description
Professional C# 2008 starts by reviewing the overall architecture of .NET in Chapter 1 in order to give you the background you need to be able to write managed code. After that the book is divided into a number of sections that cover both the C# language and its application in a variety of areas.
Part I: The C# Language gives a good grounding in the C# language itself. This section doesn’t presume knowledge of any particular language, although it does assume you are an experienced programmer. You start by looking at C#’s basic syntax and data types, and then explore the object-oriented features of C# before moving on to look at more advanced C# programming topics.
Part II: Visual Studio looks at the main IDE utilized by C# developers world-wide: Visual Studio 2005. The two chapters in this section look at the best way to use the tool to build applications based upon either the .NET Framework 2.0 or 3.0. In addition to this, this section also focuses on the deployment of your projects.
Part III: Base Class Libraries looks at the principles of programming in the .NET environment. In particular, you look at security, threading localization, transactions, how to build Windows services, and how to generate your own libraries as assemblies.
Part IV: Data looks at accessing databases with ADO.NET and LINQ, and at interacting with directories and files. This part also extensively covers support in .NET for XML and on the Windows operating system side, and the .NET features of SQL Server 2008. Within the large space of LINQ, particular focus is put on LINQ to SQL and LINQ to XML. Download Now »