부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. 'const' vs 'static readonly' ; https://docs.microsoft.com/en-us/archive/blogs/davidklinems/const-vs-static-readonly 간단히 정리해 보면, "const" 키워드는 VC++의 Macro 상수 정의이고, static readonly 키워드는 값이 고정된 변수라고 보면 되겠습니다. (물론, readonly에는 생성자에서의 초기화 지원이라는 부분을 포함합니다.) 언급된 데로, 만약 여러분들이 "고정값"들만을 담고 있을 어셈블리를 별도로 정의해서 활용한다고 했을 때, 만약 그 값들이 정말 "고정된 값"들이라면 const 키워드를 써도 됩니다. 예를 들어, PI값의 정의같은 것이겠지요. 하지만, 접속될 서버 주솟값 - 실서버 배치 시에는 달라질 수 있는 - 그런 값들을 담을 계획이라면 "static readonly"로 하면 되겠습니다. CONST vs READONLY in C#? (Explanation) ; https://dev.to/dotnetsafer/const-vs-readonly-in-c-explanation-3nh7 [다음 글] SDK : 4. PE/COFF 스펙[이전 글] Visual C++ : 4. VC++ 8.0 override 키워드 이해 [최초 등록일: 11/4/2006] [최종 수정일: 6/28/2021] 비밀번호 댓글 작성자 ... 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 ... NoWriterDateCnt.TitleFile(s) 239정성태4/18/200611593Display a Web Page in a Plain C Win32 Application238정성태4/17/200611528ASP.NET 2.0 의 Provider 관련 쪽 소스 공개237정성태4/17/200611202Microsoft Application Verifier236정성태4/17/200612454IIS6 - IE static resource caching problem235정성태4/13/200611129"Atlas" Control Toolkit for April CTP Released 234정성태4/13/200611473Access Visual Studio 2005 Team System From Macintosh and UNIX Systems, and from within the Eclipse IDE 233정성태4/13/200611162More Workflow Videos232정성태4/13/200612139Microsoft Visual C++ 2005 Redistributable Package231정성태4/13/200611664Windows Presentation Foundation Hands-On-Labs - February 2006 CTP 230정성태4/13/200611504Microsoft Management Model Designer229정성태4/13/200612505Discovery Wizard for SharePoint228정성태4/13/200612035TeamPlain Web Access for Team System227정성태4/13/200611870Scrum for Team System Released226정성태4/13/200611774Visual Studio Team Foundation Server MSSCCI Provider Version 1.0224정성태4/13/200611332VC++ - GroupLab Component Library223정성태4/13/200610466MSBuild Community Tasks Project releases new version 225정성태4/13/20069878 Visual Studio 2005 Web Application Projects (RC1)222정성태4/13/200610936Visual Studio 2005 Security Features and Tools220정성태6/8/200610823Shared Source Common Language Infrastructure 2.0 Release [1]219정성태8/4/200610652Simple List Extensions Specification218정성태4/13/2006112803rd party library - EZShellExtensions.Net 1.0 [1]217정성태4/13/200611049Bug Details: GC fails to load in server mode if config file contains none ASCII characters215정성태4/13/200611199http://www.400plusdifferences.com/214정성태4/13/20069688Team Foundation Server, Biztalk 2006216정성태4/13/200611059 Team Foundation Server 시험판 공개 다운로드213정성태4/13/200611143Introduction to the MSN Messenger Activity SDK ... 31 32 33 34 35 36 37 [38] 39 40 41 42 43 44 45 ...