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

C# On how to Refactor Base Class ...

by programmerist, June 05, 2011 12:47

Why sholud not use object? ...

Dc2b5374b8c24a20577346b9b1e4891f Talk

C# On how to Refactor Base Class ...

by programmerist, June 05, 2011 12:47

Why sholud not use object? ...

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

C# how to Refactor Base Class ...

by programmerist, June 04, 2011 08:13, 4 refactorings, tagged with asp.net, C#, .nw

i try to generate some meth...

Dc2b5374b8c24a20577346b9b1e4891f Talk

C# On How can i use generic class...

by programmerist, August 15, 2010 17:42

Thanks this is best answer!!!!

Dc2b5374b8c24a20577346b9b1e4891f Talk
public  class EngGetCalculatedTaskField
    {
        private static TaskMaintenanceDataDataContext engTaskCtx { get; set; }
...

C# How can i use generic class...

by programmerist, August 11, 2010 13:30, 4 refactorings, tagged with .net, C#, LINQ

i want to use generic cla...

Dc2b5374b8c24a20577346b9b1e4891f Talk
public void LoadById(string SearchItem)
        {
            var myTechnicTasks = engTaskCtx.Tasks.Where(task => task.MyTechnicReference.StartsWith(SearchItem)).Select(task => new MyTask()
...

C# How can i shorter my linq c...

by programmerist, August 11, 2010 08:22, 3 refactorings, tagged with .net, C#, LINQ

hi; i try to run my codes. ...

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

C# On How can i SRP princible in ...

by programmerist, May 31, 2010 15:45

Thanks alot it is usefull:)

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
public class AntsController
    {
        static Dictionary<DataModelType, Func<object>> s_creators =
...

C# On GenoTipController must pro...

by programmerist, April 17, 2010 12:40

Thanks alot Ants. My brain ...

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

C# On GenoTipController must pro...

by programmerist, April 17, 2010 11:33

Ants; please look my codes ...

Dc2b5374b8c24a20577346b9b1e4891f Talk

C# On GenoTipController must pro...

by programmerist, April 17, 2010 10:59

Thanks alot but i can not u...

Dc2b5374b8c24a20577346b9b1e4891f Talk

C# On GenoTipController must pro...

by programmerist, April 17, 2010 08:53

Every thing is very good. B...

Dc2b5374b8c24a20577346b9b1e4891f Talk

C# On GenoTipController must pro...

by programmerist, April 17, 2010 07:06

Ants: you said that "My sol...

Dc2b5374b8c24a20577346b9b1e4891f Talk

C# On GenoTipController must pro...

by programmerist, April 16, 2010 12:42

Activator.CreateInstance is...

Dc2b5374b8c24a20577346b9b1e4891f Talk
public class GenoTipController
    {
...

C# On GenoTipController must pro...

by programmerist, April 16, 2010 08:34

Solution is below!!!!

Dc2b5374b8c24a20577346b9b1e4891f Talk
public class GenoTipController
    {
        public _Company GenerateCompany(DataModelType modeltype)
...

C# GenoTipController must pro...

by programmerist, April 16, 2010 07:15, 12 refactorings, tagged with C#, design, architecture

GenoTipController must pro...

Dc2b5374b8c24a20577346b9b1e4891f Talk