Software Development Network Logo
  • Windows Live
  • Visual Basic
  • Architecture
  • Windows Forms
  • Visual C#
  • SQL Server
  • Visual Studio
  • Microsoft ISV
  • VS Express Editions
  • Visual C++
  • Visual J#
  • Visual FoxPro
  • .NET Development
  • Game Technologies
  • VS Team System

Software Development Network >> Architecture

Architecture

New Question

Restrictive Development- Propagating Architectural Patterns
Have you tried NHibernate?
Why use an application server?
Biztalk server 2004 Data Access
how to install several programs in farm
Database Design based on Service Oriented Architecture.
Advantages of OOP ?
UI Frameworks
SOA message design
Does XmlChoiceIdentifierAttribute break the 3rd tenet of SOA ?

Top Answerers

WvanEck
Paul Randal - MSFT
revati27
NEUTRON-STAR
Kunal Yadav
amit.la
Hamp Turner
alexbartell
Bill Martin
Najmunnisha
Tangra -
Only Title

Answer Questions

  • Inkyskin_UK Advantages of OOP ?

    Hello, Im a fun of OOP designs. I design my bussiness classes when I start a new project. Then maybe I will write mapper classes for bussiness classes to map DB tables or using an O/RM tool or an ODBMS . Think that this project is big one and it has long deadline. You will develop it 2 or 3 years. Requirements will be changed. To develop this project with OOP designs and n-Tier application design is good idea. But I am asking myself ...Show All

  • VASUSIVA a Common Form that hosts data/connections for other forms

    Hello, We are former Delphi developpers and are having a 'problem' to setup a kind of a datamodule. This could be an insible form that has a connection to a accouting system over dcom. Now we would like to call the procedures on that form from several other forms. We don't want to create a connection on each form (app is mdi). How could we do this, and mostly, how would we reference that 'common' form. Kids Regards ...Show All

  • iiiwabibitoiii UML/Modeling Tools you are using?

    One of the problems I have found in VSTS 2005 is the lack of modeling tools for the Software Architect. Jack Greenfield addressed and answered my concerns here . He also said MS is working on some addressing some of the issues. I responded to him here . I needed something today to allow me to continue doing my job which currently is implementing a product line engineering process. I am using UML on this project. In case you are interes ...Show All

  • greenmind Application State in Web Farm Scenario

    I have a web farm scenario wherein I need to store data say a dataset into the application cache/state. My backend is not SQL Server. The challenge is that, I know application state is ASP.Net Worker process specific. So whenever the process gets recycled so would the data. In short Application state is not durable. Now in a Web farm or a Web garden scenario there is no way I can access the Application variable from other server because of th ...Show All

  • NTx Beta Saving Composite Data Model

    I have a composite data model defind as: class DocumentModel{ string _name; List<PermissionModel> _permissions; } Currently I have two classes in my DAL one handling the core document information (in the example above, Name), and another handing permission related data. So to successfully save a DocumentModel, I would have to make at a minimum 2 trips to the database (assuming I can bulk save List<PermissionModel&g ...Show All

  • scottsignalscape Databinding vs Multi-tier

    I'm a bit confused - see if you can help me out. It seems like microsoft is really big on the multi-tiered approach to development(presentation, business, data), but now, with visual studio 2005, they're also really pushing the new and improved typed dataset for databinding. Am I wrong, or is it virtually impossible to take full advantage of the new typed dataset and still separate your system into presentation and data layers You create a data ...Show All

  • Arun Balakrishnan Software architecture... I'm stuck!

    Hi all! I'm currently stuck in the design process of my next app. This is nothing new as I've been trying to get past this particular hurdle (over several projects) for the last 3-4 years without much success. Everything goes well until the end of the requirement gathering phase. I have a list of detailed , categorized requirements and I think the next logical step would be to work on the architecture of the project at a highest possible level o ...Show All

  • Ziga Decoupling, Extnesibility and Distributed Environments

    While architecting a framework for an application that is being developed, for which we plan to use 'messaging' as the primary data/information exchange mechanism, use we came across this dilemma: To use MSMQ or Event/Delegate model of .NET To elaborate a little further, the system would consist of User Data Management, Video Capture, Printing, UI, Remote UI and Remote Control interfaces etc. ALL interactions between these modules wo ...Show All

  • Kian01 Design patterns book

    Hi all, I'm looking for good "Design Patterns" book for studying. Is there one with .Net Best regards... I liked this one, but not .Net specific: http://www.amazon.com/gp/product/0321247140/sr=8-3/qid=1147962413/ref=pd_bbs_3/103-9550098-6672633 %5Fencoding=UTF8 This one is highly rated. It's on my bookshelf, but I haven't got to it: http://www.amazon.com/gp/product/0596007124/sr=8-2/qi ...Show All

  • notoriousport Smart Client for Web applications

    Is that Smart Client architecture can be used only for Windows forms (Windows Application) Can it be used for Web application If so can you suggest article for the same, as far as my research in msdn I was able to find smart client only for windows form. I need an article on implementing smart client for Web applications. Pls suggest me asap. Smart Clients are only possible with Win. applications. a usefull link: Smart Cli ...Show All

  • chrisbtoo XP or XPE for POS application

    Hi, Not sure if this is the correct place to post this - apologies if it's not. I'm developing a custom POS application in VB.Net 2.0 for no more than 4 terminals. The touch terminals all have P4 processors with 512 MB RAM and 40 GB HDDs. I'm just wondering if there are any advantages to installing XP embedded (or XPE for POS) instead of XP Professional. Because of the limited number of clients, it would be more expensive to buy t ...Show All

  • Tom Couvret finding design patterns from Model or P.E file

    Hi,        Are there any tools or APIs that take a model (as XMI probably) or a P.E file (so in effect, source code won't be available) and give the design patterns that were used in the model Which classes participate in which patterns and related info It could probably be one of the stages in reverse engineering, isn't       Thank you. Hi, Could ...Show All

  • Rogvi Knudsen Saving Composite Data Model

    I have a composite data model defind as: class DocumentModel{ string _name; List<PermissionModel> _permissions; } Currently I have two classes in my DAL one handling the core document information (in the example above, Name), and another handing permission related data. So to successfully save a DocumentModel, I would have to make at a minimum 2 trips to the database (assuming I can bulk save List<PermissionModel&g ...Show All

  • dribar Storing User Information (IIdentity or Custom Object)

    When the user logs into the system, I need to go grab some information (Full Name, Email, EmployeeID, Etc.) and store it in a global place for the application to get at. I can think of two options off the back. I could create my own custom principal / identity classes and store the information in here, or I could go ahead and create a UserProfile object and make it a singleton and store it there. Which option do you guys think sounds more approp ...Show All

  • Konstantinos55265 a good book for people in the other (dark?) side

    Well, my sister is going to organize a very very big scada project. She is physics and she don't know anything about programming, don't know anything about soa, n-tier or even how to program in java or .net. She will be the client role for another company :) Do you know any good book for that kind of people One that says: "don't change requisites everyday" :) and things like that. Just for sending it to her as a gift. Thanks ...Show All

12345678

©2008 Software Development Network

powered by phorum