Showing posts with label .NET Programming. Show all posts
Showing posts with label .NET Programming. Show all posts

Thursday

.NET Book Zero

  • Author: Charles Petzold
  • Format: PDF
  • Price: 0$ (free)
This book is an introduction to C# and the Microsoft .NET Framework for programmers who have experience with C or C++.
This books includes:
       Why This Book?, Why .NET?, Runtimes and SDKs, Edit, Compile, Run, Disassemble, Strings and the ,  onsole, Primitive Data Types, Operators and Expressions, Selection and Iteration, The Stack and the Heap, Arrays, Methods and Fields, Exception Handling, Classes, Structures, and Objects, Instance Methods, Constructors,  Concepts of Equality, Fields and Properties, Inheritance, Virtuality, Operator Overloading, Interfaces, Interoperability, Dates and Times, Events and Delegates, Files and Streams, String Theory, Generics,Nullable Types.


      download

Wednesday

C# School: 14 lessons to get you started with C# and .NET

  • Author: Faraz Rasheed
  • Format: PDF (protected – no copying of text to clipboard)
  • Price: free
The book is divided in to three progressive levels. In the first beginner stage the author discusses the .Net Framework, C# Language Fundamentals and Object Oriented Programming.
In the second intermediate section he goes into depth with Object Oriented constructs such as inheritance, polymorphism, abstract classes, interfaces, structures, enumerations and exceptions.
In the third and final advanced section he delves into what is required to implement real world applications using C# with Base Libraries, focusing on topics such as Collections, Delegates, Events and Windows Programming with a number of control, as well as Data Access with ADO.Net, Threads and Streams.
Contents of the book are:-
       Introduction, C# Language Fundamentals, Classes and Objects, Inheritance & Polymorphism, Structures, Enumeration, Garbage Collection & Nested Classes, Abstract Classes & String Manipulation, Exception Handling, Delegates & Events, WinForms & Windows Applications, More Windows Controls & ,Standard Dialog Boxes, Data Access using ADO.Net, Multithreading, The File System & Streams, New Features In C# 2.0, The Road Ahead

     download