Download WordPress Themes, Happy Birthday Wishes
Home » Computer » C# (page 2)

C#

Free C# eBooks downloads.

Agile Principles, Patterns, and Practices in C#

This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code. The introductory chapters lay out the basics of the agile movement, while the later ch

Read More »

Data Capture and Extraction with C# Succinctly

Capturing and extracting information is one of the most important tasks a developer can perform, and making this task more engaging without relying entirely on specialized tools is an efficient way to improve productivity. In Data Capture and Extract

Read More »

C# Code Contracts Succinctly

Developed by Microsoft's Research in Software Engineering, Code Contracts provide a way to convey code assumptions in your .NET applications. They can take the form of preconditions, postconditions, and state invariants. In C# Code Contracts Succinct

Read More »

Professional C#/VB .NET Coding Guidelines

This is a book on naming conventions, best coding practices and patterns written by the industry expert Steven Sartain.This document is a working document - it is not designed to meet the requirement that we have a coding standard but instead it is a

Read More »

Neural Networks Using C# Succinctly

Neural networks are an exciting field of software development used to calculate outputs from input data. While the idea seems simple enough, the implications of such networks are staggering - think optical character recognition, speech recognition, a

Read More »

Object-Oriented Programming in C# Succinctly

Object-oriented programming is the de facto programming paradigm for many programming languages. This book provides an introduction to Object-oriented programming (OOP) for C# developers. It also provides overviews and numerous samples to guide reade

Read More »

C# Design Patterns: A Tutorial

This is a practical book that tells you how to write C# programs using some of the most common design patterns. It also serves as a quick introduction to programming in the new C# language.The pattern discussions are structured as a series of short

Read More »

Threading in C#

C# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads.This book teaches the essential skill of asynchronous programming in C#. It answers critical quest

Read More »

C# Notes for Professionals

The C# Notes for Professionals book is compiled from Stack Overflow Documentation. Text content is released under , the content is written by the beautiful people at Stack Overflow. Text content is released under Creative Commons BY-SA. See credits a

Read More »

C# Programming

C# (pronounced "See Sharp") is a multi-purpose computer programming language suitable for a wide variety of development needs.This WikiBook introduces C# language fundamentals and covers a variety of the base class libraries (BCL) provided by the Mic

Read More »