Monday, February 22, 2010

Reduce ASP.NET Page Size

This article I have posted in dotnetfunda.com on 22-Feb-2010. It says about how to reduce ASP.NET page size. Refer below the link for further details.
Reduce ASP.NET page size

The same tip and trick also published in Code Project

Sunday, February 14, 2010

ADO.NET DataTable as XML parameter to an Oracle/SQL Server Database Stored Procedure

I have posted this article in codeproject.com on 27th-Jan-2010. This article is all about how to convert ado.net datatable to XML and pass it as a parameter to backend. To get the detail please refer belo the link
ADO.NET DataTable as XML parameter to an Oracle/SQL Server Database Stored Procedure

Business Entity as XML

This article I have posted in dotnetfunda.com on 13th-Feb-2010. This is all about how to convert a business entity to XML. Refer below the link for details discussion.
Convert Business Entity or Entity collection as XML

File recovery from VM backup(Recovery Service vault)

Backup service can be enabled on VM through recovery service vault. This will primarily facilitate restoration of a VM from Backup when disa...