Blog Posts

November 19, 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 extensibl...

October 8, 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 whi...

June 11, 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, ...

May 22, 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...

May 9, 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 th...