linq TakeWhile

Bhaumik Patel 8:15 PM
Linq TakeWhile public static void TakeWhile() { int[] numbers = { 5, 4, 1, 3, 9, 8, 6, 7, 2, 0 }; var first...Read More
linq TakeWhile linq TakeWhile Reviewed by Bhaumik Patel on 8:15 PM Rating: 5

Get url in asp.net

Bhaumik Patel 1:17 AM
Get url in asp.net string url = HttpContext.Current.Request.Url.AbsoluteUri; // http://localhost:1302/TESTERS/Default6.aspx string path = H...Read More
Get url in asp.net Get url in asp.net Reviewed by Bhaumik Patel on 1:17 AM Rating: 5

linq Skip

Bhaumik Patel 7:41 PM
Linq Skip public static void Skip() { int[] numbers = { 5, 4, 1, 3, 9, 8, 6, 7, 2, 0 }; var allButFirst4...Read More
linq Skip linq Skip Reviewed by Bhaumik Patel on 7:41 PM Rating: 5