­

How to get the Application Path in C# - ASP.Net

0 Comments
1) HttpContext.Current.Request.Url.Host- Displays the Host Name2) HttpContext.Current.Request.Url.Port- Displays the Port of the Application3) HttpContext.Current.Request.ApplicationPath- Displays the Application Path ...

Continue Reading

linq tutorial

0 Comments
Referred from URL: - http://www.programmersheaven.com/2/CSharp3-4Linq is short for Language Integrated Query. Imagine we have a list of orders. For this example, we will imagine they are stored in memory, We want to get a list of the costs of all orders that were placed by the Supplier identified...

Continue Reading

Check List for Managing a Program - Glen B. Alleman

0 Comments
Post by Glen B. Alleman Click link for more- http://herdingcats.typepad.com/my_weblog/2009/08/check-list-for-managing-a-program.htmlA clear, concise statement defining the program has been prepared and reviewed by knowledge parties for consensus.Performance objectives that follow written guidelines and contain actual calendar dates for completion.A Work Breakdown Structure developed to a level sufficient to prepare...

Continue Reading

Ryan Tomayko - How I Explained REST to My Wife

0 Comments
A Blog Post by Ryan TomaykoLink - http://tomayko.com/writings/rest-to-my-wifeWife: Who is Roy Fielding?Ryan: Some guy. He's smart.Wife: Oh? What did he do?Ryan: He helped write the first web servers and then did a ton of research explaining why the web works the way it does. His name is on...

Continue Reading