logo rip
RIP Tutorial
  • Tags
  • Topics
  • Examples
  • eBooks
Download .NET Framework (PDF)

.NET Framework

  • Getting started with .NET Framework
  • Awesome Book
  • Awesome Community
  • Awesome Course
  • Awesome Tutorial
  • Awesome YouTube
  • .NET Core
  • Acronym Glossary
  • ADO.NET
  • CLR
  • Code Contracts
  • Collections
  • Custom Types
  • DateTime parsing
  • Dependency Injection
  • Dictionaries
  • Encryption / Cryptography
  • Exceptions
  • Expression Trees
  • File Input/Output
  • ForEach
  • Garbage Collection
  • Globalization in ASP.NET MVC using Smart internationalization for ASP.NET
  • HTTP clients
  • HTTP servers
  • JIT compiler
  • JSON in .NET with Newtonsoft.Json
  • JSON Serialization
  • LINQ
    • Aggregate (fold)
    • All
    • Any
    • Average
    • Cast
    • Concat
    • Contains
    • Count
    • DefaultIfEmpty
    • Distinct
    • ElementAt
    • ElementAtOrDefault
    • Empty
    • Except
    • First (find)
    • FirstOrDefault
    • GroupBy
    • GroupJoin
    • Intersect
    • Join
    • Last
    • LastOrDefault
    • Left Outer Join
    • Max
    • Min
    • OfType
    • OrderBy
    • OrderByDescending
    • Range
    • Repeat
    • Reverse
    • Select (map)
    • SelectMany (flat map)
    • SequenceEqual
    • Single
    • SingleOrDefault
    • Skip
    • SkipWhile
    • Sum
    • Take
    • TakeWhile
    • ThenBy