Oct 24, 2011 |
9,313 views |

Book Description
Pro Agile .NET Development with SCRUM guides you through a real-world ASP.NET project and shows how agile methodology is put into practice.
There is plenty of literature on the theory behind agile methodologies, but no book on the market takes the concepts of agile practices and applies these in a practical manner to an end-to-end ASP.NET project, especially the estimating, requirements and management aspects of a project. Pro Agile .NET Development with SCRUM takes you through the initial stages of a project–gathering requirements and setting up an environment–through to the development and deployment stages using an agile iterative approach: namely, Scrum.
In the book, you’ll focus on delivering an enterprise-level ASP.NET project. Each chapter is in iterations or sprints, putting into practice the features of agile–user stories, test-driven development (TDD), behavior-driven development (BDD), continuous integration, user acceptance testing, extreme programming, Scrum, design patterns and principles, inside-out development, lean developent, KanBan boards, and more. An appendix features code katas designed for the reader to get up-to-speed with some of the features of extreme programming, while also showcasing popular open-source frameworks to assist in automated testing and mocking.
What you’ll learn
- Gain practical knowledge on employing the Scrum project methodology using a real-world ASP.NET project Download Now »
Oct 17, 2011 |
8,242 views |

Book Description
Build the skills to apply Microsoft® .NET collections effectively
Put .NET collections to work—and manage issues with GUI data binding, threading, data querying, and storage. Led by a data collection expert, you’ll gain task-oriented guidance, exercises, and extensive code samples to tackle common problems and improve application performance. This one-stop reference is designed for experienced Microsoft Visual Basic® and C# developers—whether you’re already using collections or just starting out.
Discover how to:
- Implement arrays, associative arrays, stacks, linked lists, and other collection types
- Apply built in .NET collection classes by learning their methods and properties
- Add enumerator, dictionary, and other .NET collection interfaces to your classes
- Query collections by writing simple to complex Microsoft LINQ statements
- Synchronize data across threads using built in .NET synchronization classes
- Enhance your custom collection classes with serialization support
- Use simple data binding to display collections in Windows® Forms, Microsoft Silverlight®, and Windows Presentation Foundation
Table of Contents
Chapter 1 Understanding Collections: Arrays and Linked Lists
Chapter 2 Understanding Collections: Associative Arrays
Chapter 3 Understanding Collections: Queues, Stacks, and Circular Buffers Download Now »
Sep 08, 2011 |
6,975 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,886 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 »
Aug 20, 2011 |
10,420 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 »
Aug 12, 2011 |
7,458 views |

Book Description
Microsoft’s Windows Phone 7 handsets have injected a new vibrancy into the smartphone marketplace and provided bold new opportunities for the Microsoft development community.
Now in its second edition, Beginning Windows Phone 7 Development has been written to help you identify those opportunities and to learn the skills you’ll need to harness them. It covers the very latest developments in the field, including the extended APIs offered in Microsoft’s automatic platform update, so you’ll have timely, accurate information at your fingertips.
Beginning Windows Phone 7 Development, Second Edition starts with the basics, walking you through the process of downloading and setting up the right development tools, including Visual Studio, Expression Blend, Silverlight SDK, and Windows Phone SDK. It then takes you step-by-step though the development process as you build and deploy a working application, complete with a sophisticated user interface. Finally, you’ll receive step-by-step instructions on selling your applications through the Windows Phone Marketplace.
What you’ll learn
- How to create effective networked applications
- How to leverage your phone’s GPS capabilities from within your application
- How to interact with the phone’s built-in functionalities (camera, contacts, maps, accelerometer, video and web browser to name but a few)
- How to construct highly graphical and responsive user interfaces quickly and easily using these features Download Now »