추천강의

C# 6.0 강의 추천 리뷰

알지오 2017. 10. 27. 10:29
알지오 평생교육원 C# 6.0 강좌입니다.

전문가들이 뽑은 꼭 배워야하는 실무활용 강의
그동안 찾던 C# 6.0 강좌의 완전판 !
여러분의 마지막 강의가 되어드리겠습니다.

알지오에서는 PC와 스마트폰, 태블릿을 이용해서 언제, 어디서나 공부를 할 수 있습니다.
열심히 공부해서 C# 6.0 강좌를 마스터해보세요.

<C# 6.0 강좌 샘플동영상>


<C# 6.0 강좌 리뷰>

혼자서 독학을 해보려고 C# 6.0 책을 사서 공부를 시작했습니다.
큰맘 먹고 공부를 시작해보려는데 책을 열자마나 정말 무슨 소리인지 하나도 모르겠더라고요.
아무리 어려운 프로그램이더라도 책이랑 인터넷 뒤지면 웬만한 건 다 할 수 있다고
자신하고 있었는데 제가 오만 했었나 봐요
그래서 안 되겠다 싶어서 인강의 도움을 받아야 겠어서 주위에서 추천을 좀 받았습니다.
알지오는 전문가 중심의 실무 강의가 좋다는 추천을 많이 받게 되었어요.
역시 강의가 혼자 할 때 보다 훨씬 수월하더라고요

열심히 해서 c# 완전히 정복할겁니다~!



C# 6.0 강좌 정보입니다. 추천 인터넷 강의 : 알지오

C#6.0강의,C#6.0강좌,C#6.0교육,C#6.0학원,C#6.0인강,C#6.0인터넷강의,C#6.0인터넷강좌,C#6.0동영상,C#6.0동영상강의,C#6.0동영상강좌,C#6.0배우기,C#6.0사용법,C#6.0사용방법,c#,프로그래밍,c#코드,c#프로그램,c++,c#책,c#강좌,유니티,비주얼베이직,visualc#,프로그래밍언어

  • 01.24분 C#의 기본 문법 및 클래스 1

    C#에서의 변수사용법과 조건문, 반복문, 클래스에 대해서 알아봅니다.

    책갈피 : [00:00] 기본 문법/[00:06] 콘솔 응용 프로그램/[00:27] Main()/[00:53] 꿀팁/[00:58] 변수 사용/[01:11] 꿀팁/[01:57] Console.WriteLine/[02:06] 꿀팁/[02:22] 디버그하지 않고 시작/[02:56] 꿀팁/[03:46] Console.WriteLine/[03:49] 꿀팁/[04:02] 꿀팁/[04:31] 정수형(int), 실수형(float, double)/[05:05] 문자형 변수/[05:08] 꿀팁/[05:12] char/[06:04] 꿀팁/[06:49] 실행/[08:00] 문자열 변수/[08:05] string/[08:07] 꿀팁/[08:37] Console.WriteLine(str)/[08:53] 꿀팁/[09:31] 꿀팁/[10:01] 꿀팁/[10:24] Console.WriteLine(f)/[10:36] 형변환/[11:43] short s2/[11:53] 꿀팁/[12:42] 변수이름 설정/[12:49] 변수이름 설정시 제약사항 1/[13:06] 변수이름 설정시 제약사항 2/[13:15] 변수이름 설정시 제약사항 3/[13:36] const/[13:37] 꿀팁/[14:22] 실행/[14:29] 사칙연산자/[14:34] 꿀팁/[14:50] 실행/[15:39] int/[15:57] 배열/[16:04] 꿀팁/[17:35] 한번에 변수이름 변경하기/[18:02] 여러개 int를 가진 intarray 초기화/[18:38] 실행/[18:57] int 유동적 사용 방법/[19:40] 꿀팁/[20:41] 실행, 에러/[20:50] 2차원, 3차원 배열 초기화/[22:06] 다차원 배열 방법/[22:33] 꿀팁

  • 02.28분 C#의 기본 문법 및 클래스 2

    C#에서의 변수사용법과 조건문, 반복문, 클래스에 대해서 알아봅니다.

    책갈피 : [00:03] 조건문/[00:04] 꿀팁/[00:07] if/[00:30] 꿀팁/[00:31] ==/[01:04] 꿀팁/[01:12] 실행/[01:18] i의 값이 3이 아닐 경우/[01:32] 꿀팁/[01:34] 여러개 조건을 동시에 비교/[02:25] 느낌표 연산자/[02:40] 동시에 비교하고 싶을 때/[02:57] 꿀팁/[03:16] 꿀팁/[03:39] 꿀팁/[04:22] 꿀팁/[04:56] 꿀팁/[05:44] 꿀팁/[05:49] else/[06:16] 꿀팁/[06:17] else if/[06:49] else if 체크/[07:04] 꿀팁/[07:23] 꿀팁/[07:36] i%2==0/[08:09] 꿀팁/[08:28] switch 문/[08:33] 꿀팁/[08:45] case/[09:34] 꿀팁/[09:36] default/[10:30] 꿀팁/[10:40] 한 블록을 여러 번 실행할 수 있는 반복문/[10:51] 꿀팁/[10:57] 초기화/[11:07] 조건문/[11:21] 반복문/[11:48] i++/[11:51] 꿀팁/[12:00] i--/[12:13] i++ 특징/[12:42] 더한후 사용하고 싶을 때/[12:46] 꿀팁/[13:08] for문/[13:26] 꿀팁/[13:28] 대입연산자/[13:57] 꿀팁/[14:50] 실행/[15:05] 초기화 - 조건문 - (반복문 - 조건문)/[15:55] for 수정/[16:12] 실행/[16:35] 꿀팁/[16:37] if (; ; i++) break/[17:09] 꿀팁/[17:23] 실행/[17:25] 꿀팁/[17:31] i++;/[17:35] 실행/[17:44] for문 겹쳐 사용/[18:25] 꿀팁/[19:12] 꿀팁/[19:14] array/[19:39] 꿀팁/[19:56] 실행/[20:21] 꿀팁/[20:23] foreach문/[20:28] (int i in array)/[21:25] 실행/[21:32] 꿀팁/[21:36] while문/[21:49] 실행/[23:18] 꿀팁/[23:20] do/[24:48] 꿀팁/[25:00] 꿀팁/[25:25] 꿀팁/[25:30] break/[25:36] 실행/[26:43] continue/[26:45] 꿀팁/[27:07] 실행

  • 03.22분 C#의 기본 문법 및 클래스 3

    C#에서의 변수사용법과 조건문, 반복문, 클래스에 대해서 알아봅니다.

    책갈피 : [00:00] 객체지향언어/[00:05] 꿀팁/[00:16] Program/[00:26] string/[00:54] 프로젝트 - 새 항목 추가/[01:04] Student.cs 저장/[01:17] 꿀팁/[01:18] 변수 선언/[01:41] string name/[01:59] int age/[02:02] bool male/[02:12] 선언한 이름, 나이, 성별 사용/[02:27] 꿀팁/[02:32] Main/[02:54] new Student/[03:56] 보호 수준/[04:23] 꿀팁/[04:26] public/[05:12] false/[05:15] 꿀팁/[05:17] Console.WriteLine/[05:43] 꿀팁/[05:47] void/[05:52] PrintInformation/[06:23] 꿀팁/[07:06] 실행/[07:28] 꿀팁/[07:46] SetInformation/[08:35] 꿀팁/[08:36] this/[09:48] true/[10:08] 실행/[10:51] 일반 변수 돌려쓰기/[10:53] 꿀팁/[11:01] AfteAge/[11:38] 꿀팁/[11:46] return/[12:50] aa/[12:51] 실행/[13:18] 꿀팁/[14:24] 꿀팁/[15:15] 꿀팁/[15:22] public void/[15:59] student2.SetInformation 주석처리/[16:02] 실행/[16:27] 생성자/[17:04] 생성자, 매개변수/[17:49] 매개 변수를 받는 생성자 사용/[18:43] 매개 변수를 받는 생성자, 비어있는 생성자 사용/[21:05] 소멸자 메서드/[21:10] 꿀팁/[21:25] 꿀팁/[21:43] 꿀팁/[21:47] WriteLine/[21:52] 실행

  • 04.17분 C# 클래스 1

    클래스 사용방법, 상속, 오버라이드, 오버로드, 추상클래스와 인터페이스에 대해서 배웁니다.

    책갈피 : [00:18] Student/[00:22] public/[00:23] 꿀팁/[00:52] count, id/[01:07] 꿀팁/[01:34] student.PrintInformation/[01:52] 실행/[02:07] class student/[02:16] 꿀팁/[02:42] 실행/[03:05] 꿀팁/[03:37] Main/[03:43] SetInformation/[03:48] string name, int age, bool male/[04:00] 꿀팁/[04:02] WriteLine/[04:11] Console/[04:40] 정적 메서드/[04:41] 꿀팁/[05:06] 매개변수/[05:15] 꿀팁/[05:24] MakeStudent/[05:54] 실행/[05:57] 정적 메서드 특징/[06:24] 꿀팁/[06:26] this/[06:36] 정적 생성자/[06:43] 실행/[07:16] 꿀팁/[07:23] 초기화/[08:17] "시작!"/[08:38] "정적 생성자!"/[08:42] 실행/[09:32] namespzce살펴보기/[09:35] 꿀팁/[10:31] Program/[11:02] 꿀팁/[11:03] using/[11:25] 꿀팁/[11:29] public/[12:14] 꿀팁/[13:37] 꿀팁/[13:42] return/[14:10] SetInformation/[14:35] 꿀팁/[15:03] 꿀팁/[15:55] 꿀팁/[16:09] Count/[16:42] 꿀팁

  • 05.20분 C# 클래스 2

    클래스 사용방법, 상속, 오버라이드, 오버로드, 추상클래스와 인터페이스에 대해서 배웁니다.

    책갈피 : [00:03] 꿀팁/[00:09] value/[00:27] SetCount/[00:51] int/[01:35] 꿀팁/[02:10] 꿀팁/[02:11] private set/[02:24] count = 0/[03:23] 객체지향 상속에 대해/[03:27] 새 항목 추가/[03:34] class Animal/[03:41] 꿀팁/[03:42] Animal 복수해서 붙여쓰기/[04:51] 꿀팁/[04:56] 부모와 자식/[05:45] 자신만의 메서드 만들기/[06:02] 꿀팁/[06:24] protected/[06:26] 꿀팁/[06:46] 접근제한자/[07:02] 꿀팁/[07:05] sealed/[07:33] string/[08:19] 꿀팁/[08:20] public/[08:31] 주석처리/[08:46] 꿀팁/[08:54] Move()/[08:58] 실행/[09:45] 꿀팁/[10:44] Sit()/[11:30] 꿀팁/[11:52] 꿀팁/[12:06] 꿀팁/[12:22] as/[12:29] 꿀팁/[13:00] 꿀팁/[13:02] foreach/[13:20] 꿀팁/[13:50] new/[14:07] 꿀팁/[14:28] int/[14:53] 꿀팁/[15:03] WriteLine/[15:51] 꿀팁/[16:16] Eat()/[16:19] 실행/[17:18] 꿀팁/[17:35] 자식 클래스/[17:47] 꿀팁/[18:01] animal 자동완성 메소드/[18:07] 꿀팁/[18:09] Equals, GetHashCode, GetType, ToString/[18:38] Object/[19:03]as, 형변환/[19:10] 꿀팁/[19:34] 실행/[19:59] ToString()/[20:08] 꿀팁/[20:20] 실행

  • 06.24분 C# 클래스 3

    클래스 사용방법, 상속, 오버라이드, 오버로드, 추상클래스와 인터페이스에 대해서 배웁니다.

    책갈피 : [00:03] int/[00:07] 꿀팁/[00:19] ToString/[00:26] 실행/[00:33] double/[00:44] 꿀팁/[00:48] 상속/[01:03] 꿀팁/[01:05] GetType/[01:24] animal/[01:56] FullName, Name, Namespace/[02:04] 실행/[02:31] 꿀팁/[02:41] typeof/[03:16] 꿀팁/[03:43] i1, i2/[03:51] 꿀팁/[03:58] i1.Equals(i2)/[04:52] 실행/[05:47] 꿀팁/[05:48] GetHashCode/[06:09] 실행/[06:14] Animal animal/[07:59] 꿀팁/[08:04] animal Length/[08:28] 꿀팁/[08:39] 꿀팁/[09:02] 메서드 살펴보기/[09:10] 꿀팁/[09:27] 꿀팁/[09:57] Copy/[10:11] 꿀팁/[10:13] Array Sort/[10:17] 실행/[10:55] 꿀팁/[10:58] this/[11:23] 꿀팁/[12:24] 꿀팁/[13:12] 꿀팁/[13:44] 실행/[14:58] 꿀팁/[15:10] base/[15:57] 실행/[18:02] 꿀팁/[18:04] virtual/[19:15] 꿀팁/[19:27] 꿀팁/[19:31] override/[19:51] 꿀팁/[19:54] Move()/[19:57] 실행/[21:10] 다중정의/[21:33] 꿀팁/[22:06] 꿀팁/[23:38] 꿀팁

  • 07.24분 C# 클래스 4

    클래스 사용방법, 상속, 오버라이드, 오버로드, 추상클래스와 인터페이스에 대해서 배웁니다.

    책갈피 : [00:02] 연산자 오버로드/[00:06] 꿀팁/[00:15] 기본적인 사칙연산/[00:29] 비교연산자/[00:33] 꿀팁/[00:58] 사칙연산을 재정의하는 학습/[01:41] 꿀팁/[01:19] 새로운 클래스 만들기/[01:42] public/[01:50] gram/[02:04] 메소드 재정의/[02:10] 꿀팁/[02:19] return/[02:51] 꿀팁/[03:36] 메소드 재정의/[03:53] 꿀팁/[03:56] static/[04:03] operator/[04:21] gram g1, gram g2 더하기/[04:40] 꿀팁/[06:32] killoGram 클래스 생성/[06:55] 꿀팁/[07:09] 형변환/[07:36] 꿀팁/[08:04] 꿀팁/[08:16] implicit/[08:35] explicit/[09:11] killoGram을 gram으로 변경/[09:13] 꿀팁/[09:27] k1과 g3형변환/[09:37] 실행/[09:44] 꿀팁/[10:07] 꿀팁/[10:59] 중첩 클래스/[11:04] 꿀팁/[11:06] 예제/[11:14] NestedClass/[12:15] 추상 클래스/[12:18] 예제/[12:26] 꿀팁/[12:32] abstract/[12:41] 추상 클래스 특징/[13:08] 자식 클래스/[13:38] public abstract void/[14:11] public override void/[14:34] 꿀팁/[15:31] Bounce(), Move()/[15:36] 실행/[16:02] 꿀팁/[16:17] BallDelegate()/[17:07] Delegate사용방법/[18:38] 꿀팁/[19:00] Bounce, Move/[19:48] Delegate 응용/[20:00] Print/[20:35] Delegate, 매개변수/[20:46] 꿀팁/[21:18] 꿀팁/[21:19] delegate int intDelegate/[21:39] 꿀팁/[22:33] 꿀팁/[23:14] return/[23:03] int result/[23:09] 꿀팁/[23:17] return result/[23:44] Delegate 사용

  • 08.20분 C# 클래스 5

    클래스 사용방법, 상속, 오버라이드, 오버로드, 추상클래스와 인터페이스에 대해서 배웁니다.

    책갈피 : [00:05] 추상클레스/[00:11] 꿀팁/[00:13] interface/[00:38] new IThrowable/[01:40] Roll구연/[01:44] 꿀팁/[01:48] override/[02:00] Bounce메서드/[02:55] 꿀팁/[02:56] ball is IRollable/[03:22] 실행/[04:05] ball as SocerBall/[04:09] 꿀팁/[05:06] Roll/[06:16] 꿀팁/[06:27] Sort/[06:38] IComparer/[07:27] 꿀팁/[07:32] class Desc/[08:19] int ix/[08:28] 꿀팁/[09:00] 꿀팁/[09:22] return/[09:30] 내림차순, 오름차순/[10:15] 꿀팁/[10:19] 실행/[10:30] foteach/[10:47] IEnumerable/[11:21] 꿀팁/[11:23] while/[11:40] 꿀팁/[11:45] Current/[11:56] 실행/[12:19] class BallManager/[12:42] GetEnumerator/[13:09] 꿀팁/[13:44] 꿀팁/[13:48] private/[14:06] public SocoerBall/[14:07] 꿀팁/[15:10] 꿀팁/[15:36] MoveNext구연/[15:55] 꿀팁/[16:09] 꿀팁/[16:15] return false/[16:27] 꿀팁/[17:22] return new/[17:34] 꿀팁/[18:07] 실행/[19:05] 꿀팁

  • 09.17분 C# 기본 문법 1

    struct와 enum, 인덱서를 사용하는 방법, event, 예약어, 실행 모드, 예외처리, 스택과 힙을 공부합니다.

    책갈피 : [00:03] 구조체/[00:05] 꿀팁/[00:10] 클래스와 유사/[00:24] 꿀팁/[00:27] Time/[00:58] 세 개의 필드/[01:33] 꿀팁/[01:36] override/[02:26] struct/[02:49] Time t1/[03:37] 꿀팁/[03:40] Console.WriteLine/[04:45] 값형식, 참조형식 차이점/[04:50] 꿀팁/[04:53] class Timec/[05:10] Time t1,Time t2/[05:31] Timec tc1, Timec tc2/[05:34]Time tc2=tc1, Time t2=t1/[05:37] 실행/[07:31] 꿀팁/[08:06] 꿀팁/[08:20] ZeroC(tc1)/[08:51] 꿀팁/[08:53] 깊은복사/[09:46] 꿀팁/[09:49] 얕은복사/[10:36] 참조형식, Call by Reference/[10:43] 값형식, Call by Value/[10:48] 참조형식, 값형식의 장점과 단점/[11:57] new/[12:35] 꿀팁/[12:52] ref/[14:29] 꿀팁/[14:31] ref tc1/[14:45] tc1 -> Timec Instance/[15:26] ref tc1/[16:07] ZeroC(ref tc1)/[16:20] 꿀팁

  • 10.23분 C# 기본 문법 2

    struct와 enum, 인덱서를 사용하는 방법, event, 예약어, 실행 모드, 예외처리, 스택과 힙을 공부합니다.

    책갈피 : [00:00] Reference 예약어 이용/[00:02] 꿀팁/[00:22] 꿀팁/[00:27] 새로운 Reference 방식/[01:01] t2를 Main에서 사용/[01:37] t.second=0 삭제/[01:54] 꿀팁/[01:57] reference 초기화/[02:29] 꿀팁/[02:39] out 초기화/[02:52] Console.WriteLine()/[03:28] out/[03:30] 꿀팁/[03:41] ref/[03:48] ZeroS(out t2)/[03:57] 꿀팁/[04:02] isEven/[04:21] 꿀팁/[04:46] neg/[04:50] 꿀팁/[04:56] if, else/[05:15] bool iseven/[05:26] 꿀팁/[05:51] 꿀팁/[05:53] if(neg)/[06:22] neg/[07:06] 꿀팁/[07:15] string/[07:30] 꿀팁/[07:55] 실행/[08:20] 꿀팁/[08:30] available/[08:42] 꿀팁/[09:00] 꿀팁/[09:03] if(available)/[09:14] 꿀팁/[09:45] double/[10:08] 꿀팁/[10:55] 꿀팁/[10:57] const int/[11:59] 꿀팁/[12:28] enum Image : int/[12:33] 꿀팁/[12:35] Image 형변환/[14:44] 꿀팁/[14:49] GIF, JPG/[15:09] 꿀팁/[15:11] HasFlag()/[15:34] PSD/[16:57] 수정 전 PNG, GIF, JPG, PSD/[17:01] 수정 후 PNG, GIF, JPG, PSD/[17:37] 꿀팁/[17:52] 꿀팁/[17:54] Flags/[18:37] 꿀팁/[19:07] index/[19:33] 꿀팁/[19:40] this/[19:46] index/[19:54] 꿀팁/[20:04] get, set/[20:14] 꿀팁/[20:25] return/[20:32] hour=value/[21:47] get, set 접근제한자/[22:04] string/[22:31] this int, this string

  • 11.21분 C# 기본 문법 3

    struct와 enum, 인덱서를 사용하는 방법, event, 예약어, 실행 모드, 예외처리, 스택과 힙을 공부합니다.

    책갈피 : [00:00] 이벤트/[00:05] 꿀팁/[00:24] 꿀팁/[00:31] MultipleGenerator/[00:38] sender/[00:44] MultipleCallbackArg/[01:05] Multiple, Number/[01:17] callbacks/[01:40] AddDelegate, RemoveDelegate/[01:58] 꿀팁/[02:01] 복합 연산자/[02:16] 꿀팁/[02:42] 꿀팁/[02:44] RemoveDelegate/[03:00] 꿀팁/[03:15] callbacks/[03:30] PrintMultiple, SumMultiple/[04:07] 실행/[04:45] RemoveDelegate(sumcallback)/[05:25] AddDelegate/[05:38] 꿀팁/[06:22] MultipleDelegate/[06:59] 꿀팁/[07:15] 꿀팁/[07:41] 꿀팁/[07:47] public event EventHandler/[08:36] PrintMultiple/[09:24] 꿀팁/[09:28] mg.callbacks(this, null)/[09:44] 전처리기 지시문/[09:47] 꿀팁/[09:58] 전처리기 상수 WATCH/[11:07] 전처리기 상수 수정/[11:48] if, endif/[12:03] if, elif/[13:14] IOS/[14:00] string./[14:13] 꿀팁/[15:11] 쉬프트 연산자/[15:12] 꿀팁/[15:51] 꿀팁/[16:05] 꿀팁/[18:35] 꿀팁/[18:37] 조건논리 연산자의 우선순위/[19:04] 꿀팁/[19:37] 논리곱, 논리합/[20:06] 실행

  • 12.29분 C# 기본 문법 4

    struct와 enum, 인덱서를 사용하는 방법, event, 예약어, 실행 모드, 예외처리, 스택과 힙을 공부합니다.

    책갈피 : [00:03] 산술연산/[00:12] checked/[00:18] 꿀팁/[00:19] MaxValue/[00:59] 꿀팁/[01:43] short/[01:49] 꿀팁/[02:12] checked/[02:19] 프로젝트 - 속성 선택/[02:22] 빌드 - 고급 선택/[02:57] 꿀팁/[03:01] unchecked/[03:19] unchecked/[03:53] 메소드 매개변수를 가변적으로 받는 방법/[03:58] 꿀팁/[04:12] WriteLine/[04:01] PrintAll()/[04:44] 꿀팁/[05:15] 꿀팁/[05:20] params/[05:28] 꿀팁/[05:29] foreach/[06:57] int/[07:07] object/[07:56] 꿀팁/[08:01] DllImport/[08:06] 꿀팁/[08:41] MessageBeep/[09:14] extern/[10:13] 꿀팁/[10:14] unsafe/[10:17] Swap(&x, &y)/[11:29] unsafe/[12:13] 꿀팁/[12:17] fixed/[12:21] arg/[12:31] fixed/[12:42] length/[14:06] 꿀팁/[14:12] stackalloc/[14:43] stackalloc/[15:40] Properties-AssemblyInfo.cs/[16:27] Debug, Release 폴더/[16:56] Debug-Lecture7.exe/[17:11] Lecture7.exe 속성/[17:53] Properties-AssemblyInfo.cs/[18:20] 클래스 라이브러리/[19:26] 꿀팁/[20:29] 솔루션 탐색기/[21:11] 참조 추가/[22:09] namespace, using/[22:11] 꿀팁/[22:53] 시작 프로젝트로 설정/[23:22] 실행/[23:48] 참조-참조추가-프로젝트/[24:22] 실행/[24:33] 참조-참조추가-찾아보기/[25:00] 프레임워크, 확장/[25:08] Debug, Release/[25:25] 꿀팁/[26:34] 꿀팁/[27:43] 꿀팁/[27:48] if debug/[28:35] DEBUG 상수 정의

  • 13.32분 C# 기본 문법 5

    struct와 enum, 인덱서를 사용하는 방법, event, 예약어, 실행 모드, 예외처리, 스택과 힙을 공부합니다.

    책갈피 : [00:04] Conditional/[00:05] 꿀팁/[00:26] Debug/[00:39] 꿀팁/[00:49] 꿀팁/[01:10] Console/[01:19] 꿀팁/[01:24] Console, Debug, Trace/[01:40] 출력창/[03:00] 꿀팁/[03:35] debugview 검색/[04:21] 플랫폼 대상/[04:24] 플랫폼 대상-Any CPU/[06:09] 예외 처리/[06:22] 꿀팁/[07:03] 꿀팁/[07:10] try, catch/[07:30] Console.WriteLine/[08:34] finally/[08:50] catch/[09:10] System.IndexOutOfRangeException/[09:21] catch/[09:24] Exception/[10:24] catch(System.Exception)/[10:28] Console.WriteLine(e.)/[11:01] 꿀팁/[12:53] 꿀팁/[13:12] Source/[13:22] StackTrace/[13:35] StackTrace/[14:10] 꿀팁/[14:30] 꿀팁/[14:38]StackTrace/[14:41] 0으로 나눈 오류/[16:04] 꿀팁/[16:06] Release/[16:54] 꿀팁/[16:56] exception/[17:00] throw/[17:49] 꿀팁/[18:03] catch, throw/[19:48] 예외 클래스 예제/[19:50] 꿀팁/[20:02] 꿀팁/[21:58] ApplicationException/[22:26] 꿀팁/[22:28] if, else/[22:41] 꿀팁/[22:51] try, catch/[23:38] 꿀팁/[23:40] int.tryParse/[23:50] 꿀팁/[24:37] 새 프로젝트 추가/[24:48] 시작 프로젝트로 설정/[24:49] 꿀팁/[24:56] 재귀 호출/[25:36] 꿀팁/[25:47] 꿀팁/[26:15] Recursive/[27:10] 실행/[28:00] 재귀 호출이 아닐시 StackOverflow/[28:20] 꿀팁/[28:23] if, return/[28:33] 꿀팁/[29:10] 꿀팁/[29:43] GetGeneration(hi)/[29:51] 꿀팁/[30:50] 꿀팁/[31:33] 꿀팁/[31:34] GC.Collect()

  • 14.19분 C#의 BCL 1

    DateTime, String, 직렬화와 역직렬화, Collections, File, Thread, Reflection에 대해서 알아봅니다.

    책갈피 : [00:00] Basic class 라이브러리/[00:12] Console/[01:15] 꿀팁/[01:20] DateTime/[01:28] 꿀팁/[01:35] DateTime 구조체/[01:45] 생성자 int/[02:02] new DateTime (int)/[02:05] 꿀팁/[02:49] Console.WriteLine(date)/[03:12] DateTime.Now/[03:17] 꿀팁/[03:50] 꿀팁/[04:12] 꿀팁/[04:50] 실행/[05:29] TimeSpan 구조체/[05:43] operator/[06:02] 꿀팁/[06:38] 주석 처리/[06:40] TimeSpan/[06:56] span.total/[07:01] TotalDays/[07:14] TotalMinutes/[08:03] StopWatch/[08:04] 꿀팁/[08:16] st.Start(), st.Stop()/[08:22] console.writeline/[08:37] st.Elapsed, st.ElapsedTicks/[09:13] string/[09:51] Contains()/[09:54] 꿀팁/[10:55] 꿀팁/[10:56] IndexOf/[11:57] IndexOf 사용법/[12:46] 꿀팁/[12:50] txt 대입/[14:24] 꿀팁/[14:28] split/[14:42] 꿀팁/[15:46] string으로 자르는 방법/[16:17] 꿀팁/[16:30] StringSplitOptions/[16:44] StringSplitOptions.None/[17:16] RemoveEmptyEntries/[17:43] 꿀팁/[17:46] Start with, End with/[18:13] 꿀팁

  • 15.19분 C#의 BCL 2

    DateTime, String, 직렬화와 역직렬화, Collections, File, Thread, Reflection에 대해서 알아봅니다.

    책갈피 : [00:02] Substring/[00:03] 꿀팁/[00:45] Start index만 입력/[00:58] ToLower, ToUpper/[00:59] 꿀팁/[01:12] 꿀팁/[02:32] 꿀팁/[02:59] 꿀팁/[03:04] StringComparison.OrdinallgnoreCase/[03:37] StringComparison 지원/[03:52] 두개의 문자열을 비교하는 방법/[03:56] 꿀팁/[03:59] 두개의 문자열을 비교하는 방법 1/[04:04] 두개의 문자열을 비교하는 방법 2/[04:25] Equals, StringComparison/[04:45] 비교연산자, Equals 메소드/[04:58] 주석 처리/[05:08] int nowHP, int maxHP/[05:48] 꿀팁/[07:50] 변수가 바뀜에 따라 정렬 틀어짐을 보안/[08:27] 왼쪽 정렬 하는 방법/[08:56] 형식 지정자/[09:31] 지수 표기법/[09:45] 35% 출력/[10:09] 정수를 십진수로 출력시 예외 확인/[10:40] 꿀팁/[10:44] 문자열에 다른문자열을 더할 때 걸리는 시간 확인/[11:23] 꿀팁/[12:24] 꿀팁/[12:30] StringBuilder(str)/[12:34] Append()/[12:53] 실행/[13:52] 꿀팁/[13:57] sb.Length/[14:05] 꿀팁/[14:07] sb.ToString, sb.Append/[14:27] sb.ToString/[14:31] String을 일정 Byte로 만드는 방법/[14:47] 꿀팁/[14:59] Encoding.UTF8/[15:39] Encoding.UTF8.GetBytes()/[15:46] 꿀팁/[16:06] Console.WriteLine(str2)/[16:30] Unicode/[17:07] 정규 표현식/[17:13] 꿀팁/[17:53] 꿀팁/[18:52] 정규식에 맞는 문자열, 정규식에 맞지 않는 문자열/[18:58] 실행

  • 16.18분 C#의 BCL 3

    DateTime, String, 직렬화와 역직렬화, Collections, File, Thread, Reflection에 대해서 알아봅니다.

    책갈피 : [00:00] 기본 타입 직렬화 하는 방법/[00:08] 꿀팁/[00:16] GetBytes/[00:59] ToString/[01:23] 꿀팁/[01:24] GetBytes/[01:38] 실행/[02:37] BitConverter/[02:54] 꿀팁/[02:55] MemoryStream/[03:12] 꿀팁/[03:17] ms.Write/[04:02] 꿀팁/[04:08] GetBytes/[04:21] 꿀팁/[04:24] ms.ToArray/[04:32] 꿀팁/[04:45] 실행/[05:24] 꿀팁/[05:28] ms.Write/[05:49] 꿀팁/[05:55] ms.Read/[06:18] new byte/[06:31] ms.Position/[06:33] 꿀팁/[06:53] ms.Read/[08:31] ToInt/[08:36] 실행/[09:00] 꿀팁/[09:34] 꿀팁/[09:42] StreamWriter/[10:30] sw.writeline, sw.write/[10:34] StreamWriter 사용방법/[10:38] 꿀팁/[11:42] StreamWriter 이용하기 위한 클래스/[11:53] StreamReader 역직렬화/[11:57] StreamReader/[11:59] 꿀팁/[12:19] sr.read 메소드/[12:34] 꿀팁/[12:36] sr.ReadToEnd/[13:09] ms.Position/[13:14] 꿀팁/[14:08] 꿀팁/[14:23] 실행/[14:52] 꿀팁/[15:20] Flush 사용시 주의사항/[16:29] ReadLine/[16:34] 꿀팁/[17:14] sr.EndOfStream/[17:19] 꿀팁

  • 17.25분 C#의 BCL 4

    DateTime, String, 직렬화와 역직렬화, Collections, File, Thread, Reflection에 대해서 알아봅니다.

    책갈피 : [00:14] 한 번에 주석처리 하는 방법/[00:42] 꿀팁/[00:47] BinaryWriter/[01:32] sw.Write/[01:56] 꿀팁/[02:16] 꿀팁/[02:36] sr.ReadString/[03:09] sr.ReadFloat/[03:40] sr.ReadShort, sr.ReadInt16/[03:58] 예제 클래스 만들기/[04:35] 꿀팁/[05:02] 꿀팁/[05:03] override, ToString()/[05:19] 꿀팁/[05:21] Serializable/[06:12] BinaryFormatter/[06:37] BF.Serialize/[07:06] 꿀팁/[07:39] 꿀팁/[07:59] SerialExample/[08:11] 꿀팁/[08:28] 꿀팁/[08:35] Console.WriteLine()/[10:48] 꿀팁/[11:02] 실행/[11:26] BinaryFormatter의 단점/[13:08] 꿀팁/[13:24] XmlSerializer/[13:34] 꿀팁/[13:59] 꿀팁/[14:16] XS.Serialize/[14:41] string을 NonSerialized 하는 방법/[14:45] BinaryFormatter/[16:14] 꿀팁/[16:21] GetString(ms.ToArray())/[16:34] 실행/[19:30] 꿀팁/[19:44] DataContractJsonSerializer/[20:14] 꿀팁/[20:32] JS/[20:37] 꿀팁/[20:42] JS.WriteObject/[21:02] 꿀팁/[21:13] 실행/[22:03] int arr/[22:17] 배열도 직렬화, 역직렬화 되었는지 실행/[22:45] array 값의 길이 체크하기/[22:50] 꿀팁/[22:53] 실행/[23:37] JS의 바이트 확인

  • 18.26분 C#의 BCL 5

    DateTime, String, 직렬화와 역직렬화, Collections, File, Thread, Reflection에 대해서 알아봅니다.

    책갈피 : [00:00] 고정형 배열/[00:42] ArrayList/[00:49] 꿀팁/[00:59] 꿀팁/[01:08] ArrayList 사용방법/[01:10] 꿀팁/[01:15] al.Add/[01:50] al.Add(문자열)/[02:01] 꿀팁/[02:09] al.Remove/[02:38] al index 활용/[03:02] 꿀팁/[03:12] Console.WriteLine/[03:17] 실행/[03:49] 꿀팁/[03:51] al.Sort/[05:10] IComparable/[05:32] CompareTo/[06:22] 꿀팁/[06:28] HashTable/[06:34] 꿀팁/[06:40] ht.Add/[08:07] Console.WriteLine/[08:31] 꿀팁/[08:40] ht.Remove/[08:49] 꿀팁/[08:51] foreach 문/[09:14] Console.WriteLine/[09:38] 실행/[10:22] Hashtable/[11:19] 꿀팁/[11:25] SortedList/[11:38] 꿀팁/[11:40] sl.Add/[12:18] 키 중복되지 않도록 변경하기/[12:27] 꿀팁/[13:16] 꿀팁/[13:18] Stack/[13:38] st.push/[14:14] 꿀팁/[14:18] st.Pop/[14:27] 실행/[14:53] 꿀팁/[14:57] st.Peek/[15:33] 꿀팁/[15:37] Queue/[15:44] 꿀팁/[15:48] que.Enqueue/[15:54] 꿀팁/[15:59] que.Dequeue/[16:10] 실행/[16:19] 꿀팁/[16:24] que.Peek/[16:54] 꿀팁/[16:58] FileStream/[17:13] fs.Close/[17:14] 꿀팁/[17:53] 꿀팁/[17:57] Create/[18:30] 꿀팁/[18:32] CreateNew/[19:02] 꿀팁/[19:05] Open/[19:35] 꿀팁/[19:57] 꿀팁/[20:46] 꿀팁/[20:50] Append/[21:21] 꿀팁/[21:23] Open 실행/[21:52] Append 실행/[22:19] 꿀팁/[22:38] 꿀팁/[23:08] 꿀팁/[23:10] sw.FileAccess/[23:48] 꿀팁/[24:33] 꿀팁/[24:34] FileShare.Read/[25:24] 꿀팁/[25:30] FileShare.ReadWrite/[26:02] 꿀팁/[26:04] CurrentDirectory

  • 19.38분 C#의 BCL 6

    DateTime, String, 직렬화와 역직렬화, Collections, File, Thread, Reflection에 대해서 알아봅니다.

    책갈피 : [00:00] CurrentDirectory/[00:15] 꿀팁/[01:01] 꿀팁/[01:04] File/[01:23] 꿀팁/[01:29] File.Copy/[03:05] 꿀팁/[03:09] File.Exists/[03:37] 꿀팁/[03:39] File.Delete/[04:15] 꿀팁/[04:22] File.ReadAllBytes/[04:41] File.ReadAllText/[05:01] 꿀팁/[05:04] File.ReadAllLines/[05:10] 꿀팁/[05:13] foreach 문/[05:48] File.WriteAllText/[05:54] 꿀팁/[06:28] 꿀팁/[06:38] BitConverter/[07:03] 꿀팁/[07:07] File.ReadAllBytes/[07:13] 꿀팁/[07:45] 꿀팁/[07:50] File.Move/[08:58] FileInfo/[09:19] 꿀팁/[09:38] file.FullName/[09:42] 꿀팁/[09:59] 꿀팁/[10:16] file.MoveTo/[10:34] 꿀팁/[11:02] file.Delete/[11:05] 꿀팁/[11:40] Directory/[11:52] 꿀팁/[12:30] 꿀팁/[13:05] 꿀팁/[13:10] Directory.Move/[13:49] 꿀팁/[13:57] Directory.GetFiles/[14:06] 꿀팁/[14:36] Directory.GetDirectories/[14:38] 꿀팁/[14:53] serchPattern, serch옵션/[15:17] sDirectory.GetFiles 예제1/[17:35] WriteAllLine, WriteAllBytes/[18:08] 꿀팁/[18:10] path/[18:25] 꿀팁/[18:30] path.combine()/[19:31] combine()의 장점/[20:01] path.getinvalidfilenamechars()/[20:15] 꿀팁/[20:34] 꿀팁/[20:37] path4.indexofany/[20:49] 꿀팁/[21:25] console.writeline()/[22:07] 꿀팁/[22:31] 임시파일을 생성시 사용하는 메소드/[22:39] path.gettempfilename()/[22:50] 꿀팁/[23:16] 꿀팁/[23:22] path.getrandomfilename()/[23:51] 꿀팁/[23:56] path.getdirectoryname()/[24:07] 꿀팁/[24:10] path.getfullpath/[24:21] 꿀팁/[24:34] 꿀팁/[24:36] path.getfilenamewithoutextension/[25:03] 꿀팁/[25:07] path.getextension/[25:10] 꿀팁/[25:19] 꿀팁/[25:45] 꿀팁/[25:49] thread/[26:10] static void start()/[26:47] thread.start()/[27:14] 꿀팁/[27:19] thread.sleep()/[28:13] 꿀팁/[28:17] thread.isbackground/[29:10] 꿀팁/[29:13] thread.join()/[29:37] static void start(object obj)/[30:56] 꿀팁/[31:14] thread2.start()/[31:33] 꿀팁/[33:41] 꿀팁/[33:43] monitor.enter(count)/[34:04] 꿀팁/[35:02] 꿀팁/[35:40] 꿀팁/[36:08] 꿀팁/[36:11] lock()/[36:44] 꿀팁/[36:53] interlocked.increment/[37:27] 꿀팁

  • 20.26분 C#의 BCL 7

    DateTime, String, 직렬화와 역직렬화, Collections, File, Thread, Reflection에 대해서 알아봅니다.

    책갈피 : [00:03] 꿀팁/[01:13] 꿀팁/[01:19] threadpool/[01:37] 꿀팁/[02:52] 꿀팁/[02:54] thread.sleep()/[04:20] appdomain/[04:25] 꿀팁/[05:13] 꿀팁/[05:15] currentdomain.friendlyname/[05:29] 꿀팁/[05:34] currentdomain.getassemblies()/[05:45] 꿀팁/[06:18] assem.fullname/[06:53] 꿀팁/[06:55] assem.getmodules()/[07:06] console.writeline()/[07:47] 꿀팁/[08:31] assem.gettypes()/[08:45] type.getmembers/[09:32] 꿀팁/[09:51] hello.printprivate()/[10:49] 꿀팁/[11:37] 꿀팁/[11:46] methodinfo printprivate/[12:10] 꿀팁/[12:25] printprivate.invoke()/[13:06] 꿀팁/[13:37] 꿀팁/[14:20] 꿀팁/[14:27] iapinfo.setvalue()/[14:30] 꿀팁/[14:57] printprivate()/[16:00] plugin/[16:10] 꿀팁/[16:20] directory.enumeratefiles()/[17:01] 꿀팁/[17:29] foreach /[17:35] 꿀팁/[18:15] 꿀팁/[19:06] 꿀팁/[19:12] type.getcustomattributes()/[19:29] 꿀팁/[19:33] return null/[20:32] SearchMethod/[20:59] 꿀팁/[21:47] activator.createinstance()/[21:50] 꿀팁/[22:17] methodinfo/[22:49] 꿀팁/[22:51] invoke()/[23:14] 새 프로젝트 추가 - 클래스 라이브러리/[23:42] public class/[23:47] 꿀팁/[24:27] 꿀팁/[24:38] console.writeline()/[24:50] public void print()/[25:22] 시작 프로젝트 설정

  • 21.24분 C# 6.0 실무강좌 1

    책갈피 : [00:08] arraylist/[00:12] 꿀팁/[00:23] 꿀팁/[00:26] add()/[01:01] 꿀팁/[01:12] 꿀팁/[01:31] 꿀팁/[01:47] 꿀팁/[01:50] 언박싱/[02:38] 박싱과 언박싱의 문제점 해결/[03:05] 꿀팁/[03:36] 꿀팁/[03:52] List/[04:08] list 사용방법/[04:20] add(t item)/[05:12] 꿀팁/[05:48] generic class 만들기/[07:01] 꿀팁/[07:17] printanything/[07:33] 꿀팁/[07:53] 꿀팁/[08:53] hello.printanything()/[10:04] 꿀팁/[10:49] generic 두개 이상 사용 가능/[11:15] generic 클래스와 generic 메소드에 제약주기/[11:16] 꿀팁/[11:34] 꿀팁/[11:53] where mytype : struct/[12:07] where mytype : class/[12:12] 꿀팁/[12:20] if, return/[12:48] 꿀팁/[12:50] obj.compareto()/[14:07] where mytype : icomparable/[14:36] 꿀팁/[14:48] hashtable, dictionary<>/[14:53] 꿀팁/[14:58] sorteddictionary<>/[15:09] 꿀팁/[15:17] queue, queue<>/[15:51] 꿀팁/[16:19] console.writeline/[16:24] 꿀팁/[17:53] 꿀팁/[17:57] default(int)/[19:03] default(t)/[19:32] 꿀팁/[20:05] 꿀팁/[20:28] 꿀팁/[20:36] yield return/[21:57] 꿀팁/[22:34] 꿀팁/[22:37] partial/[23:37] print

  • 22.18분 C# 6.0 실무강좌 2

    책갈피 : [00:09] null/[00:20] 꿀팁/[00:23] nullable/[00:49] Console.Writeline()/[01:09] 꿀팁/[01:26] 꿀팁/[01:28] hasvalue/[02:20] 꿀팁/[02:32] Thread/[02:42] 꿀팁/[02:55] delegate()/[03:13] 꿀팁/[03:32] console.writeline()/[03:40] 꿀팁/[03:43] th.start(), th.join()/[04:07] delegate print()/[04:51] thread(print)/[05:11] 꿀팁/[05:58] parameterizedthreadstart/[06:31] 꿀팁/[06:32] print()/[06:50] 꿀팁/[07:09] static 클래스를 앞에 붙이는 이유/[07:16] public int/[08:03] c# 3.0에서 추가된 내용 알아보기/[08:23] 꿀팁/[08:39] 꿀팁/[09:13] 꿀팁/[09:59] var/[10:27] 꿀팁/[10:34] keyvaluepair<>/[10:54] 꿀팁/[11:03] var/[11:31] double/[11:38] 꿀팁/[11:58] 꿀팁/[12:14] public int/[12:18] set/[12:48] private set/[13:04] 객체 초기화 하는 방법/[13:11] 꿀팁/[13:45] console.writeline()/[15:18] 컬렉션 초기화 하는 방법/[15:22] 꿀팁/[15:50] foreach/[15:52] 꿀팁/[16:22] 꿀팁/[16:24] 익명타입/[16:38] 꿀팁/[16:51] var/[17:28] t의 클래스 확인/[17:31] 꿀팁

  • 23.20분 C# 6.0 실무강좌 3

    책갈피 : [00:00] partial class/[00:02] 꿀팁/[00:15] 꿀팁/[00:23] partial void/[00:58] 부분 메소드/[01:36] 꿀팁/[01:38] 확장 메소드/[02:12] 꿀팁/[02:19] static class/[02:30] public static char/[03:22] string/[03:47] 꿀팁/[04:13] 확장 메소드 단점/[04:20] 꿀팁/[05:10] str.lastchar()/[05:26] using system.linq/[05:43] 꿀팁/[05:55] 람다식/[06:14] return/[06:38] 람다식/[07:44] delegate/[07:57] 람다식 (한 줄로 작성하기)/[07:58] 꿀팁/[08:47] 꿀팁/[09:12] func<>/[10:31] action<>/[10:32] 꿀팁/[10:57] console.writeline/[11:26] print()/[11:36] 컬렉션 배열의 확장 메소드/[11:49] 꿀팁/[11:51] foreach()/[12:05] 꿀팁/[13:04] 꿀팁/[13:28] console.writeline()/[13:50] 꿀팁/[14:04] list.addrange()/[14:27] 꿀팁/[14:29] list.foreach()/[14:47] 꿀팁/[16:04] 꿀팁/[16:22] 꿀팁/[16:24] foreach/[17:07] 꿀팁/[17:39] 꿀팁/[18:06] 꿀팁/[18:23] 꿀팁/[18:30] 꿀팁/[18:53] 꿀팁/[19:05] list.findall()/[19:51] 꿀팁/[20:05] 꿀팁

  • 24.21분 C# 6.0 실무강좌 4

    책갈피 : [00:09] list.convertall<>/[00:26] 꿀팁/[00:37] return/[00:54] foreach/[00:55] 꿀팁/[01:13] 꿀팁/[01:29] list.select<>/[02:17] 꿀팁/[02:22] eExpression/[03:07] form.body/[03:22] 꿀팁/[03:41] 꿀팁/[03:43] Binaryexpression/[03:47] 꿀팁/[03:55] be.left, be.right/[03:56] 꿀팁/[04:17] 꿀팁/[04:33] 꿀팁/[04:35] Parameterexpression/[05:12] Console.Writeline/[05:44] Parameterexpression/[05:49] 꿀팁/[05:59] Parameter/[06:02] 꿀팁/[06:29] 꿀팁/[06:31] Binaryexpression/[06:38] Expression/[06:39] 꿀팁/[07:04] 꿀팁/[07:24] 꿀팁/[07:28] Lambda/[08:15] Console.Writeline/[08:20] addform.tostring/[08:21] 꿀팁/[08:41] 꿀팁/[08:56] 꿀팁/[08:57] addform.compile/[09:10] console.writeline/[09:39] expression.subtract/[09:42] expression.divide/[10:02] 컬렉션 쿼리문/[10:32] select/[10:52] 꿀팁/[11:12] from in select/[11:13] 꿀팁/[12:06] 꿀팁/[12:11] foreach/[12:12] 꿀팁/[13:00] where/[13:01] 꿀팁/[13:33] 꿀팁/[13:39] startswith/[13:56] 꿀팁/[14:08] orderby/[14:33] descending/[15:04] 꿀팁/[15:09] group by/[15:39] 그룹핑/[16:18] 꿀팁/[16:30] 꿀팁/[16:35] foreach/[17:23] join/[17:24] 꿀팁/[17:53] 익명클래스 열거자/[20:03] 지연연산/[20:28] 꿀팁/[20:30] tolist

  • 25.24분 C# 6.0 실무강좌 5

    책갈피 : [00:30] Xelement.load/[00:31] 꿀팁/[00:39] 꿀팁/[00:45] 꿀팁/[00:58] 꿀팁/[01:24] 꿀팁/[01:37] 꿀팁/[02:09] foreach/[02:26] 꿀팁/[02:33] c# 4.0에서 바뀐 내용/[02:38] 꿀팁/[02:41] 선택적 매개변수/[02:50] print/[03:08] 꿀팁/[04:22] 선택적 매개변수/[04:23] 꿀팁/[05:00] 가변 매개변수/[05:01] 꿀팁/[05:57] 꿀팁/[05:58] 명령된 인자/[07:09] 꿀팁/[07:13] var 예약어/[07:37] 꿀팁/[07:38] dynamic/[08:19] dynamic 단점/[08:50] 꿀팁/[08:57] 꿀팁/[10:05] 꿀팁/[10:27] dynamic, return/[10:42] 꿀팁/[11:12] 꿀팁/[11:19] str.indexof/[11:24] 꿀팁/[12:21] 꿀팁/[12:26] 꿀팁/[12:40] 꿀팁/[12:42] 동적변수, 파이썬/[12:47] 도구 - nuget 패키지/[13:13] namespace/[13:27] 꿀팁/[13:35] string code/[13:43] 꿀팁/[13:46] Execute/[14:03] 꿀팁/[14:30] scope/[14:31] 꿀팁/[14:35] 꿀팁/[14:47] 꿀팁/[14:51] dynamic/[14:53] 꿀팁/[15:17] Console.Writeline/[15:59] 꿀팁/[16:11] 꿀팁/[16:16] pylist.add/[16:32] 꿀팁/[16:34] scope.setvariable/[17:00] 꿀팁/[17:02] foreach/[17:53] c# 5.0에 추가된 기능/[18:03] print/[18:20] 꿀팁/[18:46] Callermembername/[18:47] 꿀팁/[18:54] 꿀팁/[18:58] 꿀팁/[19:18] Console.Writeline/[20:18] 꿀팁/[20:20] 선택적 매개변수/[20:31] c# 5.0에 추가된/[20:33] 꿀팁/[20:35] 동기 방식과 비동기/[20:47] 꿀팁/[20:50] fs.Read/[20:55] 꿀팁/[21:16] GetString/[21:39] fs.Beginread/[21:45] FileState/[21:11] 꿀팁/[21:34] 꿀팁/[21:41] 꿀팁/[22:09] bytes/[22:27] 꿀팁/[22:29] IAsyncResult/[22:55] 꿀팁/[23:05] 꿀팁/[23:08] Console.ReadLine/[23:24] 꿀팁/[23:31] 꿀팁/[23:32] BeginRead/[23:59] 비동기 방식의 메소드/[24:01] 꿀팁

  • 26.25분 C# 6.0 실무강좌 6

    책갈피 : [00:00] 동기 방식를 비동기/[00:01] 꿀팁/[00:17] 꿀팁/[00:20] async/[00:46] 꿀팁/[00:49] await 예약어/[00:52] 꿀팁/[01:00] 꿀팁/[01:46] 꿀팁/[01:48] console.writeline/[02:03] 꿀팁/[02:06] await fs.read/[02:18] 꿀팁/[02:21] await/[02:36] async/[03:24] 꿀팁/[04:18] Task/[04:19] 꿀팁/[04:28] 꿀팁/[04:37] 꿀팁/[04:47] 꿀팁/[04:50] task1.Start/[05:21] 꿀팁/[05:33] 꿀팁/[05:42] 꿀팁/[05:49] 꿀팁/[05:48] Task.Factory.StartNew/[06:34] Console.ReadLine/[06:53] 꿀팁/[07:13] 꿀팁/[07:50] 꿀팁/[08:00] return/[08:11] 꿀팁/[08:12] task1.wait/[08:16] 꿀팁/[08:54] 꿀팁/[09:01] ReadAllText/[09:20] 꿀팁/[09:42] 꿀팁/[09:43] await/[10:15] Task/[10:40] 꿀팁/[10:48] return/[11:50] 꿀팁/[12:06] count/[12:15] 꿀팁/[12:43] wait/[12:49] Console.Writeline/[13:09] 꿀팁/[13:13] WaitAll/[13:47] 꿀팁/[14:22] 꿀팁/[14:25] WhenAll/[14:35] 꿀팁/[14:36] WhenAllMethod/[15:05] Console.ReadLine/[15:06] 꿀팁/[16:00] c# 6.0에 추가된/[16:11] 꿀팁/[16:19] 자동 구현, 초기화/[18:35] 꿀팁/[18:36] 람다식/[18:53] print/[20:38] index를 한줄로 정의/[20:43] 꿀팁/[20:52] 꿀팁/[21:58] 꿀팁/[21:59] using static/[23:18] 꿀팁/[23:19] enum/[23:44] 꿀팁/[24:22] 꿀팁

  • 27.24분 C# 6.0 실무강좌 7

    책갈피 : [00:00] null 조건 연산자/[00:04] 꿀팁/[00:18] 꿀팁/[00:41] 꿀팁/[00:42] print/[00:59] 꿀팁/[01:16] 꿀팁/[01:49] null 조건 주의점/[02:24] if문/[02:25] 꿀팁/[03:47] 꿀팁/[03:49] override string/[03:52] 꿀팁/[04:24] string.format 간편하게/[04:29] 꿀팁/[05:17] 실행, 결과/[06:18] 꿀팁/[06:44] 꿀팁/[07:08] Escape/[07:33] 꿀팁/[07:34] nameof/[08:52] nameof 활용 예제/[08:53] 꿀팁/[10:01] 꿀팁/[10:02] typeof/[10:27] 꿀팁/[10:43] dictionary 초기화/[10:47] 꿀팁/[11:11] 꿀팁/[11:12] foreach/[12:10] 꿀팁/[12:13] add/[13:26] 꿀팁/[13:34] 꿀팁/[14:03] 꿀팁/[14:04] 꿀팁/[14:37] try catch문, when문/[14:56] when/[15:54] print/[16:58] 꿀팁/[16:17] catch문/[16:44] return true/[16:55] try catch문 변경/[17:12] 꿀팁/[17:29] finally/[17:30] 꿀팁/[17:33] task/[17:41] 꿀팁/[18:14] 꿀팁/[18:17] await print/[18:56] AsyncMethod/[19:05] 꿀팁/[19:37] 꿀팁/[19:41] System.net/[19:43] 꿀팁/[19:45] IPAddress.parse/[19:50] 꿀팁/[19:56] Parse/[20:25] 꿀팁/[21:35] 꿀팁/[21:37] IPendPoint/[22:34] 꿀팁/[22:37] 꿀팁/[22:39] IPHostEntry/[22:57] 꿀팁/[23:01] foreach문/[23:02] 꿀팁/[23:24] 꿀팁/[23:18] GetHosEntry/[23:36] 꿀팁

  • 28.27분 C# 6.0 실무강좌 8

    책갈피 : [00:00] 소켓 통신/[00:19] 꿀팁/[00:25] Thread server/[00:31] 꿀팁/[00:37] 꿀팁/[00:45] Thread client/[00:59] 꿀팁/[01:12] 꿀팁/[01:20] new Socket/[01:31] 꿀팁/[01:56] 꿀팁/[02:09] 꿀팁/[02:25] 꿀팁/[02:26] socket.Bind/[02:32] 꿀팁/[02:34] endPoint/[03:09] 꿀팁/[03:54] 꿀팁/[04:06] 꿀팁/[04:13] 꿀팁/[04:18] ReceiveFrom/[04:30] 꿀팁/[04:42] ReceiveFrom/[05:02] 꿀팁/[05:58] 꿀팁/[05:59] SendTo/[06:21] 꿀팁/[06:36] while/[06:38] 꿀팁/[07:35] 꿀팁/[07:40] 꿀팁/[08:01] 꿀팁/[08:13] EndPoint sender/[08:20] 꿀팁/[08:26] 꿀팁/[08:41] byte/[08:56] 꿀팁/[09:12] socket.SendTo/[09:13] 꿀팁/[09:45] 꿀팁/[10:20] 꿀팁/[10:48] Console.Writeline/[11:00] Thread.Sleep/[11:01] 꿀팁/[11:25] 꿀팁/[11:30] socket.Close/[12:19] 꿀팁/[12:21] ReadLine/[12:50] Console.Writeline/[13:12] 꿀팁/[14:06] 꿀팁/[14:39] 여러개의 클라이언트/[14:41] 꿀팁/[15:10] 서버와 클라이언트/[15:16] 꿀팁/[15:34] 꿀팁/[16:18] 꿀팁/[15:36] socket.Listen/[16:21] socket.Accept/[16:47] 꿀팁/[17:28] 꿀팁/[17:29] send/[17:55] 꿀팁/[17:59] connect/[18:26] 실행, 결과/[19:39] 꿀팁/[19:41] Accept/[20:45] ThreadPool/[20:46] 꿀팁/[20:49] 꿀팁/[21:13] 꿀팁/[21:27] 꿀팁/[21:28] while(true)/[21:43] 꿀팁/[21:47] if, break/[22:34] 꿀팁/[22:51] 비동기/[22:57] 꿀팁/[23:18] 꿀팁/[23:27] beginsend, beginreceive/[23:57] accept/[24:43] 꿀팁/[24:51] biginreceive/[25:13] 꿀팁/[25:33] 콜백 메소드 호출/[25:43] 꿀팁/[26:31] 꿀팁

  • 29.26분 C# 6.0 실무강좌 9

    책갈피 : [00:00] rcvcount/[00:14] 꿀팁/[01:05] while문/[01:44] 꿀팁/[01:46] BiginSend/[02:08] 꿀팁/[02:44] 꿀팁/[02:50] endsend/[02:59] 꿀팁/[03:27] 꿀팁/[03:35] 꿀팁/[04:29] 꿀팁/[04:46] 꿀팁/[05:29] 꿀팁/[05:30] socket.accept/[05:37] receive, send/[05:58] 꿀팁/[06:10] 꿀팁/[06:54] 소켓을 활용/[07:09] 꿀팁/[07:17] 꿀팁/[07:19] 꿀팁/[07:29] IPAddress/[07:32] 꿀팁/[07:49] EndPoint/[07:52] 꿀팁/[08:28] 꿀팁/[08:36] 꿀팁/[08:49] 꿀팁/[08:51] socket.Send/[09:17] 꿀팁/[09:37] 꿀팁/[09:56] 꿀팁/[10:15] ms.Write/[10:16] 꿀팁/[10:32] socket.Close/[10:33] 꿀팁/[10:40] 꿀팁/[10:54] Console.Writeline/[11:06] 꿀팁/[11:18] 꿀팁/[12:20] 꿀팁/[12:25] 꿀팁/[12:28] IPAddress.Any/[12:36] 꿀팁/[12:39] socket.Bind/[12:40] 꿀팁/[12:57] 꿀팁/[13:18] 꿀팁/[13:19] ThreadPool/[13:33] 꿀팁/[14:01] 꿀팁/[14:02] clntSocket.Receive/[14:49] clntSocket.Send/[14:50] 꿀팁/[1500Encodi:ng] 꿀팁/[15:11] clntSocket.Close/[15:12] 꿀팁/[16:05] 꿀팁/[16:07] HttpWebRequest/[16:13] 꿀팁/[16:25] 꿀팁/[16:47] 꿀팁/[16:55] 꿀팁/[17:00] 꿀팁/[17:05] StreamReader/[17:11] 꿀팁/[17:21] 꿀팁/[17:33] console.writeline/[17:46] 꿀팁/[19:06] GetResponse/[19:19] 꿀팁/[19:37] 꿀팁/[20:07] windows forms 응용/[20:50] form1.cs/[22:47] partial class/[22:49] 꿀팁/[23:16] 속성창/[23:56] 속성 - 이벤트/[24:02] 꿀팁/[24:33] messagebox/[24:37] 꿀팁/[24:55] 람다식/[24:54] 꿀팁/[25:13] 꿀팁/[25:30] 꿀팁

  • 30.21분 C# 6.0 실무강좌 10

    책갈피 : [00:08] 도구 상자/[00:25] button 추가/[01:00] 유니코드 지원/[01:54] textbox 추가/[03:14] 꿀팁/[03:26] int n/[03:39] 꿀팁/[03:43] int.TryParse/[03:50] 꿀팁/[03:58] 꿀팁/[03:59] MessageBox.Show/[04:28] 꿀팁/[04:29] StringBuilder/[04:41] 꿀팁/[04:42] sb.Append/[04:48] 꿀팁/[05:16] 꿀팁/[05:36] 꿀팁/[05:37] \r\n/[06:12] 메뉴 알아보기/[07:23] 이벤트 추가하는 방법/[07:31/[07:40] MessageBox.Show/[08:07] Application.Exit/[08:08] 꿀팁/[08:25] 꿀팁/[08:30] 단축키 설정/[09:25] 실행/[09:48] contextmenu 만들기/[10:07] 꿀팁/[10:16] 꿀팁/[10:31] EventArgs/[10:38] 꿀팁/[10:39] MouseEventArgs/[10:47] 꿀팁/[10:55] 꿀팁/[10:58] ContextMenu 만들기/[11:05] 꿀팁/[11:06] MenuItem 만들기/[11:21] 꿀팁/[12:01] 꿀팁/[12:09] add/[12:23] 꿀팁/[12:24] show/[12:34] 꿀팁/[12:52] 꿀팁/[12:57] 실행, contextmenu/[13:30] 꿀팁/[13:24] 기본적인 도형 그리기/[13:35] override.onpaint/[13:38] 꿀팁/[13:58] Graphics/[14:00] 꿀팁/[14:04] 꿀팁/[14:23] 꿀팁/[14:26] DrawLine/[14:34] 꿀팁/[14:41] 꿀팁/[15:17] 실행/[15:39] Dispose/[15:44] 꿀팁/[15:59] 꿀팁/[16:13] 꿀팁/[16:14] Brush 생성/[17:06] 꿀팁/[17:19] 꿀팁/[17:27] 꿀팁/[17:30] SolidBrush/[18:33] 꿀팁/[18:37] Color.FromArgb/[20:29] 꿀팁/[20:26] onpaint graphics/[20:39] 꿀팁

  • 31.26분 C# 6.0 실무강좌 11

    책갈피 : [00:04] windows form/[00:22] textbox, button/[00:41], 취소 버튼 만들기/[01:11] 꿀팁/[02:19] Rename/[02:33] nameBOX/[02:46] 꿀팁/[02:47] DialogResult/[03:24] button/[04:01] 꿀팁/[04:32] 꿀팁/[04:34] ShowDialog/[04:47] 꿀팁/[05:28] 꿀팁/[06:58] 꿀팁/[07:08] this.rename/[07:48] 꿀팁/[07:51] initializecomponent/[08:45] 꿀팁/[08:49] rename.Show/[10:13] 꿀팁/[10:30] 꿀팁/[10:31] OpenFileDialog/[10:41] 꿀팁/[10:56] MessageBox.Show/[10:50] 꿀팁/[11:02] 꿀팁/[11:32] 꿀팁/[11:33] InitiaIDirectory/[12:05] 꿀팁/[13:32] FolderBrowserDialog/[13:33] 꿀팁/[13:43] 꿀팁/[13:45] ShowDialog/[14:03] 꿀팁/[14:24] 폰트와 색상선택 대화상자/[14:41] 꿀팁/[14:44] FontDialog/[15:28] 글꼴 대화상자/[15:49] 꿀팁/[15:53] ColorDialog/[16:31] 사용자 지정, 정의 컨트롤/[16:34] 꿀팁/[17:18] CustomControl/[17:26] 꿀팁/[17:50] ClientRectangle/[18:06] 꿀팁/[18:34] Graphics.Drawline/[18:26] 꿀팁/[19:28] onclick/[19:29] 꿀팁/[20:10] 꿀팁/[20:14] S사용자 정의/[21:10] label/[21:44] 꿀팁/[21:50] ColorDialog/[22:25] 꿀팁/[22:43] ColorDialog/[22:46] 꿀팁/[23:04] 꿀팁/[24:03] colorlable 생성/[24:17] 꿀팁/[24:18] UserControl/[24:51] windows forms, wpf

  • 32.25분 C# 6.0 실무강좌 12

    책갈피 : [00:04] 꿀팁/[00:09] MainWindow/[01:56] 꿀팁/[02:13] messagebox.show/[02:18] 꿀팁/[02:31] wpf의 장점/[03:28] 꿀팁/[03:31] 꿀팁/[03:33] xaml 방식/[04:04] label/[04:14] content/[04:55] 꿀팁/[05:01] 꿀팁/[05:29] 꿀팁/[05:32] 꿀팁/[06:06] 꿀팁/[06:08] get, set/[06:28] 꿀팁/[06:32] INotifyPropertyChanged/[06:46] 꿀팁/[06:54] 꿀팁/[07:35] 꿀팁/[07:47] data binding/[08:37] 꿀팁/[08:46] textbox/[08:52] 꿀팁/[09:08] 꿀팁/[10:01] image/[10:36] 꿀팁/[10:37] OpenFileDialog/[11:00] 꿀팁/[11:32] 꿀팁/[11:37] 꿀팁/[11:42] image.Source/[11:52] BitmapImage/[11:53] 꿀팁/[12:01] 꿀팁/[13:01] 꿀팁/[13:08] 꿀팁/[13:15] 필드 만들기/[13:24] 꿀팁/[13:25] get, return/[13:40] 꿀팁/[13:44] 꿀팁/[14:23] Binding RelativeSource/[14:24] 꿀팁/[15:22] image source/[15:56] 꿀팁/[16:49] PropertyChanged/[17:28] 꿀팁/[18:05] Grid.Column/[18:10] 로컬 값으로 변환/[18:39] 꿀팁/[18:44] Grid.ColumndeFinitions/[20:27] 실행, 결과/[21:32] button.content/[21:56] 꿀팁/[23:27] 꿀팁/[23:28] grid/[24:20] 꿀팁/[24:21] grid margin 값 설정/[24:44] padding/[24:50] 꿀팁

  • 33.23분 C# 6.0 실무강좌 13

    책갈피 : [00:04] wpf 응용 프로그램/[00:16] 꿀팁/[00:26] item 넣는 방법/[00:38] 꿀팁/[00:45] ListBoxItem/[01:18] 꿀팁/[01:23] WrapPanel/[01:32] CheckBox/[02:23] 꿀팁/[02:31] 꿀팁/[02:29] ItemsSource/[02:35] 꿀팁/[02:51] 꿀팁/[02:52] ObservableCollection/[03:12] 꿀팁/[03:16] get, return/[03:25] 꿀팁/[03:37] 꿀팁/[03:53] 도구상자 - textbox/[04:10] add/[04:12] 꿀팁/[04:27] 꿀팁/[04:53] 꿀팁/[05:54] 꿀팁/[06:18] 실행, 결과/[06:45] 삭제 버튼 만들기/[06:49] removeat/[07:12] 꿀팁/[07:18] 꿀팁/[07:52] 꿀팁/[08:15] binding/[08:24] 서비스 프로그램/[08:41] 꿀팁/[08:48] 꿀팁/[08:56] windows 서비스/[09:33] 꿀팁/[09:46] 꿀팁/[09:58] 꿀팁/[10:16] onstart, onstop/[10:28] 서비스가 실행/[10:30] 꿀팁/[10:31] InitializeComponent/[11:28] 꿀팁/[11:31] Servicebase.Run/[11:43] Echoserver/[12:18] 꿀팁/[12:31] 서비스를 등록/[13:40] 꿀팁/[13:48] 참조 추가/[14:06] 꿀팁/[14:24] System.ServiceProcess/[14:28] 꿀팁/[14:41] 꿀팁/[14:51] Installer Information/[15:25] 꿀팁/[15:31] ServiceAccout/[15:33] 꿀팁/[16:12] 꿀팁/[16:24] 꿀팁/[16:47] 꿀팁/[16:50] 꿀팁/[17:32] AddRange/[17:33] 꿀팁/[18:37] 꿀팁/[18:38] RunInstaller/[19:27] Installutil.exe/[21:32] 꿀팁/[21:33] public/[22:12] 제어판-관리도구-서비스

  • 34.25분 C# 6.0 실무강좌 14

    책갈피 : [00:04] onstart/[00:18] 꿀팁/[01:26] Thread/[01:20] 꿀팁/[01:37] 꿀팁/[01:47] 꿀팁/[01:49] thread.IsBackground/[02:13] echoThread/[02:56] udp/[02:57] 꿀팁/[03:02] 꿀팁/[03:10] bind, listen/[03:13] 꿀팁/[03:16] 꿀팁/[03:43] socket.Accept/[03:45] 꿀팁/[03:48] 꿀팁/[03:54] 꿀팁/[03:56] rcvText/[04:00] 꿀팁/[04:46] bool endService/[05:02] 꿀팁/[05:40] if/[05:47] join/[05:48] 꿀팁/[06:25] 꿀팁/[06:53] InstallerInformation/[06:54] 꿀팁/[07:54] 서비스 - echoserver/[08:45] 꿀팁/[08:50] 꿀팁/[08:53] socket.Accept/[09:23] 웹 프로그램 만들기/[09:35] windows 기능/[09:39] IIS(인터넷 정보 서비스)/[11:57] default web site/[12:14] 웹 사이트 관리 - 시작/[13:35] asp 사용하기/[14:26] asp로 저장하기/[14:43] default web site편집/[15:47] 꿀팁/[15:51] 소스 보기/[17:11] asp.net/[18:16] 꿀팁/[18:48] 꿀팁/[19:07] Request.QueryString/[19:13] 꿀팁/[19:23] 꿀팁/[19:26] for문/[20:14] Page language/[20:19] 꿀팁/[23:30] Request.Form/[20:49] 꿀팁/[21:19] 꿀팁/[21:44] 꿀팁/[22:27] 꿀팁/[22:59] 꿀팁/[23:28] 꿀팁/[24:06] 꿀팁

  • 35.24분 C# 6.0 실무강좌 15

    책갈피 : [00:07] asp.net 웹 응용/[00:51] 웹 폼/[00:53] 꿀팁/[01:20] 꿀팁/[01:39] 꿀팁/[01:52] 꿀팁/[02:05] 꿀팁/[02:30] 웹 폼 - 도구 상자/[02:59] textbox/[03:07] 소스/[04:16] WebForm/[04:50] 꿀팁/[04:51] 속성 - 이벤트 - click/[05:26] label/[05:30] result.text/[05:41] 실행/[06:03] TextBox/[06:11] 꿀팁/[06:30] pre, post/[06:35] 꿀팁/[07:41] result.text/[08:34] 꿀팁/[08:56] 꿀팁/[08:58] math.max, math.sqrt/[09:11] 꿀팁/[09:19] 꿀팁/[09:40] 꿀팁/[09:45] 실행/[11:33] 웹 프로젝트의 속성/[11:39] 꿀팁/[13:25] default web site고급/[14:35] default web site기본/[15:20] 새 프로젝트/[15:29] windows phone/[15:38] 꿀팁/[16:15] 허브 앱/[17:04] 유니버설의 장점/[17:28] 솔루션 탐색기/[17:36] 꿀팁/[18:21] 템플릿 컨트롤/[19:08] 제목 변경하기/[20:05] 꿀팁/[20:07] InitializeComponent/[20:34] MainPage.xaml/[20:45] 솔루션 배포, wp1 배포/[21:35] index.html/[22:50] App/[22:59] 꿀팁/[23:04] 꿀팁/[23:05] OnLaunched/[23:18] 꿀팁

  • 36.21분 C# 6.0 실무강좌 16

    책갈피 : [00:06] Package.appxmanifest/[00:07] 꿀팁/[01:03] 시각적 자산/[01:19] 요구 사항/[01:57] 패키지/[03:31] homepage.xaml/[03:43] 꿀팁/[03:57] 꿀팁/[04:19] 속성 - 텍스트 - 폰트 크기/[04:35] textbox/[04:51] InitializeComponent/[04:52] 꿀팁/[05:30] 텍스트 가운데 정렬/[05:44] countbutton - 이벤트/[06:26] 꿀팁/[07:05] 꿀팁/[07:06] int.parse/[07:26] 실행/[08:25] 콘텐츠 대화 상자/[08:39] 꿀팁/[08:55] 기본 페이지/[09:14] textbox/[09:24] button/[11:04] 꿀팁/[11:45] 꿀팁/[11:46] Frame.Navigate/[12:15] 꿀팁/[13:24] 꿀팁/[12:32] 실행/[13:28] Inputscope - Number/[14:04] 꿀팁/[14:13] 꿀팁/[14:14] frame.navigate/[14:21] 실행/[15:16] 꿀팁/[15:18]frame.goback/[15:24] 실행/[16:03] 꿀팁/[16:06] savestate, loadstate/[16:25] pagestate/[16:26] 꿀팁/[16:45] 꿀팁/[16:59] 꿀팁/[17:10] LoadStateEventArgs/[17:27] 꿀팁/[17:44] 실행/[18:33] HomePage.count/[18:52] 꿀팁/[18:58] refresh/[19:43] 꿀팁/[19:54] 꿀팁/[20:10] int.Parse/[20:21] 꿀팁/[20:50] 실행

  • 37.38분 C# 6.0 실무강좌 17

    책갈피 : [00:03] ChatApp 응용프로그램/[00:36] 도구 사장 - TextBox/[00:37] 꿀팁/[00:48] Button 생성/[00:52] 꿀팁/[00:55] Multiline - True/[01:35] 메뉴 및 도구 모음/[01:37] 꿀팁/[02:18] 꿀팁/[03:09] 서버 열기/[03:10] 꿀팁/[03:16] ThreadPool/[03:29] 꿀팁/[03:30] Tcp/[03:34] EndPoint/[03:35] 꿀팁/[04:00] 꿀팁/[04:02] Bind, Listen/[04:13] 꿀팁/[04:20] Socket client/[04:27] 꿀팁/[04:31] QueueUserWorkItem/[04:33] 꿀팁/[05:34] 접속 코드 만들기/[05:37] 꿀팁/[05:48] 꿀팁/[06:18] 꿀팁/[06:34] Socket server/[06:55] chatSocket/[07:00] 꿀팁/[07:12] null/[07:27] 꿀팁/[07:33] chatSocket.Send/[07:42] 꿀팁/[07:43] Encoding/[08:15] sendBytes/[08:45] chatSocket.Receive/[08:47] 꿀팁/[09:31] string/[09:35] 꿀팁/[11:17] 꿀팁/[11:38] 꿀팁/[12:06] chatTextAddString/[13:14] 꿀팁/[13:48] 꿀팁/[14:03] 실행/[14:49] 꿀팁/[15:20] ReadOnly - True/[15:21] 꿀팁/[16:10] 속성 - 키/[16:15] 꿀팁/[16:39] KeyPressEventArgs/[16:40] 꿀팁/[16:49] 꿀팁/[16:50] if/[16:51] 꿀팁/[16:58] 꿀팁/[17:15] sendTextString/[17:37] 꿀팁/[18:34] 실행/[19:20] 꿀팁/[19:24] 꿀팁/[19:25] try, catch, break/[19:46] SocketException/[19:50] 꿀팁/[20:01] e.Message/[20:12] 실행/[20:31] receiveString/[21:45] 꿀팁/[22:23] clientHandling/[22:45] 꿀팁/[23:47] 꿀팁/[24:07] 꿀팁/[24:08] foreach/[25:11] csocket/[25:17] 꿀팁/[25:32] 실행/[27:05] 꿀팁/[27:41] 꿀팁/[28:45] 프로젝트/[29:03] Button생성/[29:39] 꿀팁/[29:52] public string/[30:11] 꿀팁/[30:16] DialogResult/[30:56] getName/[31:08] dialog.ShowDialog/[31:09] 꿀팁/[31:18] 꿀팁/[32:23] 실행/[33:17] 꿀팁/[33:27] 클래스 생성/[33:40] clientSocket 이름변경/[34:12] int id/[34:24] 꿀팁/[34:35] ClientUser/[35:03] 꿀팁/[36:49] 꿀팁/[36:50] public enum/[37:05] Init, Chat/[37:35] 꿀팁/[37:56] Memory/[37:57] 꿀팁/[38:12] bw.Write

  • 38.46분 C# 6.0 실무강좌 18

    책갈피 : [00:07] bw.Write(name)/[00:18] 꿀팁/[00:38] 꿀팁/[00:39] bw,Flush/[00:43] 꿀팁/[00:44] server, Send/[00:49] 꿀팁/[01:38] 꿀팁/[01:40] MemoryStream/[01:54] BinaryReader/[01:55] 꿀팁/[02:03] MessageType/[02:06] 꿀팁/[02:14] 꿀팁/[02:24] if, else if/[03:04] 꿀팁/[03:27] 꿀팁/[03:33] csocket/[03:50] 꿀팁/[04:08] 꿀팁/[04:18] 꿀팁/[04:29] ClientUser/[04:56] 꿀팁/[05:00] Encoding/[05:54] 꿀팁/[06:42] 꿀팁/[06:53] 꿀팁/[06:58] sendMs/[07:32] 꿀팁/[08:52] 꿀팁/[08:55] br.ReadString/[09:06] 실행/[10:13] 꿀팁/[10:40] rcvdString/[10:48] chatTextAddString/[11:29] 꿀팁/[11:32] 꿀팁/[12:11] 꿀팁/[12:12] params object/[12:27] 꿀팁/[12:36] return/[12:37] 꿀팁/[12:54] bw.Write/[13:05] 꿀팁/[13:11] foteach/[13:37] if, esle if/[13:40] 꿀팁/[13:59] 꿀팁/[15:26] 꿀팁/[16:28] 타입추가/[16:41] ListRefresh/[17:17] ListBox추가/[17:56] 꿀팁/[17:57] userListBox.Items.Add/[18:08] 실행/[18:43] clntUser/[18:44] 꿀팁/[18:49] return/[19:36] 접속이 끊겼을 경우/[19:49] 꿀팁/[19:50] catch - Remove/[20:05] 꿀팁/[20:33] userListBox-collection/[20:38] 꿀팁/[21:00] RefreshUserList/[21:35] Utill.BinaryBuild/[21:43] MessageType/[21:48] count/[21:53] 꿀팁/[22:11] 꿀팁/[22:21] foreach/[22:22] 꿀팁/[22:34] 꿀팁/[22:39] 꿀팁/[22:48] 꿀팁/[22:51] list.ToArray/[23:21] else if/[24:25] 꿀팁/[24:54] ReadInt32/[24:55] 꿀팁/[25:06] 꿀팁/[25:39] userListBox.Items.Clear/[25:40] 꿀팁/[25:47] 꿀팁/[26:20] 꿀팁/[26:30] 실행/[27:18] chatApp/[27:35] 이미지 공유/[27:46] 꿀팁/[27:47] picture 넣기/[28:10] Image 입력/[28:31] 메뉴 - 전송/[29:16] 꿀팁/[29:27] 꿀팁/[29:28] OpenFileDialog/[29:31] 꿀팁/[29:47] 꿀팁/[29:51] InitiaIDirectory/[29:56] 꿀팁/[30:01] 꿀팁/[30:11] 꿀팁/[30:21] Stream/[30:22] 꿀팁/[31:03] Util/[31:15] 꿀팁/[31:36] 꿀팁/[32:20] int, while/[32:22] 꿀팁/[32:49] 꿀팁/[33:40] 꿀팁/[33:42] filleBuffer/[34:07] InitImage/[34:18] 꿀팁/[34:24] FromStream/[34:32] 꿀팁/[34:45] ImageWindow/[34:57] 꿀팁/[35:04] Show/[35:14] 꿀팁/[35:19] 크기모드 - zoom/[35:29] 꿀팁/[35:50] sendBytes/[36:08] else if/[36:16] 꿀팁/[36:23] 꿀팁/[36:34] 꿀팁/[36:54] 꿀팁/[37:33] 꿀팁/[37:58] 꿀팁/[38:10] 꿀팁/[38:17] 꿀팁/[39:54] 꿀팁/[41:06] 꿀팁/[41:39] 꿀팁/[41:41] IncokeRequired/[41:48] 꿀팁/[42:15] 이미지 파일 넣기/[43:02] 꿀팁/[43:05] 꿀팁/[43:07] pictureBox.Image/[44:17] 꿀팁

  • 39.33분 C# 6.0 실무강좌 19

    책갈피 : [00:03] 독립 실행형 설치/[00:11] 체크/[00:22] 서버 구성 - 자동/[00:34] 서버 이름 입력/[00:50] DBTest/[01:09] 테이블 선택/[01:33] 꿀팁/[02:10] 테이블 값 넣기/[02:19] 새 쿼리 편집기 창 선택/[02:37] Student값 넣기/[02:40] 꿀팁/[02:41] INSERT 선택/[03:00] 꿀팁/[03:01] 상위 행 1000개 행 선택/[03:19] 꿀팁/[03:30] C# 학습/[03:52] 꿀팁/[03:51] 서버 속성 - 보안 선택/[04:09] 다시 시작/[04:16] 로그인 - 새 로그인/[04:21] 꿀팁/[04:23] SQL Server 인증 선택/[04:58] 꿀팁/[05:01] SqlConnection/[05:14] 꿀팁/[05:31] 꿀팁/[06:05] 꿀팁/[06:27] 꿀팁/[06:29] con Open/[06:34] 꿀팁/[06:39] con Close/[06:47] tast1 - 서버 역할 체크/[07:16] 꿀팁/[07:27] connectionString/[07:47] 꿀팁/[07:50] ConfigurationManager/[08:07] 꿀팁/[08:35] 실행 결과/[09:00] SqlCommand/[09:01] 꿀팁/[09:09] 꿀팁/[09:17] 꿀팁/[09:45] int result/[09:47] 꿀팁/[10:11] Console WriteLine/[10:21] 실행/[10:36] 꿀팁/[10:58] 꿀팁/[11:06] UPDATA/[11:07] 꿀팁/[11:25] Student SET Age/[12:06] 꿀팁/[12:07] From Student Where ID/[12:40] 꿀팁/[12:53] 꿀팁/[12:56] 꿀팁/[12:58] SELECT/[13:13] 꿀팁/[13:19] 꿀팁/[13:52] 꿀팁/[14:02] while/[14:03] 꿀팁/[14:37] 꿀팁/[14:49] 꿀팁/[15:13] 꿀팁/[16:35] string name/[16:43] 꿀팁/[16:57] 꿀팁/[17:54] SqlParameter/[17:55] 꿀팁/[18:17] 꿀팁/[18:21] SqlDbType/[18:34] 꿀팁/[18:52] 꿀팁/[19:15] 꿀팁/[19:16] Add/[19:36] 꿀팁/[20:44] 꿀팁/[20:46] ExecuteNonQuery/[21:00] 꿀팁/[21:10] DataSet/[21:17] 꿀팁/[21:19] SqlDataAdapter/[21:56] 꿀팁/[22:17] 꿀팁/[22:58] 클래스 추가/[23:38] 꿀팁/[23:43] SqlConnection/[24:00] this.sqlCon/[24:13] void InitParameters/[24:16] 꿀팁/[25:00] 꿀팁/[25:22] 꿀팁/[25:45] 꿀팁/[26:25] 꿀팁/[26:51] 꿀팁/[27:54] Delete/[27:57] 꿀팁/[28:20] SelectAll/[28:26] 꿀팁/[28:35] 꿀팁/[28:45] 꿀팁/[28:58] 꿀팁/[29:00] SqlDataReader/[29:06] 꿀팁/[29:14] 꿀팁/[29:25] new Student/[29:34] 꿀팁/[29:42] 꿀팁/[29:54] 꿀팁/[30:01] 꿀팁/[30:06] 꿀팁/[30:22] StudentDAC초기화/[31:49] StudentDAC Update/[32:18] 꿀팁/[32:19] foreach

  • 40.42분 C# 6.0 실무강좌 20

    책갈피 : [00:00] DataSet/[00:02] 꿀팁/[00:46] 꿀팁/[00:47] DateTable/[00:56] 꿀팁/[01:04] 꿀팁/[01:22] 꿀팁/[01:30] 꿀팁/[01:45] 꿀팁/[01:49] DataRow, NewRow/[01:56] 꿀팁/[02:10] 꿀팁/[02:47] 꿀팁/[02:57] 꿀팁/[03:02] 다중정의/[03:26] 꿀팁/[03:40] 꿀팁/[03:46] sqlCon/[03:48] 꿀팁/[04:03] 꿀팁/[04:13] DataRow newI Item/[05:19] Update/[05:30] 꿀팁/[05:46] Console WriteLine/[05:48] 꿀팁/[06:02] 꿀팁/[06:03] foteach/[06:56] 꿀팁/[07:01] 꿀팁/[07:30] 꿀팁/[07:41] 형식부여된 DataSet/[07:45] 데이터 소스 선택/[07:51] 새 데이터 소스 추가/[08:16] 새 연결/[08:30] SQLEXPERSS/[08:31] 꿀팁/[09:46] 데이터 집합/[10:05] 꿀팁/[10:32] 꿀팁/[10:35] 꿀팁/[11:03] StrudentTableAdapter/[11:48] 꿀팁/[12:03] DataSet,STA 초기화/[12:06] 꿀팁/[12:38] 꿀팁/[12:41] Insert/[13:27] 꿀팁/[13:53] Fill(ds.Student)/[13:59] 꿀팁/[14:27] 꿀팁/[14:34] StudentRow/[15:06] 꿀팁/[16:15] DataType/[16:46] 꿀팁/[16:48] Select/[18:05] 꿀팁/[18:41] 꿀팁/[18:47] 꿀팁/[18:49] Update command/[19:03] 꿀팁/[19:44] 꿀팁/[20:21] Delete command/[20:20] 꿀팁/[21:58] 꿀팁/[22:01] 꿀팁/[22:58] 꿀팁/[23:12] 꿀팁/[23:21] 꿀팁/[23:23] 여러 개의 쿼리 처리/[24:35] 꿀팁/[24:41] 예제 프로그램/[26:12] 데이터 소스/[26:44] 꿀팁/[27:13] 꿀팁/[27:14] 상위 200개 행 편집/[27:38] BankA, BankB/[27:40] 꿀팁/[27:53] DBTestDataSet/[27:59] 꿀팁/[28:23] SendAtoB/[29:01] 꿀팁/[29:24] 꿀팁/[29:16] BankARow/[29:24] BankA.Select("ID="+aID)/[30:24] 꿀팁/[31:21] 꿀팁/[32:06] 꿀팁/[32:24] 꿀팁/[32:41] 꿀팁/[32:44] Connection open/[32:54] 꿀팁/[33:00] SqlTransaction/[33:11] 꿀팁/[33:21] 꿀팁/[33:37] 꿀팁/[33:50] 꿀팁/[34:48] 꿀팁/[34:49] Commit/[35:04] 꿀팁/[35:35] 꿀팁/[36:53] 꿀팁/[37:58] 꿀팁/[38:14] 꿀팁/[38:21] 꿀팁/[38:30] 꿀팁/[39:06] 꿀팁/[39:07] TransactionScope/[39:27] 꿀팁/[39:29] scope.Complete/[39:48] 꿀팁/[39:55] BeginTransaction/[39:58] 꿀팁/[40:35] 꿀팁/[41:33] 꿀팁


'추천강의' 카테고리의 다른 글

그누보드5 강의 교육  (0) 2017.10.27
자바 학원 강좌 추천  (0) 2017.10.27
노드제이에스 강좌 리뷰 추천  (0) 2017.10.27
테크노트 교육 추천  (0) 2017.10.27
킴스큐 학원 강의 추천  (0) 2017.10.27