
- Пятое издание
- Автор: Diane Zak
- Издательство: Course Technology
- Год: 2011
- Язык: Английский
- Страниц: 898
- Формат: pdf
- Размер: 20 МБ
Описание книги Programming with Microsoft Visual Basic 2010:
PROGRAMMING WITH MICROSOFT VISUAL BASIC 2010, FIFTH 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.

- Автор: Oliver Sturm
- Издательство: Wiley
- Год: 2011
- Язык: Английский
- Страниц: 290
- Формат: pdf
- Размер: 16 МБ
Описание книги Functional Programming in C#: Classic Programming Techniques for Modern Projects:
Take advantage of the growing trend in functional programming.
C# is the number-one language used by .NET developers and one of the most popular programming languages in the world. It has many built-in functional programming features, but most are complex and little understood. With the shift to functional programming increasing at a rapid pace, you need to know how to leverage your existing skills to take advantage of this trend.

- Автор: Bill Evjen, Dominick Baier, Gyorgy Balassy, Gill Cleeren,David Giard, Alex Golesh, Kevin Grossnicklaus, Caleb Jenkins, Jeffrey Juday, Vishwas Lele, Jeremy Likness, Scott Millett, Christian Nagel, Christian Weyer, Daron Yondem
- Издательство: John Wiley & Sons, Inc.
- Год: 2011
- Язык: Английский
- Страниц: 650
- Формат: pdf
- Размер: 20 МБ
Описание книги Real World .NET C# and Silverlight:
A team of MVP authors guides you through the .NET 4 Framework. Written by a group of experienced MVPs, this unparalleled book delves into the intricate and often daunting world of .NET 4. Each author draws from a particular area of expertise to provide invaluable information on using the various .NET 4, C# 4, Silverlight 4, and Visual Studio tools in the real world. The authors break down the vast .NET 4 Framework into easily digestible portions to offer you a strong foundation on what makes .NET such a popular and successful framework for building a wide range of solutions.

- Автор: Sriram Krishnan
- Издательство: O'Reilly Media
- Год: 2010
- Язык: Английский
- Страниц: 368
- Формат: pdf
- Размер: 5 МБ
Описание книги Programming Windows Azure: Programming the Microsoft Cloud:
Learn the nuts and bolts of cloud computing with Windows Azure, Microsoft's new Internet services platform. Written by a key member of the product development team, this book shows you how to build, deploy, host, and manage applications using Windows Azure's programming model and essential storage services.
- Автор: Colin Campbell, Ralph Johnson, Ade Miller, Stephen Toub
- Издательство: Microsoft Press
- Год: 2010
- Язык: Английский
- Страниц: 217
- Формат: PDF
- Размер: 2.53 МБ
Описание книги Parallel Programming with Microsoft .NET: Design Patterns for Decomposition and Coordination on Multicore Architectures (Patterns & Practices):
The CPU meter shows the problem. One core is running at 100 percent, but all the other cores are idle. Your application is CPU-bound, but you are using only a fraction of the computing power of your multicore system. What next?
The answer, in a nutshell, is parallel programming. Where you once would have written the kind of sequential code that is familiar to all programmers, you now find that this no longer meets your performance goals. To use your system’s CPU resources efficiently, you need to split your application into pieces that can run at the same time. This is easier said than done. Parallel programming has a reputation for being the domain of experts and a minefield of subtle, hard-to-reproduce software defects.
- Автор: Mark Seemann
- Издательство: Manning Publications
- Год: 2011
- Язык: Английский
- Страниц: 586
- Формат: pdf
- Размер: 12 МБ
Описание книги Dependency Injection in .NET:
Dependency Injection in .NET presents core DI patterns in plain C# so you’ll fully understand how DI works, covers integration with standard Microsoft technologies like ASP.NET MVC, and teaches you to use DI frameworks like Structure Map, Castle Windsor, and Unity.

- Автор: Tony Northrup
- Издательство: O’Reilly Media
- Год: 2011
- Язык: Английский
- Страниц: 294
- Формат: pdf
- Размер: 12 МБ
Описание книги Designing and Developing Web Applications Using Microsoft® .NET Framework 4:
Prepare for MCPD Exam 70-519—and help demonstrate your real-world mastery of web application design and development—with this official Microsoft® Exam Ref. Written for experienced, MCTS-certified professionals ready to advance their status—this guide focuses on the critical-thinking and decision-making acumen needed for success at the MCPD level. With concise, objective-by-objective reviews, strategic case scenarios, and "Thought Experiments", you get professional-level preparation for the professional-level exam.

- Автор: Dr. Gabriel Nicolas Schenker, Aaron Cure
- Издательство: Packt Publishing
- Год: 2011
- Язык: Английский
- Страниц: 368
- Формат: pdf
- Размер: 6 МБ
Описание книги NHibernate 3 Beginner's Guide:
Ideally, we would want to persist the objects our application uses and produces AS IS, without having to first transform them in complex ways. NHibernate is a framework that provides us with an object-oriented access to a relational database without having to write SQL and with little or no database-specific data access code. Definitely, if you are a .NET developer, knowing more about NHibernate will simplify and reduce your efforts in developing .Net applications.NHibernate 3 Beginner’s Guide introduces Nhibernate with step-by-step examples, and is the easiest way to learn about bridging the gap between object-oriented .NET applications and the relational database that stores the application’s data. It is a beginner’s guide to NHibernate that starts from scratch. Successive chapters build upon earlier concepts, while the sample code presents various ways to accomplish typical data access tasks.
- Автор: Jason Dentler
- Издательство: Packt Publishing
- Год: 2010
- Язык: Русский
- Страниц: 328
- Формат: pdf
- Размер: 5 МБ
Описание книги NHibernate 3.0 Cookbook:
This book contains quick-paced self-explanatory recipes organized in progressive skill levels and functional areas. Each recipe contains step-by-step instructions about everything necessary to execute a particular task. The book is designed so that you can read it from start to end or just open up any chapter and start following the recipes. In short this book is meant to be the ultimate "how-to" reference for NHibernate 3.0, covering every major feature of NHibernate for all experience levels.

- Автор: Joseph C. Rattz, Jr.
- Издательство: APRESS
- Год: 2007
- Язык: Английский
- Страниц: 600
- Формат: pdf
- Размер: 11 МБ
Описание книги Pro LINQ: Language Integrated Query in C# 2008:
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.