miércoles, 11 de junio de 2014

Convert Object To DataTable in C#

Reflection using C # Refraction is a "technique", you could say, to extract the metadata within an assembly nuestrasclases, for e...

jueves, 22 de mayo de 2014

Creating and Using Sessions in ASP.Net and C#

The Session object lets you create user sessions having a valid time before expiry , default time is 20 minutes. It has many uses and not ju...

viernes, 9 de mayo de 2014

How to change the color of a row of DevExpress ASPxGridView

Some times we need to paint the ranks of the DevExpress ASPxGridView grid.  To do this we must implement the HtmlRowPrepared event, in this ...

viernes, 11 de abril de 2014

How to modify my App.exe.config keys at runtime

On some occasions we need to store values ​​in app.config file confirguracion from our own application at runtime.  Without giving a lot of ...

martes, 8 de abril de 2014

Code Compare - File and Folder Merge Tool

Code Compare is a free tool designed to compare and merge differing files and folders. Code Compare integrates with all popular source contr...

miércoles, 2 de abril de 2014

VS2010 - Debugging not working

First of all, you must make sure that indeed the line of code where the breakpoint placed is running normally this type of problem occurs w...

sábado, 15 de marzo de 2014

Force downloading a file from C #

Force downloading a file from C #  Many times you want your system to download a pdf file or any file automatically and is not open in the b...