코딩Coding
-
Language Integrated Query(LINQ)코딩Coding/C#_용어 2020. 5. 29. 18:43
https://en.m.wikipedia.org/wiki/Language_Integrated_QueryLanguage Integrated Query - WikipediaVersion 4 of the .NET framework includes PLINQ, or Parallel LINQ, a parallel execution engine for LINQ queries. It defines the ParallelQuery class. Any implementation of the IEnumerable interface can take advantage of the PLINQ engine by calling the AsParaen.m.wikipedia.org
-
컴파일(Compile)은 무엇인가요?/디버깅(Debugging)은 무엇인가요?/using/namespace/main코딩Coding/C#_용어 2020. 5. 29. 11:49
https://blog.hexabrain.net/98?category=442691 C# 강좌 2편. Hello, world! [최근 수정 2017.11.27] 1. 프로젝트 만들기 자, 이제 프로젝트를 한번 만들어봅시다. 우선 Microsoft Visual Studio를 실행시킨 후에, 파일(F) -> 새로 만들기(N) -> 프로젝트(P)...를 누르거나 Ctrl+Shift+N을 눌러 '새 프로젝트' 창을. blog.hexabrain.net
-
객체지향 프로그래밍 언어란코딩Coding/C#_용어 2020. 5. 29. 11:47
객체지향 프로그래밍 언어란, 상속(inheritance), 동적 바인딩(dynamic binding), 자료 추상화(data abstraction), 다형 개념(polymorphism) 같은 특성을 가지고 있으며 객체(object)를 하나의 단위로 생각합니다. 반대로는 절차지향이 있습니다. 출처: https://blog.hexabrain.net/88 C# 강좌 1편. 시작 1. 시작 C#란, C++의 연산력(computing power)과 Visual Basic의 편의성(convenience)을 결합하기 위한 목적으로 마이크로소프트사에서 개발한 객체지향 프로그래밍 언어입니다. C++가 기반이며, 자바랑 비슷한 blog.hexabrain.net [끝나지 않는 프로그래밍 일기] 출처: https://blog..
-
C# 강좌 3편. 변수, 데이터 형식, 상수 [최근 수정 2017.10.29]코딩Coding/C#_용어 2020. 5. 28. 18:04
C# 강좌 3편. 변수, 데이터 형식, 상수 [최근 수정 2017.10.29] 출처: https://exynoa.tistory.com/128C# 강좌 3편. 변수, 데이터 형식, 상수 [최근 수정 2017.10.29]1. 변수(Variable) 변수(variable)란 무엇일까요? 이미 익히 들어보신 분도 계실 거라 생각합니다. 변수는 쉽게 말하면 값을 담아 두는 상자와 같습니다. 변수는 하나의 데이터 값을 가질 수 있으며, 한blog.hexabrain.net[끝나지 않는 프로그래밍 일기]