
.NET Framework Notes for Professionals
Publisher: Goalkicker.com 2018
Number of pages: 192
Description:
Contents: Getting started with .NET Framework; Collections; XmlSerializer; HTTP clients; Exceptions; LINQ; Networking; NuGet packaging system; Reflection; Dictionaries; HTTP servers; Settings; Task Parallel Library (TPL); Custom Types; DateTime parsing; Memory management; Managed Extensibility Framework; SpeechRecognitionEngine class to recognize speech; System.Reflection.Emit namespace; System.Runtime.Caching.MemoryCache (ObjectCache); JSON Serialization; TPL Dataflow; File Input/Output; Platform Invoke; Code Contracts; VB Forms; ForEach; Strings; Expression Trees; Threading; System.Diagnostics; etc.
Download or read it online for free here:
Download link
(1.7MB, PDF)
Similar books
Parallel Programming with Microsoft .NETby Colin Campbell, Ralph Johnson, Stephen Toub - Microsoft Press
A book that introduces .NET programmers to patterns for including parallelism in their applications. Examples of these patterns are parallel loops, parallel tasks and data aggregation with map-reduce. Each pattern has its own chapter.
(17288 views)
Developer's Guide to Microsoft Enterprise Library, C# Editionby Alex Homer - Microsoft Press
You are holding in your hands a book that will make your life as an enterprise developer a whole lot easier. It's a guide on Microsoft Enterprise Library and it's meant to guide you through how to apply .NET for enterprise development.
(13884 views)
Visual Studio.Net: Controls and Add-insby Vijay Mukhi, Sonal Mukhi, Manish Purohit - BPB Publications
User-controls and the extensibility features offered by add-ins are probed in detail. The text covers controls-attributes, properties and events, creating a UI type editor, type conversion, designers, writing C# code, web controls, add-ins.
(23480 views)
Introduction to .NET Framework 3.0- Wikibooks
The .NET Framework 3.0 has been created mainly as an extension of .NET 2.0. Hence, most of the features of .NET 2.0 would be workable with .NET 3.0. Migration from .NET 2.0 to .NET 3.0 is easy as it involves only the upgradation of the features.
(10258 views)