1
2
3
4
this is customer class

using System;
...

C# help on refactoring this code

by https://me.yahoo.com/a/TFeqsehzisgexP.ujZQSS.TAkEVkMHk-, August 23, 2010 05:36, 1 refactoring

hi i need help in urgent to...

Avatar Talk
1
2
3
4
using System;
    using System.Collections.Generic;
    using System.Linq;
...

C# ASP.NET MVC List Helper

by jmcd, August 18, 2010 20:42, 6 refactorings, tagged with C#, asp.net-mvc

The idea behind this helper...

493e6c6fc3f24eb73295548cfd136574 Talk
1
2
3
4
 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 C#, LINQ, .net

i want to use generic cla...

Dc2b5374b8c24a20577346b9b1e4891f Talk
1
2
3
4
   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 C#, LINQ, .net

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

Dc2b5374b8c24a20577346b9b1e4891f Talk
1
2
3
4
private static HumanResource CompressTimesheetItems(HumanResource employee)
{
	List<TimesheetItemObject> CompressedTimesheetItems = new List<TimesheetItemObject>();
...

C# Merging similar objects

by Greg Buehler, August 05, 2010 14:10, 2 refactorings, tagged with C#, optimize

Our reporting program uses ...

C3b0b8da886396ca8d5a28ad397c404d Talk
1
2
3
4
Type type1 = SomeMethodThatReturnsAType();
Type type2 = SomeOtherMethodThatReturnsAType();

...

C# C# Dynamic casting?

by https://www.google.com/accounts/o8/id?id=AItOawlUTCKCTimaUNX4sQ5LTqV5Mz8q1DapzIQ, June 30, 2010 20:00, 1 refactoring, tagged with c# reflection

How can I make this work?

Avatar Talk
1
2
3
4
decimal total = 0.00m;

            char Base;
...

C# HELP: How to use a try-catc...

by taikamiya.myopenid.com, June 29, 2010 00:46, 1 refactoring

I don't know how to insert ...

Avatar Talk
1
2
3
<?xml version="1.0"?>
<Node1
...

C# Formatting XML

by JimMcKeeth, June 18, 2010 01:46, 2 refactorings, tagged with xml, simplicity, performance, formatting

I have an unformatted XML s...

E5ca3abec062f8174570a4b1d1c840d8 Talk
1
2
3
4
  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 C#, oop

i try to write a winform ap...

Dc2b5374b8c24a20577346b9b1e4891f Talk
1
2
3
4
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 C#, .net, oop, design

How can i refactor theese c...

Dc2b5374b8c24a20577346b9b1e4891f Talk
1
2
3
4
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 C#, C# asp.net-mvc, .net, oop, design

i try to calculate triangle...

Dc2b5374b8c24a20577346b9b1e4891f Talk
1
2
3
4
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 design, refactoring, C#, gdi+, threads

Hi guys,

I am currently ...

96a6679bd148d24bc8baca0414674f62 Talk
1
2
3
4
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...

Avatar Talk
1
2
3
4
  public class GenoTipController
    {
        public _Company GenerateCompany(DataModelType modeltype)
...

C# GenoTipController must pro...

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

GenoTipController must pro...

Dc2b5374b8c24a20577346b9b1e4891f Talk
1
2
3
4
//============================================================================================================
/// A pathfinding matrix.
//============================================================================================================
...

C# A* PathFinding

by leonhano, April 14, 2010 19:25, 1 refactoring

Pathfinding - C#

E9f4c1a1dca6e53f58eb868ca32c1d5a Talk
1
2
3
4
public static class Hebrew
{
    static Dictionary<char, char> mapper = CombineMappers(
...

C# Toggle Hebrew Chars

by Shay Erlichmen, March 21, 2010 15:39, No refactoring, tagged with Hebrew, text, User input

Many times when having a He...

B5b3262f246b9c41f5298adc62747d52 Talk
1
2
3
4
// Stored procedure: IsItUnique

CREATE PROCEDURE [dbo].[IsItUnique]
...

C# SQL Server - Similarity Score

by ruby, March 20, 2010 19:33, 1 refactoring, tagged with sql, Text Similarity

First of all I apologize fo...

42d18a359135982c319658d02c826bfb Talk
1
2
3
4
public static class DisplayHelper
{
	[DllImport("user32.dll")]
...

C# Extend my Windows desktop o...

by loraderon.myopenid.com, March 17, 2010 13:56, 1 refactoring, tagged with windows, win32

Enables a secondary monitor

682a9ec8802319caf27eadd7666ae6e3 Talk
1
2
3
4
public static XmlNode ViewFields
{
  get
...

C# XmlNode creation

by Robert, March 06, 2010 13:36, 1 refactoring, tagged with xmldocument

Very simple piece of code w...

Bf2af16812228b5a54daeb30c96efaf2 Talk
1
2
3
4
public partial class Attivazioni
{
            public byte[] CodiceRichiesta
...

C# Properties surrounding arra...

by marcomangia.myopenid.com, March 02, 2010 13:45, 1 refactoring, tagged with array byte property

Is there a better way to su...

87bb826b11aa8dc35bcc7436043e0f7e Talk
1
2
3
4
public class TelnetParser
    {
        public event EventHandler<TelnetCommandEventArgs> Command;
...

C# Created a Telnet Parser wit...

by Killersponge, February 02, 2010 12:01, 1 refactoring, tagged with Telnet, TDD, C#

So I've was just using TDD ...

B20991026b45ee0d77e9bbb2b6776097 Talk
1
2
3
4
public static string ToFormattedList<T>(this HtmlHelper helper, IList<T> objectList, ListType listType, Func<T, string> valueReturn)
{

...

C# ASP.Net MVC HTML List helper

by czemuja.myopenid.com, January 25, 2010 23:55, 1 refactoring

I wanted to display list fr...

Df5b3718dcbe9055cc6672d8715fcf4f Talk
1
2
3
4
private static bool SetFolderBasedOnFirstStatus(PurchaseOrder po)
{
    bool documentFinished = false;
...

C# Two methods, two enums.

by mrgrande.livejournal.com, January 22, 2010 20:24, 1 refactoring, tagged with C#, enum

I have these two very simil...

Avatar Talk
1
2
3
4
public static byte[] ResizeImageFile(byte[] imageFile, int targetSize)
{
    using (System.Drawing.Image oldImage = System.Drawing.Image.FromStream(new MemoryStream(imageFile)))
...

C# Image Resizing

by tmeers.myopenid.com, January 08, 2010 03:03, 2 refactorings, tagged with C#, gdi+

I'm really trying to nail o...

Avatar Talk
1
2
3
4
private static void Log(object message, MessageType type)
		{
			string str = message.ToString();
...

C# Line splitting optimization

by xeon06.myopenid.com, December 07, 2009 20:59, 3 refactorings, tagged with optimize, speed, C#, xna, lines

This is a console logging f...

Avatar Talk