Posted by jungtae17
컴퓨터/프로그래밍2013. 11. 27. 11:12
Three ways to do WCF instance management

 : http://www.codeproject.com/Articles/86007/3-ways-to-do-WCF-instance-management-Per-call-Per

 

WCF Concurrency (Single, Multiple, and Reentrant) and Throttling

 : http://www.codeproject.com/Articles/89858/WCF-Concurrency-Single-Multiple-and-Reentrant-and

 

How to Call WCF Services Synchronously and Asynchronously
 : http://www.codeproject.com/Articles/91528/How-to-Call-WCF-Services-Synchronously-and-Asynchr

 

WCF Service Performance Monitoring using "Perfmon"

 : http://www.codeproject.com/Articles/431917/WCF-Service-Performance-Monitoring-using-Perfmon

 

Posted by jungtae17
컴퓨터/윈도우2013. 11. 13. 12:02

라이브러리 설정 파일 경로

 

%APPDATA%\Microsoft\Windows\Libraries

 

    참고> 환경 변수 APPDATA=C:\Users\{사용자명}\AppData\Roaming

 

 

라이브러리 설정 파일 수정 (*.library-ms)

 

<isLibraryPinned>true</isLibraryPinned>

<iconReference>{아이콘 파일 경로}</iconReference>

<templateInfo>

 

Posted by jungtae17