public void DoClaimSearch(SearchClaimInfo clmRequest)
        {
            var result = claimManager.ClaimSearch(clmRequest);
...

C# Configuration.AppSettings.G...

by tazmanrising.myopenid.com, November 28, 2011 13:12, 1 refactoring, tagged with refactoring, c#, unit test case, moq

I am starting to write some...

55502f40dc8b7c769880b10874abc9d0 Talk
foreach (string name in q)
                {
                    for (int i = 0; i < 3; i++)
...

C# substring according to sign

by anyname.myopenid.com, June 21, 2011 05:34, 10 refactorings, tagged with string, asp.net, c#

this code is used to sub st...

55502f40dc8b7c769880b10874abc9d0 Talk