Browse by Tags

Related Posts

  • Architecture of multimedia portal with mvc

    Hi all, please help me choose design guidelines for my new multimedia portal. For now, i brainstormed this: - UI with asp.net mvc, encaplulates all data from Service layer to one object, which is passed to View (for strong typing) - BLL encapsulated in Services layer/project. Contains interface for detailed...
    Posted to Architecture (Forum) by hudo on 04-21-2008, 12:00 AM
    Filed under: MVC, architecture, design
  • Web Server Vs. a Database when storing files.

    Hello, I have a question regarding the best way to design my application when it comes to storing files. If I use a web server then I have to worry about sercurity risk, if I use a database then I am told it will put more stress on the server. I am thinking about going with the database, but what are...
    Posted to Architecture (Forum) by xyz789 on 10-01-2007, 12:00 AM
    Filed under: approach, architecture, Asp.Net 2.0, Best Practices, design, design pattern, Dynamic, Web Server
  • Lazy Load Pattern and Circular Reference Problem

    I have my project set up as above (please ignore the BusinessFacade library). I have these business objects/entities: Customer Delivery Address Card Details Email Preferences Now a Customer has 1 or more Delivery Addresses . Customer Class: Public Class Customer Private _DeliveryAddresses As List( Of...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 08-24-2007, 12:00 AM
    Filed under: N-Tier, Profile, 3tier, 3-Tier Architecture, 3-tier programming, architecture, assembly, Basic Architecture Design, Best Practices, bll, business, business logic layer, Class Design, classes, dal, design, design pattern, layered architecture, Lazy Load Pattern, ASP.NET Architecture
  • New Application Architecture Question

    Hello All, This is my first post so, hello community. I've heard lots of good things about this forum/site. I'm very happy to finally join. I would like the communities opinion on some design questions for the structure of a new application. My department are currently writing internal systems...
    Posted to Architecture (Forum) by PimpDaddy on 08-17-2007, 12:00 AM
    Filed under: architecture, Asp.Net 2.0, design
  • Choosing Hashing algorithm

    Hello Everyone: When choosing a Hashing algorithm provided by .NET Framework, how do I know which one to pick? I really want to know the difference among the different classes provided such as MD5, SHA1, SHA1 Managed, SHA 256, SHA 512 Managed and so on .... Is there are document out there that talks...
    Posted to Architecture (Forum) by dotNet_Student on 07-15-2007, 12:00 AM
    Filed under: System.Security.Cryptography, .NET 2.0 Framework Diagram Chart, architecture, Asp.Net 2.0, C#, design
  • Re: guide me about .net design patterns

    Hi, Recently I read and compiled the MSFT suggested Architecture, Design and Patterns for Enterprise solution and tried to relate with how it fits with old or new solution, here is the link of my presentation, http://www.vishwamohan.com/ShowArticle.aspx?ArticleID=34 Thanks
    Posted to Architecture (Forum) by vishwa on 07-08-2007, 12:00 AM
    Filed under: .NET, 3tier, 3-Tier Architecture, 3-tier programming, architecture, design, design pattern
  • Portal based architecture - How / Where / etc?

    Am working on a web application for one of our big client. He is the bread and butter for much of our companies work. Now-a-days, he is aware of pageflakes website. He now wants us to develope such kind of customizable web site. Can some one suggest me any links, resource, blah.. blah.. what ever......
    Posted to Architecture (Forum) by dskcheck on 06-28-2007, 12:00 AM
    Filed under: MVP Pattern, Packages, Page Manager, portal, architecture, Asp.Net 2.0, design, layered architecture, ASP.NET Architecture, provider pattern, Patterns & Practices
  • Which to use Implements or MustOverride - Inherit or Interface?

    In my DAL I have an abstract class as below: Public MustInherit Class ClientProviderBase ' Method that builds a Collection of Clients from IDataReader Public Function GetClientsFromReader( ByVal reader As IDataReader ) As List(Of ClientData) ' .... End Function ' Method that builds a Client...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 06-17-2007, 12:00 AM
    Filed under: ntier, N-Tier, 3tier, 3-Tier Architecture, 3-tier programming, architecture, Basic Architecture Design, Best Practices, Class Design, dal, design
  • Good Design? - Pro ASP.NET 2.0 E-Commerce in C# 2005 by Paul Sarknas

    has any body read this book? If so could you answer a few questions. What is the advantage of using the LittleItalyVineyard.DataAccess.StoredProcedure class to hold the names of the SP's? In the DAL the author uses a class for each data acess call (example LittleItalyVineyard.DataAccess.Select.AddressSelectData...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 06-06-2007, 12:00 AM
    Filed under: ntier, N-Tier, OOP, .NET, .net 2.0, 3tier, 3-Tier Architecture, 3-tier programming, architecture, Basic Architecture Design, Best Practices, bll, business logic layer, C#, Class Design, classes, datalogic layer, design, design pattern, design pattern interface usercontrol, entity, Patterns & Practices, ASP.NET Architecture
  • Is this the Factory Pattern? Abstract Class, Class libraries

    hello I would like some help, I am designing a system and would like to know if I have the basics before I get to far into the project. Could you have a look at my project solution below and let me know what you think. Many thanks Scott. I have a simple test project set up like so: the class listing...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 05-16-2007, 12:00 AM
    Filed under: architecture, Basic Architecture Design, bll, business, business logic layer, Class Design, classes, dal, design, design pattern, interface, inheritance, Patterns & Practices, ASP.NET Architecture
Page 1 of 2 (13 items) 1 2 Next >