in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » ReSharper » ASP.NET (RSS)
  • ASP.NET: Utility.TryParse() To Better Handle Parameters

    In ASP.NET, one of the tedious things to do is to get values from query string parameters, cast/convert to proper types and assign to local variable for further processing. Initally most developers simply code like this: 1 int orderId = Request.QueryString[ "order_id" ]; 2 OrderBLL orderManager = new...
    Posted to Weblog by dehran ph on 01-22-2007
Page 1 of 1 (1 items)