Dotnetcat » .NET Books » Examples books
Head First C#
|
Author: | Andrew Stellman |
| Publisher: | O'Reilly Media ( 6 December 2007) | Price: |
Head First C# is a complete learning experience for object-oriented programming, C#, and the Visual Studio IDE. Built for your brain, this book covers C# 3.0 and Visual Studio 2008, and teaches everything from language fundamentals to advanced topics including garbage collection, extension methods, and double-buffered animation. You'll also master C#'s hottest and newest syntax, LINQ, for querying SQL databases, .NET collections, and XML documents. By the time you're through, you'll be a proficient C# programmer, designing and coding large-scale applications.
Every few chapters you will come across a lab that lets you apply what you've learned up to that point. Each lab is designed to simulate a professional programming task, increasing in complexity until-at last-you build a working Invaders game, complete with shooting ships, aliens descending while firing, and an animated death sequence for unlucky starfighters. This remarkably engaging book will have you going from zero…
ASP.NET v. 2.0-The Beta Version (2nd Edition) (Microsoft .Net Development Series)
|
Author: | Alex Homer |
| Publisher: | Addison-Wesley Professional (27 July 2004) | Price: |
Praise for ASP.NET v. 2.0—The Beta Version
"This fast-paced book looks like an ideal way to jumpstart your ASP.NET 2.0 experience. It has coverage of all of the new bits and had me tapping away at my keyboard in no time."
—Darren Neimke, Microsoft MVP-ASP.NET
"The new features in ASP.NET 2.0 will amaze and astound you, and these authors have methodically outlined the features with clear and concise examples. An absolute must for your library!"
—Ronda Pederson, consultant
"These authors take the pain out of getting up to speed on the many new features in the ASP.NET 2.0 beta."
—Ken Cox, Microsoft MVP-ASP.NET
and ASP.NET Developer
"A clear and concise, yet thorough,…
Sams Teach Yourself ASP.NET in 21 Days
|
Author: | Chris Payne |
| Publisher: | Sams (20 July 2001) | Price: |
Sams Teach Yourself ASP.NET in 21 Days will strive to introduce readers to ASP.NET through individual lessons contained in chapters. These lessons will begin with a thorough overview of the technology and framework involved, and gradually expand to more difficult lessons requiring deeper engineering skills and knowledge. Although each chapter will be self-contained, each subsequent chapter will build upon previous lessons to ensure that each topic is not only taught, but also used.
The book will introduce the ASP.NET Framework, Visual Basic .NET, and C#, the new COM framework. The book will cover applications of these technologies.
Sams Teach Yourself ASP.NET in 21 Days is the perfect book to introduce beginner and intermediate readers to the new technologies and frameworks presented by ASP.NET. By guiding readers through short but increasingly complex lessons, this book will give readers a strong foundation in ASP.NET, and the knowledge to develop…
.NET 4.0 Generics Beginner's Guide
|
Author: | Sudipta Mukherjee |
| Publisher: | Packt Publishing (26 January 2012) | Price: |
Enhance the type safety of your code and easily create applications using .Net Generics 4.0
- Learn how to use Generics' methods and generic collections to solve complicated problems.
- Develop real-world applications using Generics
- Know the importance of each generic collection and Generic class and use them as per your requirements
- Benchmark the performance of all Generic collections
In Detail
Generics were added as part of .NET Framework 2.0 in November 2005. Although similar to generics in Java, .NET generics do not apply type erasure but every object has unique representation at run-time. There is no performance hit from runtime casts and boxing conversions, which are normally expensive..NET offers type-safe versions of every classical data structure and some hybrid ones.
This book will show you everything you need to start writing type-safe applications using generic data structures available in Generics…
Foundations of Object-Oriented Programming Using .NET 2.0 Patterns
|
Author: | Christian Gross |
| Publisher: | Apress (17 October 2005) | Price: |
* Includes coverage on .NET Generics, .NET 2.0. and coverage of both Open Source and Closed Source libraries and applications.
*Based on C# code examples that work on multiple platforms (e.g. Linux, Windows, etc).
* Focuses on solving problems in short and easy to digest segments.
Learn C# in 1 Day: Complete C# Guide with Examples
|
Author: | Krishna Rungta |
| Publisher: | Independently published (12 September 2018) | Price: |
This book is all about getting you started fast without the need to spend days or even weeks on trying to understand Csharp. This e-book eliminates the common fear of long and complex code that beginners usually face. It has picked some best illustration that is difficult to find anywhere at this price. After reading this book, you will find yourself playing with code on very same day.
Exploring yourself to .NET technology is an additional benefit of this book. Readers would prefer using this small e-book as a reference guide to all basic fundamentals of C#; they are all nicely explained. Your prejudice towards coding will no longer be same after going through this e-book.
C# is an object-oriented programming language based on C++. It is considered similar to Java, but some of its features are novel and not even found in Java. These includes nullable value types, enumerations, delegates, lambda expression, etc. These powerful features are very useful in building robust…
.NET Framework Solutions: In Search of the Lost Win32 API
|
Author: | John Paul Mueller |
| Publisher: | Sybex (24 September 2002) | Price: |
If you've begun programming using Microsoft's .NET Framework, you've discovered a lot of new and improved functionality. But, more than likely, you've also discovered a lot of missing functionality. Indeed, a third of the functions supported by the old Win32 API are not yet supported by .NET. Although you may not at first notice the loss of Win32 API functionality in .NET, the more you program, the more you'll realize how essential it is. As a programmer, you will not want to do without these solutions.
.NET Framework Solutions: In Search of the Lost Win32 API is one more thing you can't do without: a complete guide to your options for dealing with the functionality missing from .NET. As you'll learn, some functions are handily situated within Visual Basic or C#. In most cases, however, you'll need to access the old Win32 API from the .NET Framework. This is demanding work, but this book makes it easy, walking you through every step and paying special attention to the work…
ASP.NET Unleashed (2nd Edition)
|
Author: | Stephen Walther |
| Publisher: | Que (18 July 2003) | Price: |
A well-known expert in the ASP development community, best-selling author Stephen Walther brings his experience as an ASP.NET trainer to the new edition of ASP.NET Unleashed. With this update to the highly regarded ASP.NET book, readers learn the advanced features of ASP.NET 1.1, and how to apply them in their own Internet applications. This in-depth, code-intensive title covers a broad range of advanced ASP.NET topics with samples now available in both VB.NET and C#.
Throughout the more than 1,400 pages readers are shown how to develop state-of-the-art Web applications using Microsoft's powerful ASP.NET. It progresses through Web Forms basics, advanced page development, ADO.NET and XML, securing Web applications, XML Web Services, leveraging the .NET Framework, building custom controls and powerful sample applications. This is a resource that will be referenced over and over.
Pro VB 2005 and the .NET 2.0 Platform
|
Author: | Andrew Troelsen |
| Publisher: | Apress (21 April 2006) | Price: |
With the release of .NET 2.0, the Visual Basic 2005 language has been updated with numerous new programming constructs (XML code documentation, operator overloading, generics, and partial types just to name a few!). Now more than ever, choosing a .NET language boils down to personal preference (rather than a languages feature set).
However, to effectively make use of these language features, developers must have a rock-solid grounding in object-oriented technology, assemblies, and the core .NET technologies. The purpose of Pro VB 2005 and the .NET 2.0 Platform, Second Edition is to provide you with such a foundation by diving deep into the language of Visual Basic 2005 and the platform of .NET. Thus, rather than simply showing how a code wizard can generate all the code on your behalf, this text will first show you how to author the code yourself so you can alter the generated code to your liking.
Beyond learning all the details of the VB 2005 programming…


Syndicate