컴퓨터/프로그래밍2014. 4. 30. 18:53


WCF 3.5 Vs WCF 4.0 Vs WCF 4.5

: http://www.topwcftutorials.net/2014/03/WCF3.5-Vs-WCF4.0-Vs-WCF4.5.html

 

What's new in WCF v4.5

: http://www.topwcftutorials.net/2014/03/whats-new-in-wcf-v45.html

 

New Features in WCF 4.5 - Part 1

: http://www.topwcftutorials.net/2014/03/New-Features-In-WCF-4.5-Part-1.html

 

New Features in WCF 4.5 - Part 2

: http://www.topwcftutorials.net/2014/04/new-features-in-wcf-45-part-2.html

 

New Features in WCF 4.5 - Part 3

: http://www.topwcftutorials.net/2014/04/New-Features-In-WCF-4.5-Part-3.html

 

New Features in WCF 4.5 - Part 4

: http://www.topwcftutorials.net/2014/04/New-Features-In-WCF-4.5-Part-4.html

 

New Features in WCF 4.5 - Part 5

: http://www.topwcftutorials.net/2014/04/New-Features-In-WCF-4.5-Part-5.html

 

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

Go 언어란?  (0) 2014.10.14
Windows 에서 Redis 설치하기  (0) 2014.05.01
Node.js 정보  (0) 2014.04.19
Debug 모드에서 메모리 디버깅(?)  (0) 2014.03.31
[용어] WWSAPI (Windows Web Services API)  (0) 2014.03.12
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. 1. 12:55

WAS(Windows Process Activation Service) 는 IIS(인터넷 정보 서비스) 프로세스 모델을 일반화한 것으로 HTTP 에 대한 종속성이 제거되었다.

 

이전에는 HTTP 응용 프로그램에서만 사용할 수 있었던 IIS 의 모든 기능을 HTTP 프로토콜을 사용하지 않는 WCF(Windows Communication Foundation) 응용 프로그램에서 사용할 수 있게 되었다.

 

IIS 7.0 은 HTTP 를 통하여 메시지 기반으로 활성화된 WAS 를 사용하고 있다.

 

Posted by jungtae17
컴퓨터/프로그래밍2013. 8. 21. 12:25

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

 

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

 

링크3> http://www.codeproject.com/Articles/32119/Understanding-SynchronizationContext-Part-III

 

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

HTTP 프로토콜 분석  (0) 2013.10.01
객체 지향 설계 원칙 - SOLID  (0) 2013.09.24
WCF 프로그래밍 소개  (0) 2013.08.20
WebSocket 프로그래밍 소개  (0) 2013.08.20
WCF + RESTful + JSON 프로그래밍  (0) 2013.08.19
Posted by jungtae17
컴퓨터/프로그래밍2013. 8. 20. 19:14

링크1> http://www.hoons.net/Lecture/List/32

 

링크2> http://mikesknowledgebase.com/pages/Services/WebServices.htm

 

링크3> http://msdn.microsoft.com/ko-kr/magazine/ee532094%28en-us%29.aspx?sdmr=wcf&sdmi=topics

 

링크4> http://msdn.microsoft.com/en-us/library/ms733099.aspx

 

링크5> http://www.c-sharpcorner.com/blogs/4027/address-binding-and-contract-in-wcf.aspx

 

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

객체 지향 설계 원칙 - SOLID  (0) 2013.09.24
WCF Concurrency  (0) 2013.08.21
WebSocket 프로그래밍 소개  (0) 2013.08.20
WCF + RESTful + JSON 프로그래밍  (0) 2013.08.19
C10K Problem 란?  (0) 2013.08.19
Posted by jungtae17
컴퓨터/프로그래밍2013. 8. 20. 19:10

링크1> http://en.wikipedia.org/wiki/WebSocket

 

링크2> http://www.websocket.org/aboutwebsocket.html

 

링크3> http://tools.ietf.org/html/rfc6455

 

링크4> http://www.codeproject.com/Articles/617611/Using-WebSocket-in-NET-4-5-Part-1

 

'컴퓨터 > 프로그래밍' 카테고리의 다른 글

WCF Concurrency  (0) 2013.08.21
WCF 프로그래밍 소개  (0) 2013.08.20
WCF + RESTful + JSON 프로그래밍  (0) 2013.08.19
C10K Problem 란?  (0) 2013.08.19
Windows 버전별로 지원하는 Windows Sockets 정리  (0) 2013.07.23
Posted by jungtae17
컴퓨터/프로그래밍2013. 8. 19. 16:06