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: 83
Created: 2019-04-29

Others DotNet Tutorials

Others related eBooks about DotNet for professionnals

Guide to C++ Programming

This tutorial provides an introduction to C++ programming language in PDF. This guide will help you to learn how to write a simple computer programs in C++ with somes exercises....

Creating Games in C++ : A Step-by-Step Guide

Creating Games in C++ : A Step-by-Step Guide,this PDF tutorial teaches You How to Build A Real Game, a complete training course under 600 pages by David Conger and Ron Little....

Machine Learning Yearning

Download free course Machine Learning Yearning, pdf file on 118 pages by Andrew Ng....

The JavaScript Way

Download free course The JavaScript Way, pdf file on 288 pages by Baptiste Pesquet....

Making Games with Python & Pygame

Making Games with Python & Pygame covers the Pygame library with the source code for 11 ga..., download free Game Development tutorial in PDF (365 pages) created by ....

Learning Regular Expressions

A regular expression (regex or regexp) is a sequence of characters that define a search pa..., download free Regular Expressions tutorial in PDF (94 pages) created by ....

Deep Learning and the Game of Go

The ancient strategy game of Go is an incredible case study for AI. In 2016, a deep learning-based system shocked the Go world by defeating a world champion. Shortly after that, the upgraded AlphaGo Zero crushed the original bot by using deep reinforcement learning to master the game. Now, you can l...

Learning C#

Download free course Learning C#, pdf file on 1008 pages by Stack Overflow Community....

Android™ Notes for Professionals

The fast-growing popularity of Android smartphones and tablets creates a huge opportunities for developers. If you're an experienced developer, you can start creating robust mobile Android apps right away with this professional guide....

Coffee Break Python Slicing

Puzzle-based learning is an active learning technique. With code puzzles, you will learn f..., download free Python tutorial in PDF (89 pages) created by ....