//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
public class LoadDataset
    {
        public DataSet GetAllData(string sp)
...

C# How can i load dataset via ...

by programmerist, June 01, 2010 20:35, 2 refactorings, tagged with oop, C#

i try to write a winform ap...

Dc2b5374b8c24a20577346b9b1e4891f Talk
using System;
using System.Collections.Generic;
using System.Linq;
...

C# How can i refactor theese c...

by programmerist, May 30, 2010 20:20, 2 refactorings, tagged with oop, .net, C#, design

How can i refactor theese c...

Dc2b5374b8c24a20577346b9b1e4891f Talk
using System;
using System.Collections.Generic;
using System.Linq;
...

C# How can i SRP princible in ...

by programmerist, May 30, 2010 10:02, 2 refactorings, tagged with oop, .net, C#, design, C# asp.net-mvc

i try to calculate triangle...

Dc2b5374b8c24a20577346b9b1e4891f Talk