Skip to content

Design and Architecture

Discussions on Design, Patterns and Architecture

This category can be followed from the open social web via the handle design-and-architecture@forum.codeproject.com

5.3k Topics 10.4k Posts
  • Evolving Software Architectures and CRM world

    php com discussion
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Help needed to end the madness.

    csharp help python delphi ruby
    3
    0 Votes
    3 Posts
    3 Views
    N
    If the plan was to develop a GUI application, why not use the application directly? Anyways, the immediate options I see: a.) Convince your manager with your idea, since you sound right. b.) Change your manager. namaste, Nitin Koshy http://devwaves.blogspot.com ...and I thought I knew
  • Sync files with remote instances of an application

    sysadmin json question
    2
    0 Votes
    2 Posts
    4 Views
    M
    Sounds like you want an updater for you application/libraries/resources. Such an updater would check for updates, download them, check for integrity of files and restart the application with the new files in place. sinosoidal wrote: Is there any API around which can spare me of writing a protocol? I am not aware of a library that offers a complete updater.
  • transparency on IE

    html css help
    2
    0 Votes
    2 Posts
    3 Views
    P
    You're not on the right forum. This should be in the web development forum. However, we're here now. Are you by any chance using a transparent PNG? If so, you should know that IE 6 has real problems with them. Please visit http://www.readytogiveup.com/ and do something special today. Deja View - the feeling that you've seen this post before.
  • Overriding Virtual Members

    question csharp design
    18
    0 Votes
    18 Posts
    12 Views
    U
    oops - did not see all messages before writing my comment (page break) but anyway: It's perfectly reasonably to do it or not to do it. Depends on what you want to do: replace or add functionality. And that's the problem with deriving classes: the "internal interface" is very weak. This could leaad to wrong use of your base class, i.e. your base class requires the base.DoSomething but the programmer of the derived class forgets it :-( Therefore some people do advise to use aggregation in difficult situations. Happy programming Urs -- modified at 5:39 Monday 25th June, 2007 -^-^-^-^-^- no risk no funk
  • Phone Numbers Editor

    css design question
    7
    0 Votes
    7 Posts
    3 Views
    B
    Yes, the editing is essentially a toy. The app is used by a tracing agency primarily to do searches, on name, adress, or phone number, based on a database provided by a third party. Editing the records hardly makes sense, but it was a requirement that I still want to deliver and get paid for.
  • Request your comments to design my System.

    csharp c++ wcf com design
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Neuronic Computation

    help question
    2
    0 Votes
    2 Posts
    2 Views
    D
    Google for "neuronic computation[^] and find it yourself. A guide to posting questions on CodeProject[^] Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic      2006, 2007
  • advantage of functional dependency

    question
    3
    0 Votes
    3 Posts
    3 Views
    M
    Basically functional dependency focuses in database decomposition in tables. I had seen this ordinary link very earlier, so i had incept from it, i just wanted to verify that in bullets.
  • Class Design

    csharp design help
    4
    0 Votes
    4 Posts
    5 Views
    D
    I didn't post it saying it was the "end-all be-all" of how to do it. It was posted as a suggestion and a hint of how to start. You can find other patterns all you want, but they'll follow about the same layout as the ones I posted. It's standard business and data layer stuff. I suggest reading those links and then Googling for whatever else you're looking for. A guide to posting questions on CodeProject[^] Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic      2006, 2007
  • Help required in polymorphism

    oop help
    8
    0 Votes
    8 Posts
    6 Views
    E
    It would depend on what the compiler (VB.NET or C#) decided to classify 1 or 2 as.  As Dave pointed out it just so happens that both decide to call it Int32 but one could potentially decided to place 1 and 2 in bytes for they cared.
  • Generate C# code from UML class diagram

    csharp help tutorial question
    2
    0 Votes
    2 Posts
    3 Views
    F
    What version of visual studio do you have? the ony thing i tried once is to design it in 2005 teamsiute. Cheers
  • Testing Tool Tutorial

    algorithms testing beta-testing tutorial
    2
    0 Votes
    2 Posts
    3 Views
    F
    Hi, I think the following URLs are useful to you. http://www.wilsonmar.com/ http://www.techiterviews.com/ http://www.mercury.com/(clikc white papers) http://www.winrunnerconsultants.com/ http://www.fundoosite.com/interview-questions/details.asp? http://chrisbrown.info/1winrun.htm Cheers
  • 0 Votes
    3 Posts
    4 Views
    S
    Please review the below link, http://www.freeprojectsinfo.com/project\_management.html By, Senthil Kumar.V
  • 0 Votes
    5 Posts
    6 Views
    S
    http://www.freeprojectsinfo.com/free\_projects.html By, Senthil Kumar.V
  • Help required in polymorphism

    oop help
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Exception Logging Strategy

    help question
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Partitioning work

    question csharp
    2
    0 Votes
    2 Posts
    3 Views
    V
    If the only dependencies are the interfaces and they've been cast in stone finalized, you should be able to start parallel development. I think. Cheers, Vıkram. After all is said and done, much is said and little is done.
  • Field Mappings (Not Database fields)

    question csharp database design sysadmin
    2
    0 Votes
    2 Posts
    3 Views
    P
    I would look at BizTalk for this if I were you. It sounds like an ideal problem for BizTalk. Deja View - the feeling that you've seen this post before.
  • Reverse Engineering

    c++ tools tutorial question
    2
    0 Votes
    2 Posts
    2 Views
    V
    try out ollydbg