Guillermo G. Blog

Software Architect
ASP.NET MCP
"The best way to predict the future is to invent it"

Browse by Tags

All Tags » C# (RSS)
Tip: DataSet.HasChanges and Windows Form Close Button Strange Behavior
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...
Posted: Jan 22 2008, 09:12 AM by gugonzar | with 4 comment(s)
Filed under: , , ,
Articulo: ¿Como incrementar la seguridad en sitios web que permiten upload de archivos?
  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...
Tip: Cast using the as Statement and Convert class vs Normal Casting
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 ....
Posted: Dec 05 2007, 11:46 AM by gugonzar | with 2 comment(s)
Filed under: , , ,
More Posts