Logo

C# - The Basics by V. Mukhi, S. Shanbhag, S. Mukhi

Small book cover: C# - The Basics

C# - The Basics
by

Publisher: BPB Publications

Description:
A comprehensive introductory C# book. It is written assuming no prior programming knowledge. It covers the basics, namespaces, constructors and destructors, components and databases, web enabling data, function overloading and inheritance, modifiers, virtual functions, properties and indexers, interfaces and structures, operator overloading, collection objects, attributes, the reflection API and conditionals, unsafe code.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: C# Notes for ProfessionalsC# Notes for Professionals
- Goalkicker.com
The book is compiled from Stack Overflow Documentation, written by the people at Stack Overflow. Organized around concepts and use cases, this updated edition provides intermediate and advanced programmers with a concise map of C# and .NET knowledge.
(9116 views)
Book cover: HTTP Programming Recipes for C# BotsHTTP Programming Recipes for C# Bots
by - Heaton Research, Inc.
The programs that access the web much like a human user would, which are called bots, can collect information or automate common web programming tasks. This book presents a collection of very reusable recipes for C# bot programming.
(20715 views)
Book cover: C# DevelopmentC# Development
by
The book on C# used by the Department of Computer Science in the University of Hull as the basis of the first year programming course. The key features: practice - do a lot of programming, study - look at programs written by other, and persistence.
(22589 views)
Book cover: Threading in C#Threading in C#
by
An extensive online book on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, etc.
(18419 views)