Language (3) 썸네일형 리스트형 알아두면 쓸모 있는 .NET 이야기 회사 블로그를 통해 기고한 글입니다. https://m.post.naver.com/viewer/postView.nhn?volumeNo=31479637&memberNo=36733075 들어가며 2020년 11월 10일, MS(마이크로소프트)는 차세대 애플리케이션 개발플랫폼 닷넷(.NET) 5.0을 공식 발표하였습니다. .NET - A unified platform DESKTOP - WPF, Windows Forms, UWP WEB - ASP.NET CLOUD - Azure MOBILE - Xamarin GAMING - Unity IoT - ARM32, ARM64 AI - ML.NET, NET for Apache Spark .NET 5 - .NET STANDARD, INFRASTRUCTURE(Running .. Strong Named Assembly 강력한 이름 어셈블리란? Strong Named Assembly .Net 의 어셈블리(assembly) 이름과 버전 정보 및 몇 가지 정보를 추가하여 각 어셈블리의 유일성을 보장하는 방법을 의미한다. Strong Named Assembly 를 이루는 구성요소는 다음과 같다. Simple Name – 일반적으로 확장자를 제외한 assembly 를 포함하는 파일명 (Usually the name of the file (without the extension) that contains the assembly) Public Key – assembly 인증을 위한 RSA 로 된 publci 암호키 (RSA cryptographic public key that helps verify the assembly’s au.. Reflection API - Method.invoke() exception. object is not an instance of declaring class . Hibernate 의 UserType 확장을 이용하여 Enum 타입의 객체를 원하는 값으로 맵핑하고자 한다. 즉, 다음과 같은 Enum 이 있을 경우 public enum EventGranularity { VERY_FINE(new Integer(1000)), FINE(new Integer(100)), COARSE( new Integer(10)), VERY_COARSE(new Integer(1)); private Integer intValue; public Integer getGranularity() { return intValue; } private EventGranularity(Integer intValue) { this.intValue = intValue; } public EventGranularit.. 이전 1 다음