.NET Framework Notes for Professionals



Download free course .NET Framework Notes for Professionals, pdf file on 192 pages by Stack Overflow Community.
The .NET Framework Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

Table of contents

  • Getting started with .NET Framework
  • Strings
  • DateTime parsing
  • Dictionaries
  • Collections
  • ReadOnlyCollections
  • Stack and Heap
  • LINQ
  • ForEach
  • Reflection
  • Expression Trees
  • Custom Types
  • Code Contracts
  • Settings
  • Regular Expressions (System.Text.RegularExpressions)
  • File Input/Output
  • System.IO
  • System.IO.File class
  • Reading and writing Zip files
  • Managed Extensibility Framework
  • SpeechRecognitionEngine class to recognize speech
  • System.Runtime.Caching.MemoryCache (ObjectCache)
  • System.Reflection.Emit namespace
  • .NET Core
  • ADO.NET
  • Dependency Injection
  • Platform Invoke
  • NuGet packaging system
  • Globalization in ASP.NET MVC using Smart internationalization for ASP.NET
  • System.Net.Mail
  • Using Progress<T> and IProgress<T>
  • JSON Serialization
  • JSON in .NET with Newtonsoft.Json
  • XmlSerializer
  • VB Forms
  • JIT compiler
  • CLR
  • TPL Dataflow
  • Threading
  • Process and Thread affnity setting
  • Parallel processing using .Net framework
  • Task Parallel Library (TPL)
  • Task Parallel Library (TPL) API Overviews
  • Synchronization Contexts
  • Memory management
  • Garbage Collection
  • Exceptions
  • System.Diagnostics
  • Encryption / Cryptography
  • Work with SHA1 in C#
  • Unit testing
  • Write to and read from StdErr stream
  • Upload file and POST data to webserver
  • Networking
  • HTTP servers
  • HTTP clients
  • Serial Ports
  • Acronym Glossary
Pages : 192
Size : 1.8 MB
File type : PDF
Downloads: 120
Created: 2022-02-03
License: CC BY-SA
Author(s): Stack Overflow Community
.NET Framework Notes for Professionals

Others .net Tutorials

Architect Modern Web Applications with ASP.NET Core and Azure

ASP.NET WebHooks Succinctly

25 Secrets for Faster ASP.NET Applications

VB.NET for beginners

.NET Microservices

Others related eBooks about .NET Framework Notes for Professionals

Web service with SOAP, PHP and WSDL

Download a PDF tutorial about the Web service and SOAP technology,free training document material on 7 pages by Monteiro....

C++ Pointers and Memory

This document explains how pointers and memory work and how to use them—from the basic concepts through all the major programming techniques. For each topic there is a combination of discussion, sample C code, and drawings....

Think Python - How to Think Like a Computer Scientist

Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, ...

Eclipse project : briefing materials

...

The Common Java Cookbook

Download free course The Common Java Cookbook, pdf file on 333 pages by Tim O'Brien....

A Whirlwind Tour of Python

A Whirlwind Tour of Python is a fast-paced introduction to essential features of the Python language, aimed at researchers and developers who are already familiar with programming in another language. The material is particularly designed for those who wish to use Python for data science and/or scie...

Algorithms

Algorithms are the lifeblood of computer science. They are the machines that proofs build ..., download free Algorithms tutorial in PDF (472 pages) created by Jeff Erickson ....

Essential Algorithms

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Algorithms as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....

A Practical Introduction to Python Programming

This book is for anyone who wants to understand Python programming. It is degigned as partly a tutorial and partly a reference of Python....

2D Game Development: From Zero to Hero

This is a small project that aims to gather some knowledge about game development and make..., download free Game Development tutorial in PDF (260 pages) created by Penaz ....