DotNet for professionnals

Download free DotNet tutorial course in PDF, training file in 58 chapters and 192 pages. Free unaffiliated ebook created from Stack OverFlow contributor.

Table of contents

  • About
  • Getting started with NET Framework
  • Hello World in C#
  • Hello World in F#
  • Hello World in Visual Basic NET
  • Hello World in C++/CLI
  • Hello World in IL
  • Hello World in PowerShell
  • Hello World in Nemerle
  • Hello World in Python (IronPython)
  • Hello World in Oxygene
  • Hello World in Boo
  • Strings
  • Count characters
  • Count distinct characters
  • Convert string to/from another encoding
  • Comparing strings
  • Count occurrences of a character
  • Split string into ?xed length blocks
  • ObjectToString() virtual method
  • Immutability of strings
  • DateTime parsing
  • ParseExact
  • TryParse
  • TryParseExact
  • Dictionaries
  • Initializing a Dictionary with a Collection Initializer
  • Adding to a Dictionary
  • Getting a value from a dictionary
  • Make a Dictionary with Case-Insensivitve keys
  • IEnumerable to Dictionary (? NET 35)
  • Enumerating a Dictionary
  • ConcurrentDictionary (from NET 40)
  • Dictionary to List
  • Removing from a Dictionary
  • ContainsKey(TKey)
  • ConcurrentDictionary augmented with Lazy'1 reduces duplicated computation
  • Collections
  • Using collection initializers
  • Stack
  • Creating an initialized List with Custom Types
  • Queue
  • ReadOnlyCollections
  • Creating a ReadOnlyCollection
  • Updating a ReadOnlyCollection
  • Warning: Elements in a ReadOnlyCollection are not inherently read-only
  • Strings
  • Dictionaries
  • ReadOnlyCollections
  • LINQ
  • Reflection
  • Custom Types
  • Settings
  • File Input/Output
  • System.IO.File class
  • Managed Extensibility Framework
  • System.Runtime.Caching.MemoryCache (ObjectCache)
  • .NET Core
  • Dependency Injection
  • NuGet packaging system
  • System.Net.Mail
  • JSON Serialization
  • XmlSerializer
  • JIT compiler
  • TPL Dataflow
  • Process and Thread affinity setting
  • Task Parallel Library (TPL)
  • Synchronization Contexts
  • Garbage Collection
  • System.Diagnostics
  • Work with SHA1 in C#
  • Write to and read from StdErr stream
  • Networking
  • HTTP clients
  • Acronym Glossary

It is a free DotNet ebook created for beginners. The content is extracted from Stack Overflow pltaform, which is written by many DotNet developers and contributors.

The content is released under Creative Commons BY-SA

Size : 1.73MB
File type : pdf
Downloads: 84
Created: 2019-04-29

Warning: Trying to access array offset on false in /home/tutovnfz/public_html/article.php on line 233

Others DotNet Tutorials

Others related eBooks about DotNet for professionnals

PhoneGap and Cordova course

This PDF training tutorial will helps you to get the skills necessary to the development of sites and mobile applications using Cordova technology....

Introduction to Csharp

Download free tutorial in PDF of C# (Csharp) , it's a training document under 65 pages for students who want to learn about the basics of CSharp programming language....

An Introduction to C & GUI Programming

Even if you are an absolute beginner, this book will teach you all you need to know to wri..., download free C Programming tutorial in PDF (156 pages) created by Simon Long ....

Getting started with Swift language

Download free Swift tutorial course in PDF, training file in 60 chapters and 353 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Ruby Regexp

Download free course Ruby Regexp, pdf file on 72 pages by Sundeep Agarwal....

Akka.NET Succinctly

Download free course Akka.NET Succinctly, pdf file on 121 pages by by Zoran Maksimovic....

C# programming tutorial for professionals

Download free C# tutorial course in PDF, training file in 164 chapters and 808 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

How To Code in Python 3

Download free course How To Code in Python 3, pdf file on 459 pages by Lisa Tagliaferri....

Introduction to programming with Fortran 95

Introduction to programming with Fortran 95. This tutorial aim to provide an introduction to programming with Fortran 95. Fortran is particularly suitable for science and engineering....

Data Parallel C++

Learn how to accelerate C++ programs using data parallelism. This open book enables C++ programmers to be at the forefro.....