Oct 01, 2011 |
15,793 views |

Book Description
Using engaging examples and a clear, straightforward approach, MICROSOFT VISUAL C# 2010: AN INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING, FOURTH EDITION guides beginning programmers through developing programs in the C# language. The book provides readers with a strong background knowledge of structured programming, method calling, and parameter passing, all of which are important concepts easily transferable to other programming languages. The Fourth Edition has been written and tested using the latest version of C#, Visual C# 2010, and now offers supplementary video lessons, expanded coverage of methods, and the option to study GUI applications earlier in the text.
Table of Contents
Preface
CHAPTER 1 A First Program Using C#
CHAPTER 2 Using Data
CHAPTER 3 Using GUI Objects and the Visual Studio IDE
CHAPTER 4 Making Decisions
CHAPTER 5 Looping
CHAPTER 6 Using Arrays
CHAPTER 7 Using Methods
CHAPTER 8 Advanced Method Concepts
CHAPTER 9 Using Classes and Objects Download Now »
Sep 08, 2011 |
6,972 views |

Book Description
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.
NHibernate 3 Beginner’s Guide examines all of the topics required to get a functional data access layer implemented while writing the least amount of code possible, presenting options along the way to handle particular edge cases or situations as they arise. The book begins with an introduction to NHIbernate 3 and then moves on to creating the development environment. Then it teaches you how to create a model, define a database schema, and map the model to the database then covers sessions and transactions. This is succeeded by testing, profiling, and configuration, validation of data and writing queries. Finally, we wrap up with notes on the common pitfalls that you should avoid.
Once you complete reading the book, you will have gained the skills and knowledge to incorporate NHibernate into your own applications. Download Now »
Sep 03, 2011 |
9,884 views |

Book Description
Your expert guide to building modern applications with Visual Basic 2010
Take control of Visual Basic 2010—for everything from basic Windows® and web development to advanced multithreaded applications. Written by Visual Basic experts, this handbook provides an in-depth reference on language concepts and features, as well as scenario-based guidance for putting Visual Basic to work. It’s ideal whether you’re creating new applications with Visual Basic 2010 or upgrading projects built with an earlier version of the language.
Discover how to:
- Use Visual Basic 2010 for Windows Forms and Windows Presentation Foundation projects
- Build robust code using object-oriented programming techniques, such as classes and types
- Work with events and delegates—and add your own events to custom classes
- Program arrays, collections, and other data structures in the Microsoft .NET Framework
- Solve problems quickly and easily using My namespace in Visual Basic
- Dive into Microsoft LINQ, including LINQ to XML and LINQ to Entities
- Tackle threading, multitasking, and multiprocessor development and debugging
About the Author
Klaus Löffelmann is a Microsoft MVP for Visual Basic .NET, and has been a professional software developer for over 20 years. He has written several books about Visual Basic, and is the owner and founder of ActiveDevelop in Lippstadt, Germany Download Now »
Sep 03, 2011 |
11,603 views |

Book Description
Expert advice to help you work smarter and increase your productivity with Visual Studio.
Take a detailed look into Visual Studio—and learn practical techniques to help you work more efficiently. This fully revised and expanded version of Visual Studio Tips: 251 Ways to Improve Your Productivity includes a comprehensive collection of tips and shortcuts for working with the code editor, visual designers, searches, debugger, and other features in Visual Studio 2005, 2008, and 2010. You’ll gain valuable insights for using this IDE—no matter what your experience level.
Discover how to:
- Change development settings and keyboard mappings to optimize your efficiency
- Save time initiating a new project by creating custom templates
- Uncover secrets for working with the toolbox, commands, and window layouts
- Work with files in more practical ways, such as using the File Tab Channel
- Use the Editor more effectively with tips on selecting and manipulating code
- Apply techniques to help reduce the time you spend debugging code
- Create Visual Studio extensions to increase your development productivity
Download Now »
Aug 22, 2011 |
15,553 views |

Book Description
New edition of the top book on MVC from the top ASP.NET experts at Microsoft!
MVC 3 is the latest update to Microsoft’s Model-View-Controller technology, which enables developers to build dynamic, data-driven web sites. This in-depth book shows you step by step how to use MVC 3. Written by top ASP.NET MVC experts at Microsoft, the latest edition of this popular book covers new and updated features such as the new View engine, Razor, NuGet, and much more. The book’s practical tutorials reinforce concepts and allow you create real-world applications. Topics include controllers and actions, forms and HTML helpers, Ajax, unit testing, and much more.
- Shows developers and programmers how to use ASP.NET MVC 3, Microsoft’s new version of its Model-View-Controller technology for developing dynamic, data-driven web sites
- Features an expert author team?all are members of Microsoft’s ASP.NET team
- Uses a step-by-step approach to explain all major features and functionalities and provides practical tutorials to allow you to create real-world applications
- Goes into theory as well as practical application and covers such topics as Razor, NuGet (PowerShell inside Visual Studio 2010), and new layout features
Move your development skills to the next level with MVC 3 and Professional ASP.NET MVC 3.
From the Back Cover
A complete look at the new features of ASP.NET MVC 3
Download Now »
Aug 20, 2011 |
10,416 views |

Book Description
“As Excel applications become more complex and the Windows development platform more powerful, Excel developers need books like this to help them evolve their solutions to the next level of sophistication. Professional Excel Development is a book for developers who want to build powerful, state-of-the-art Excel applications using the latest Microsoft technologies.”
–Gabhan Berry, Program Manager, Excel Programmability, Microsoft
“The first edition of Professional Excel Development is my most-consulted and most-recommended book on Office development. The second edition expands both the depth and range. It shines because it takes every issue one step further than you expect. The book relies on the authors’ current, real-world experience to cover not only how a feature works, but also the practical implications of using it in professional work.”
–Shauna Kelly, Director, Thendara Green
“This book illustrates techniques that will result in well-designed, robust, and maintainable Excel-based applications. The authors’ advice comes from decades of solid experience of designing and building applications. The practicality of the methods is well illustrated by the example timesheet application that is developed step-by-step through the book. Every serious Excel developer should read this and learn from it. I did.”
–Bill Manville, Application Developer, Bill Manville Associates Download Now »