Home
»
MK .NET UG
»
Design, Solutions and .NET Framework by Dejan Dimitrovski
»
All Tags
»
debug
Browse by Tags
MK .NET UG
Macedonian .NET User Group
Get this RSS feed
Home
Blogs
Forum
Tags
Tags
Add-ins
ASP.NET
CodePlex
Development tools
Silverlight
trace
Visual Studio
WCF
Tagged Content List
Blog Post:
Debugging HTTP Requests
dejan
Using WCF application that has an HTTP binding often needs ability to monitor exact messages that are being transmitted. If you don’t like to use WCF message tracing and logging feature , you can try the alternative more accurate and easier way to capture HTTP traffic directly – using proxies. This approach...
on
Sun, Mar 15 2009
Blog Post:
WCF Tracing and Message Logging
dejan
The most important thing when you are developing an application is actually the debugging process. If we are talking about WCF, tracing should help developer to debug WCF service by logging all operations on the service. How to enable trace Open the config file of the WCF service host using the Configuration...
on
Thu, Oct 23 2008
Blog Post:
WCF Debugger Visualizers
dejan
Visual Studio 2005 has introduced a very nice feature called debugger visualizers which represents extensions to Visual Studio that drops in a custom user interface for visualizing types. This vizualizers allows you to visually view useful information about objects during debug which can often be a lot...
on
Wed, Jul 30 2008