Blog Posts

miércoles, 19 de noviembre de 2014

Visual Studio 2013 Community - Free Version

Visual Studio 2013 Community is a new, free, full version of Visual Studio, which can now be downloaded, which provides an extensible ecosy...

miércoles, 8 de octubre de 2014

Get datarows a datatable that comply conditions C#

Sometimes we need to filter certain data for display under certain circumstances in our programs. Here are some examples fails with which th...

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...