Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C# Programming for Beginners: Learn in 1 Day

Posted By: AlenMiler
C# Programming for Beginners: Learn in 1 Day

C# Programming for Beginners: Learn in 1 Day by Krishna Rungta
English | 24 Aug. 2016 | ASIN: B01KZWIM52 | 172 Pages | PDF | 16.89 MB

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 applications. If you are not in a position to attend a full-time course to learn these features. This e-book is a complete guide that covered key learning of Csharp

What is .NET Framework

What is the .NET Framework:

Different versions of the .Net framework

Data Types:

Building the first console application

Basic Data Types

Enumeration

Variables and Operators

Flow Control and conditional statements

Arrays

Class and Object:

What are classes and objects

Fields and methods

Access Modifiers

Constructors

Inheritance

Polymorphism

Abstract classes

Interfaces

Others:

Collections

Windows Form Application

Database Access

File Operations