Apress

Migrating to iPhone and iPad for .NET Developers (Expert’s Voice in .NET)

Today’s .NET developers are intrigued by what the iPhone and iPad apps landscape has to offer. Admit it: you’re one of them. Apple’s App Store has hundreds of thousands of apps, and yours can be among them. iPhone and iPad app development using the iOS software development kit is one of the most appealing environments available for mobile technology. Migrating to iPhone …

Learn more

Building ASP.NET Web Pages with Microsoft WebMatrix (The Expert’s Voice in .Net)

WebMatrix is the latest addition to the hugely popular Microsoft ASP.NET web platform. This exciting new technology aims to simplify the process of developing websites by combining the new and powerful Razor syntax with a fully extensible set of data and HTML helpers for performing common web tasks.The WebMatrix installation includes all the tools the developer requires to …

Learn more

Pro LINQ: Language Integrated Query in C# 2010 (Expert’s Voice in .NET)

LINQ is the part of the .NET Framework that provides a generic approach to querying data from different data sources. It has quickly become the next must-have skill for .NET developers. Pro LINQ: Language Integrated Query in C# 2010 is all about code. Literally, this book starts with code and ends with code. Most books show the simplest …

Learn more

Pro LINQ: Language Integrated Query in C# 2008 (Expert’s Voice in .NET)

LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must–have skill for .NET developers. For more information about LINQ, you can check out the author’s portal at www.LINQdev.com. …

Learn more

Thinking in LINQ: Harnessing the Power of Functional Programming in .NET Applications

LINQ represents a paradigm shift for developers used to an imperative/object oriented programming style, because LINQ draws on functional programming principles. Thinking in LINQ addresses the differences between these two by providing a set of succinct recipes arranged in several groups, including: Basic and extended LINQ operatorsText processing Loop refactoring Monitoring code health Reactive Extensions (Rx.NET)Building domain-specific languagesUsing …

Learn more

LINQ for Visual C# 2008 (FirstPress)

Every C# programmer needs to learn about LINQ (Language–Integrated Query), Microsoft’s breakthrough technology for simplifying and unifying data access from any data source. With LINQ, you can write more elegant and flexible code―not just to access databases and files, but to manipulate data structures and XML. This book is a short, yet comprehensive guide to the major features …

Learn more

Pro LINQ Object Relational Mapping in C# 2008 (Expert’s Voice in .NET)

This book aims to give experienced .NET developers a thorough grounding in Object Relational Mapping methodologies and show how LINQ can be used to achieve them. It provides detailed A-Z coverage of the key concepts and ideas in a clear, easy to follow, manner. The book is split into two parts. The first provides a detailed explanation of …

Learn more