Results 1 to 3 of 3

Thread: [2005] Making a huge app / solution / projects

  1. #1

    Thread Starter
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    [2005] Making a huge app / solution / projects

    We are about to embark on developing a huge app - VB for the main UI - asp.net for some sister app's...

    I found this white paper on structuring solutions and projects...

    http://msdn.microsoft.com/en-us/library/ms998208.aspx

    It's going to be VB winform / asp.net web form for front end - a real BL and DL (something I've never done before) - strong 3-tier/OO architecure...

    Does anyone have any suggestions or techniques that they like to use.

    My only production VS app so far has been for a pocket PC!

    btw - dll's in the old VB6 days - do you still build them in VS? are they assemblies now?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  2. #2
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [2005] Making a huge app / solution / projects

    dlls are still alive and well. And as for structure, you'll have to break your methods down according to their function. For example, the print function soul be in your BL, because you probably want a number of forms and methods in your UI layer to have access to it. Good luck!

  3. #3
    Fanatic Member sridharavijay's Avatar
    Join Date
    Sep 2002
    Location
    http://www.vijaysridhara.in
    Posts
    589

    Re: [2005] Making a huge app / solution / projects

    You would need to architect and design the solution. Don't start with solution in mind, but requirements in mind whence you arrive at a architecturally viable solution with least performance issues.

    Thanks
    Vijay S

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width