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
- Host: GitHub
- URL: https://github.com/jongfeel/oop_review_2017_1
- Owner: jongfeel
- License: mit
- Created: 2016-12-09T01:29:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T03:00:29.000Z (about 9 years ago)
- Last Synced: 2025-07-07T17:49:25.183Z (11 months ago)
- Language: C#
- Size: 64.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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