Tuesday, January 6, 2015

Some Important Blog

http://www.remondo.net
http://robbincremers.me
http://www.restapitutorial.com
http://www.amazedsaint.com
http://smehrozalam.wordpress.com
http://efytimes.com/e1/fullnews.asp?edid=144987
https://www.addedbytes.com/cheat-sheets/
http://www.webblogsforyou.com
http://chsakell.com/2015/02/15/asp-net-mvc-solution-architecture-best-practices/

How to select distinct values from datatable

dataTable.DefaultView.ToTable(true, "InvoiceNo","ChargeAmount");
dataSet.Tables["Sales"].DefaultView.ToTable(true, "InvoiceNo","ChargeAmount");