Posted on
February 18th, 2009 0 Comments
The author of the book shows you how The Microsoft Windows Presentation Foundation (WPF) works, His quality advice will help you to build reliable and high quality WPF applications more quickly and quite easily. There is a comprehensive discussion on relationship of WPF with other windows elements like WinFX and .NET 3.5 Framework.
The Microsoft Windows Presentation...
Read More |
Make a Comment
Posted on
February 14th, 2009 0 Comments
Microsoft .NET 3.5 provides lots of C# language features and .NET function and APIs which are not available in earlier versions of .NET. This book teaches all these new features, and provides new material about C# and .NET 3.5 platforms. A comprehensive discussion about C# features like LINQ (Language Integrated Query), new changes in .NET 3.5 architecture and...
Read More |
Make a Comment
Posted on
February 4th, 2009 0 Comments
This e-book teaches the most practical features and best approaches for ASP.NET. You will learn most of the essential Tips, Tricks & Hacks to the most common ASP.NET problems. The book is written by five world-class ASP.NET professionals who will guide you through countless practical solutions using C# .NET.
Currently the book is only available to USA,...
Read More |
Make a Comment
Posted on
November 20th, 2008 0 Comments
Three things struck me about this set as soon as I received it and started working through the material.
First, these books can be used for both learning and preparing for the certification exams.
Second, if you buy the set from Amazon and you intend to take the exams, your cost will be a fraction of the published cost. This is because of the four 15% off exam...
Read More |
Make a Comment
Posted on
October 21st, 2008 0 Comments
This book is a translation of Lhotka?s industry-standard title, Visual Basic.NET Business Objects, into the language of C#. Rockford Lhotka?s ideas continue to be extremely influential in all programmer circles of any language, but most naturally it will be C# developers over the next couple of years at least who will most likely be involved in the kinds of programming...
Read More |
Make a Comment
Posted on
October 20th, 2008 0 Comments
“Based on my own experience, I can safely say that every .NET developer who reads this will have at least one ‘aha’ moment and will be a better developer for it.â€
–From the Foreword by Don Box
The popular C# programming language combines the high productivity of rapid application development languages with the raw power of C and...
Read More |
Make a Comment
Posted on
October 19th, 2008 0 Comments
Aimed at experienced programmers and web developers, the new edition of Programming C# doesn’t waste words on elementary programming topics. Instead, this practical book focuses on the features and programming patterns that are new to the C# language and fundamental to the programming of web services and web applications on the .NET platform. Newly updated...
Read More |
Make a Comment
Posted on
September 23rd, 2008 2 Comments
The real nuts and bolts of a programming languages is that which controls the flow of a program called statements.
Types of Statements in C#
C# borrows most of its statements directly from C and C++, though there are some noteworthy additions and modifications.
Expression & Control statements
Labeled & goto statements
Control statements allow to branch...
Read More |
Make a Comment