I had to write a simple Windows Forms application that haves a form. This form contains a DataGridView control that is binded with a DataSet ; this DataSet is filled with data from an XML file. This Windows Forms contains two buttons: "Accept Changes...
Un interesante articulo escrito por Scott Mitchell en el que nos brinda algunas consideraciones de seguridad muy importantes al momento de implementar funcionalidad para realizar upload de archivos sin atentar contra la seguridad de la aplicación...
Convert data from a DataType to another is a daily task of a developer; the applications require show formatted data (i.e Dates, currency, etc.) or make operations with this data. Here I'll show you an easy tip to avoid (or minimize) the use of try ....