//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
<?php
/**
 * Db Class
...

PHP My DB static class based ar...

by alexwy.myopenid.com, February 25, 2009 06:41, 2 refactorings, tagged with php, oop, pdo

I was looking for an easy w...

D0f517950e189ebe69c903a14cf36fab Talk
# in lib/product_scraper/base.rb
class ProductScraper::Base
  def product_pages
...

Ruby OO Ruby help, por favor

by misfo.myopenid.com, February 01, 2008 16:19, 3 refactorings, tagged with rails, oop, oo, lib

This is really my first att...

Cee19a4eb998343e677f7f1cfd4de5bb Talk
<?php
class MyClass{
function __construct(){
...

PHP Crossversion constructors f...

by fullo, November 09, 2007 16:08, 3 refactorings, tagged with php, oop, object, constructor, php5, php4

Which one is the best cross...

28f4b93162bef554e624154514dd5bd6 Talk