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
//MYSQLCONNECTION.cs namespace MyClassGenerator.DatabaseController ...
C# Best method for DAL
by programmerist,
September 02, 2011 14:57,
1 refactoring, tagged with oop, C#, OOP Class, refactoring
i have generated DAL layer ...
using System; using System.Collections.Generic; using System.ComponentModel; ...
C# New to refactoring: is my d...
by sebastianlarsson.myopenid.com,
May 08, 2010 19:32,
3 refactorings, tagged with C#, design, gdi+, refactoring, threads
Hi guys,
I am currently ...
using System; using System.Collections.Generic; using System.Text; ...
C# Firts time refactoring
Hello guys,
I working in a...
I am starting to write some...