Free .NET Ebooks

Download free programming, computer, it, technology books

Download Free .NET Programming Books

Feb
16

.NET Book Zero

Posted by admin

Some books have a Chapter Zero. That‘s the chapter with the stuff the reader needs to know before reading Chapter One. Chapter Zero might be a refresher course in subjects the reader once knew but has now forgot-ten, or it might be a quick-and-dirty summary of prerequisites for the rest of the book.
Read the rest of this entry »

The book is divided in to three progressive levels. In the first beginner stage we will be discussing the .Net Framework, C# Language Fundamentals and Object Oriented Programming.
Read the rest of this entry »

Jan
04

.NET & XML

Posted by admin

.NET & XML provides an in-depth, concentrated tutorial for intermediate to advanced-level developers. Additionally, it includes a complete reference to the XML-related namespaces within the .NET Framework.
Read the rest of this entry »

Jan
04

.NET Compact Framework Pocket Guide

Posted by admin

Looking to create applications for Pocket PC and Windows based Smartphones? The new .NET Compact Framework Pocket Guide will teach you what you need to know.
Read the rest of this entry »

Jan
04

.NET Security

Posted by admin

When you use .NET to create client-and server-side applications, you have to address a new and large set of security issues. .NET Security shows you what you need to know by covering different aspects of the .NET security model through detailed discussions about the key namespaces.
Read the rest of this entry »

Jan
04

Code Generation in Microsoft .NET

Posted by admin

Code generation has the potential to revolutionize application development. Rather than handcrafting each piece of code, developers are increasingly turning to code generation based on templates and applications of business logic to automatically perform a variety of tasks.
Read the rest of this entry »

Application frameworks, which provide a base of common services on which applications are built, offer the benefits of extensibility, modularity, and reusability of both code and design to your applications. This book explains what frameworks are and how they fit into applications, and offers many object-oriented techniques used in application frameworks.
Read the rest of this entry »