|
|
Browse by Tags
All Tags » Debug (RSS)
-
In a previous post where I talked about using log4net I used one of the alternative ways to initialize and configure the logging services.
This post will summarize these alternatives.
1. Programmatic initialization
The programmatic initialization should be done somewhere in your code.
This was the type of initialization used on the ...
-
Recently I had to develop my first Windows
Service in C#. I had already done Services in C++, and I was used to launch and
debug the Services thru Visual Studio (just by normally hitting F5).
I was surprised to see that the normal C# Windows
Service code base does not allow this to be possible in a ...
-
Whenever you have the need for debugging some application that by whatever reason cannot be properly debugged in Visual Studio, or even because your application requires some kind of logging/auditing functionality, instead of developing your own tool you have the option to use some existent logging frameworks.
One that I have tried and enjoyed ...
|
|
|