//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
public class LoadDataset
{
public DataSet GetAllData(string sp)
...
C# How can i load dataset via ...
i try to write a winform ap...
using System; using System.Collections.Generic; using System.Linq; ...
C# How can i refactor theese c...
How can i refactor theese c...
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...
i have generated DAL layer ...