Basic CSS precedence of Selectors

The Basics CSS is applied to HTML elements by way of selectors, and sets the elements’ properties to the values in the CSS class. Style Inheritance If an element has no style set, it inherits its style from its parent, i.e. if the body element has a font […]

Ceating a Log4Net Screen Appender

This article is about how to output the logging from Log4Net to a textbox. It assumes a basic knowledge of Log4Net. Create a Custom Appender Create this class in your project, it will automatically get picked up by the Configurator. This class implements the log4Net base appender and […]