Part 28 Advantages and disadvantages of hosting a wcf service in a windows service HD
Link for code samples used in the demo http://csharp-video-tutorials.blogspot.com/2014/02/part-28-advantages-and-disadvantages-of_10.html Link for all dot net and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists In this video we will discuss, advantages and disadvantages of hosting a wcf service in a windows service. This is continuation to Part 27. Please watch Part 27, before proceeding. Advantages of hosting a wcf service in a windows service 1. The Windows Service can be configured to start automatically when the system starts without having the need for any user to logon on the machine. This means that, the WCF service that the windows service hosts also starts automatically. 2. The Windows Service can be configured to automatically restart and recover when failures occur. 3. Supports all bindings and transport protocols Disadvantages of hosting a wcf service in a windows service 1. Involves writing custom code to create a windows service. 2. Windows service that hosts the wcf service must be deployed to the production server. 3. Difficult to debug the wcf service, as we need to attach the process within which the windows service is running.
Похожие видео
Показать еще