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

https://github.com/jongfeel/oop_review_2017_1

C#으로 알아보는 객체지향 리뷰 2017 season 1
https://github.com/jongfeel/oop_review_2017_1

Last synced: 11 months ago
JSON representation

C#으로 알아보는 객체지향 리뷰 2017 season 1

Awesome Lists containing this project

README

          

# OOP_Review_2017_1
C#으로 알아보는 객체지향 리뷰 2017 season 1

# DevTool
Visual Studio Community 2017

# Cafe list
C언어를 배우자: http://cafe.naver.com/cafec

고구마S: http://cafe.naver.com/gogoomas

Unity Hub - 개발자 커뮤니티: http://cafe.naver.com/unityhub

남궁성의 코드 초보 스터디(자바 java, C언어): http://cafe.naver.com/javachobostudy

윤성우의 프로그래밍 스터디 그룹[C언어,C++,JAVA(자바)]: http://cafe.naver.com/cstudyjava

# Review list
## 16. 2017-05-14
Thread in c# (Task)
## 15. 2017-04-29
Unity coroutine
Understanding IEnumerator and IEnumerable interface
## 14. 2017-04-22
lambda
## 13. 2017-04-15
asynchronous programming
## 12. 2017-04-08
Code review: https://github.com/progsecu/Project-Kinect
## 11. 2017-04-01
event vs delegate
## 10. 2017-03-25
interface

delegate
## 9. 2017-03-18
Code review: https://github.com/icydusk1/Memodic_170224
## 8. 2017-03-04
Code review: https://github.com/icydusk1/Memodic_170224
## 7. 2017-02-25
synchronous/asynchronous

async/await programming
## 6. 2017-02-18
C# 7.0 new features

LINQ basic
## 5. 2017-02-11
LINQ basic

C# 7.0 new features
## 4. 2017-02-04
Reflection

Attribute
## 3. 2017-01-21
Closure

Design Pattern: factory pattern, strategy pattern
## 2. 2017-01-14
Review delegate

Lambda

yield
## 1. 2017-01-07
Equals: value, object

Equals and ReferenceEquals

object.Equals method override