logo rip
RIP Tutorial
  • Tags
  • Topics
  • Examples
  • eBooks
Download C# Language (PDF)

C# Language

  • Getting started with C# Language
  • Learn Tutorial
  • How to Start Learning C# While Still in College
  • Awesome Book
  • Awesome Community
  • Awesome Course
  • Awesome Tutorial
  • Awesome YouTube
  • .NET Compiler Platform (Roslyn)
  • Access Modifiers
  • Access network shared folder with username and password
  • Accessing Databases
  • Action Filters
  • Aliases of built-in types
  • An overview of c# collections
  • Anonymous types
  • Arrays
  • ASP.NET Identity
  • AssemblyInfo.cs Examples
  • Async/await, Backgroundworker, Task and Thread Examples
  • Async-Await
  • Asynchronous Socket
  • Attributes
  • BackgroundWorker
  • BigInteger
  • Binary Serialization
  • BindingList
  • Built-in Types
  • C# 3.0 Features
  • C# 4.0 Features
  • C# 5.0 Features
  • C# 6.0 Features
  • C# 7.0 Features
  • C# Authentication handler
  • C# Script
  • Caching
  • Casting
  • Checked and Unchecked
  • CLSCompliantAttribute
  • Code Contracts
  • Code Contracts and Assertions
  • Collection Initializers
  • Comments and regions
  • Common String Operations
  • Conditional Statements
  • Constructors and Finalizers
  • Creating a Console Application using a Plain-Text Editor and the C# Compiler (csc.exe)
  • Creating Own MessageBox in Windows Form Application
  • Creational Design Patterns
  • Cryptography (System.Security.Cryptography)
  • Data Annotation
  • DateTime Methods
    • Current Date
    • DateTime as initializer in for-loop
    • DateTime Formating
    • DateTime ToString, ToShortDateString, ToLongDateString and ToString formatted
    • DateTime.Add(TimeSpan)
    • DateTime.AddDays(Double)
    • DateTime.AddHours(Double)
    • DateTime.AddMilliseconds(Double)
    • DateTime.AddYears(Int32)
    • DateTime.Compare(DateTime t1, DateTime t2 )
    • DateTime.DaysInMonth(Int32, Int32)
    • DateTime.Parse(String)
    • DateTime.ParseExact(String, String, IFormatProvider)
    • DateTime.TryParse(String, DateTime)
    • DateTime.TryParseExact(String, String, IFormatProvider, DateTimeStyles, DateTime)
    • Parse and TryParse with culture info
    • Pure functions warning when dealing with DateTime
  • Delegates
  • Dependency Injection
  • Diagnostics
  • Dynamic type
  • Enum
  • Equality Operator
  • Equals and GetHashCode
  • Events