An open API service indexing awesome lists of open source software.

https://github.com/wk-j/learn-csharp


https://github.com/wk-j/learn-csharp

csharp

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

## Try C\#

[![Build Status](https://travis-ci.org/wk-j/try-csharp.svg?branch=master)](https://travis-ci.org/wk-j/try-csharp)

- [Concepts/Covariance](Concepts/Covariance)
- [Concepts/DelegateSubstractions](Concepts/DelegateSubstractions)
- [Function/AsyncLocal](Function/AsyncLocal)
- [Function/AsyncLocalVsCallContext](Function/AsyncLocalVsCallContext)
- [Function/ThreadLocalDemo](Function/ThreadLocalDemo)
- [Issue/DelegateEqualityComparisonsAreVeryStrangeIndeed](Issue/DelegateEqualityComparisonsAreVeryStrangeIndeed)
- [Question/Contains](Question/Contains)
- [Question/HowDoesGetTypeWork](Question/HowDoesGetTypeWork)
- [Question/NewConstraint](Question/NewConstraint)
- [Scripts/Array](Scripts/Array)
- [Scripts/AvoidCustomDelegate](Scripts/AvoidCustomDelegate)
- [Scripts/DriveInfo](Scripts/DriveInfo)
- [Scripts/HandlingAndREthrowingException](Scripts/HandlingAndREthrowingException)
- [Scripts/Hello](Scripts/Hello)
- [Scripts/InOut](Scripts/InOut)
- [Scripts/InvalidDictionaryInitialize](Scripts/InvalidDictionaryInitialize)
- [Scripts/InvocationExpression](Scripts/InvocationExpression)
- [Scripts/Lang.01-Delegate](Scripts/Lang.01-Delegate)
- [Scripts/Lang.02-LazyParameterPassing](Scripts/Lang.02-LazyParameterPassing)
- [Scripts/Loop](Scripts/Loop)
- [Scripts/NewVsOverride](Scripts/NewVsOverride)
- [Scripts/OutParametersAndLinqDoNotMix](Scripts/OutParametersAndLinqDoNotMix)
- [Scripts/PerformanceCounter](Scripts/PerformanceCounter)
- [Scripts/Process](Scripts/Process)
- [Scripts/Regex](Scripts/Regex)
- [Scripts/RemovableTokens](Scripts/RemovableTokens)
- [Scripts/Repeat](Scripts/Repeat)
- [Scripts/StringComparison](Scripts/StringComparison)
- [Scripts/StringInterning](Scripts/StringInterning)
- [Scripts/TheVoidIsInvariant](Scripts/TheVoidIsInvariant)
- [Scripts/WhatInterfacesDoAllArraysImplement](Scripts/WhatInterfacesDoAllArraysImplement)
- [Scripts/WhyArrayImplementsIList](Scripts/WhyArrayImplementsIList)
- [Zoo/01-StringBuilder](Zoo/01-StringBuilder)
- [Zoo/03-OmniSharp](Zoo/03-OmniSharp)
- [Zoo/04-MulticastDelegateAreTwiceSlow](Zoo/04-MulticastDelegateAreTwiceSlow)
- [Zoo/05-LinqAggregate](Zoo/05-LinqAggregate)
- [Zoo/06-IntVsNullableInt](Zoo/06-IntVsNullableInt)
- [Zoo/07-Defer](Zoo/07-Defer)
- [Zoo/08-Contain](Zoo/08-Contain)
- [Zoo/09-Linq.Expression.New](Zoo/09-Linq.Expression.New)
- [Zoo/10-Invalid.Use.Of.Type](Zoo/10-Invalid.Use.Of.Type)
- [Zoo/AwaitNull](Zoo/AwaitNull)
- [Zoo/DoNotCastUnnecessarily](Zoo/DoNotCastUnnecessarily)
- [Zoo/StringBuilderPerformance](Zoo/StringBuilderPerformance)
- [Zoo/TypeOfArrayIsArray](Zoo/TypeOfArrayIsArray)
- [Zoo/UserDefinedConversion](Zoo/UserDefinedConversion)