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
//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 ...

Dc2b5374b8c24a20577346b9b1e4891f Talk
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 ...

96a6679bd148d24bc8baca0414674f62 Talk
using System;
using System.Collections.Generic;
using System.Text;
...

C# Firts time refactoring

by navajo00.myopenid.com, May 03, 2010 08:23, 19 refactorings, tagged with refactoring

Hello guys,
I working in a...

55502f40dc8b7c769880b10874abc9d0 Talk