Download WordPress Themes, Happy Birthday Wishes
Home » Author Archives: admin (page 249)

Author Archives: admin

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 »

.NET Book Zero: C#/.NET for C/C++ Developers

This free on-line 267-page book is an introduction to C# and the Microsoft .NET Framework for programmers who have experience with C or C++.This book is written in tutorial style, which means that it is intended to be read sequentially. The reader is

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 »

Introduction to programming and the C# language

The book is a practical basic introduction to programming and C# that introduces basic principles of object-oriented programming and also deals with the C# programming language through a collection of simple examples. The goal is to provide the basic

Read More »

Dissecting a C# Application – Inside SharpDevelop

Learn advanced .NET programming techniques by getting an insiders' look at a complete application! SharpDevelop is a complete Integrated Development Environment, written in C#. It includes all the advanced features that programmers expect from a mod

Read More »

Programmer’s Heaven C# School Book

The Programmer's Heaven C# School book covers the .NET framework and the C# language. Starting with the basics of the language, it goes on to cover object oriented programming techniques and a wide range of C# languages features.It covers interfaces,

Read More »

The C# Yellow Book

Learn C# from first principles the Rob Miles way. With jokes, puns, and a rigorous problem solving based approach.This book offers several hands-on labs along the way to help you build and test programs using skills you've learned up to that point. I

Read More »