1st
NOV

Design Patterns for Searching in C#

Posted by bandr under Dot NET

Design Patterns for Searching in C#

Design Patterns for Searching in C#

Intended for the experienced C# programmer, this book presents a simple object-oriented interface to many of the classic combinatorial and graph searching algorithms. No prior experience with these is necessary. Many solved problems and applications are presented. The source code and algorithm library are available for download at: http://www.lulu.com/content/2008403.

Read more ...

1st

Unlocking Microsoft C# v2.0 Programming Secrets

Posted by bandr under Dot NET

Unlocking Microsoft C# v2.0 Programming Secrets

Unlocking Microsoft C# v2.0 Programming Secrets

Product Description
This text is a handbook of instructions written for the programmer or analyst that shows how to insert common algorithmic functions in C# into one’s source code. The code is listed on a companion CD for easy transfer to one’s current C# program. The first 12 chapters discuss specifics of the Visual C# compiler: the integrated developer environment (IDE); moving projects from one location to another; passing information between windows; Visual C# code placement; classes, constructors, overloading, and helps; data types and declarations; conversions between data types; string manipulation and on-line data storage; branching and looping; and arithmetic.

Read more ...

30th
OCT

Beginning Visual Web Programming in VB .NET: From Novice to Professional

Posted by bandr under Dot NET

Beginning Visual Web Programming in VB .NET: From Novice to Professional

Beginning Visual Web Programming in VB .NET: From Novice to Professional

Product Description

Beginning Web Programming in VB .NET: From Novice to Professional will teach you the fundamentals of the web environment and how Visual Studio .NET (VS .NET) makes it accessible to VB programmers. You’ll build a working website that demonstrates all the elements of a VB web application. Author Daniel Cazzulino takes a step-by-step approach to each example to explore the essential technologies and how VS .NET helps to integrate them into a highly interactive, attractive web application.

Read more ...

30th

ASP.NET 2.0 Illustrated

Posted by bandr under Dot NET

ASP.NET 2.0 Illustrated

ASP.NET 2.0 Illustrated

Product Description
“This book is a phenomenal start for someone new to ASP.NET, as well as a complete guide to the new features of version 2.0 for programmers familiar with an earlier version. The beginning chapters detail concepts using a hypothetical company, examining the myriad sorts of requests and situations often requested by clients. The authors deal with these in an eloquent, realistic manner.

Read more ...

26th
OCT

Object Oriented Programming in VB.Net

Posted by bandr under Dot NET

Object Oriented Programming in VB.Net

Object Oriented Programming in VB.Net

Product Description
This book takes an object-oriented approach to introduce Visual Basic .NET. The author begins by covering object-oriented analysis, design, and modeling using UML. He then moves into a detailed discussion of objects and clasess, after which, readers begin develoing their own short programs. Advanced topics such as data structures, components, and distributed/Internet programming are also covered. Programmers interested in learning the Visual Basic .NET programming language.

Read more ...

26th

WPF Recipes in C# 2008: A Problem-Solution Approach

Posted by IDM under Dot NET

Book Description

WPF offers amazing new opportunities to .NET programmers in terms of the user interfaces they can deliver to their customers. But this significant technological advance comes with a steep learning curve, requiring the programmer to learn new classes, new syntax, and an entirely new approach to UI development.

Although WPF has been generally available for over a year, commercial take–up has been relatively slow, and the publicly available body of knowledge has been weak in terms of real–world examples and best–practice information.

Read more ...