Wednesday, November 6, 2013

C# How to Keep console window Open

There are 2 Ways:

1. And in the last line of your code : Console.Readline() or Console.Read()
2. Run outside of the debugger CTRL+F5

Reference:
http://stackoverflow.com/questions/16952846/c-sharp-how-to-keep-console-window-open

Tuesday, November 5, 2013

log4net c# Tutorial

There is a Great and simple tutorial to work with log4net in a c# project

http://rmottap.blogspot.com/2012/05/tutorial-log4net.html