Author: SSWUG Research

Community

Excel Export Component Using XSL

(Patrick.Alex) I have created an Excel Export component using XSL and XML which can produce very well formatted Excel files. This doesn’t require any Excel library to create Excel files without Charts and macros, but If you want charts or macros in the Excel then you have to have the Excel installed

Community

Dynamic SVG features for browsers

(Uche Ogbuji) Learn how to use dynamic features of Scalable Vector Graphics (SVG) to provide useful and attractive effects in your Web applications. SVG 1.1, an XML language for describing two-dimensional vector graphics, provides a practical and flexible graphics format in XML. Many SVG features pr

Community

The Back Side of Exceptions

(Sergei Kitaev) Error handling is a general topic. This article is concerned with the strategy based on exceptions (which are a universal mechanism for raising and reporting an error) in relation to .NET. Here, you will learn about two problems of exception handling (that are not covered enough in e

Community

Application Domains in .NET

(Joydip Kanjilal) An Application Domain is a light-weight process. It is a logical and physical unit of isolation built around every .NET application by the Common Language Runtime (CLR) and contains its own set of code, data and configuration settings. Multiple application domains can exist simul