ASp.net 2.0 introduces datasource controls, such as SqlDataSource and ObjectDataSource, these controls work quite well, expecially the objectDataSource that permits you to bind to methods of a custom object. In an application of mine there is a user control that has a datagrid with custom logic, that data should be enclosed in different pages, and [...]
Continue reading about ASP.Net and custom parameter for datasource controls
Log4Net is certainly one of the most important instrumentation library for logging. Let’s see how to extend, writing a custom formatter for exceptions. Exceptions are important things to log, and it is important to log more information as possible, here is how can you write a simple class to log exception public class ExceptionLayoutExtended : [...]
Continue reading about Writing a custom formatter for log4net





