Giter Site home page Giter Site logo

moamensoroor / professional-csharp-code Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 465 KB

This repo. has C# language features code I have implemented to achieve a good understanding of the .net & c# language feature

C# 100.00%
reflection dynamic-programming asynchronous-programming assemblies oop collections generics delegates tuples nullables

professional-csharp-code's Introduction

professional-csharp-code

This repo. has C# code I have implemented to achieve a good understanding of the .net & c# language features, and it is based on many resources, and i will mention the main of them:

Topics covered in the professional-csharp-code repository:

  • Core C# Programming Constructs

    • DataTypes Basics
    • Methods Basics
    • ControlFlow
    • Arrays
    • Strings
    • DateTime
  • Object Oriented Programming

    • Encapsulation
    • Inheritance
    • Polymorphism
    • Interfaces
  • Exception Handling

    • Understanding Structured Exception Handling
    • Without Exception Handling Mechanism
    • Throw Exception Without Handling - Catching Exceptions
    • Custom Exception Class With Strongly-Typed Prperties
    • Custom Exception Class With Strongly-Typed Prperties: Message Passed To base Constructor
    • Multiple Catch Clauses - General Catch - Rethrowing Exceptions - The finally Block - Exception Filters"
  • Generics

    • Creating Custom Generic Methods
    • Inference of Type Parameters
    • Creating Custom Generic Structures
    • Creating Custom Generic Classes
    • The default Keyword in Generic Code
    • Constraining Type Parameters
    • Multiple Type Parameter, and Multiple Where Clauses
  • Collections

    • Introduction to Collections and Generics
    • Nongeneric collections (System.Collections namespace)
    • Boxing and Unboxing
    • The Problems of Nongeneric Collections
    • A First Look at Generic Collections
    • The Role of Generic Type Parameters
    • Specifying Type Parameters for Generic Interfaces
    • The System.Collections.Generic Namespace
    • Understanding Collection Initialization Syntax
    • Working with the List Class
    • Sorting a List
    • Binary Search On a List
    • LinkedList Class, Stack Class, Queue Class, HashSet Class, SortedSet Class
    • Dictionary Class, SortedDictionary Class
    • ObservableCollection Class, ReadOnlyObservableCollection Class
  • Delegates, Events, and Lambda Expressions

    • Introduction to .Net Delegates
    • The C# delegate keyword represents a sealed class deriving from System.MulticastDelegate
    • The System.MulticastDelegate and System.Delegate Base Classes
    • Callback by Interface
    • Sending Object State Notifications Using Delegates
    • Method Group Conversion Syntax
    • Understanding Generic Delegates
    • The Generic Action<> and Func<> Delegates
    • The Problem With Class's public Delegate Member Variables
    • The C# event Keyword
    • Creating Custom Event Arguments - EventArgs Base Class
    • The Generic EventHandler Delegate
  • Advanced C# Language Features

    • Tuples
    • Nullables
  • LINQ To Objects

  • Object Lifetime

  • type reflection, late Binding, and attriBute-Based programming

  • Dynamic Types and the Dynamic Language Runtime

  • Processes, AppDomains, and Object Contexts

  • Multithreaded, Parallel, and Async Programming

professional-csharp-code's People

Contributors

moamensoroor avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.