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

Software Development Network >> Architecture

Architecture

New Question

A good second book about arquitecture
Doing what Microsoft does, not what they say to do… DNA, SOA, Software Architecture, VB.NET, CMMI, Agile Development
Advantages of OOP ?
Architecture for Product Development
Entities
One Server AD, Exchange & MS-SQL
Security for web application
Windows Installer
Any idea regarding generic UI from Business logic
Architecting BLL, DAL and DB for bulk entity updates

Top Answerers

Dave McKinstry
Abhijit Das
Hans Groeneveld
JHoxley
JeffMlakar
DavidR
Shivakumara V
Rhodry
ajb2528
Tommy Vinson
Topix: Venture Capital
Only Title

Answer Questions

  • The Beta Tester Design pattern for interactive communications between users

    We have a need for two users to communicate interactively over a VPN connection through a DMZ. We are considering a smart client (internet side) talking to a web server (in the DMZ) talking to a smart client (within our network). Wondered if anyone knew of a design pattern (or any other solution) to this problem. Gregg, I'm talking about thousands of connections, maybe 5,000-10,000 at the begginin ...Show All

  • Butterfly Boy Doing what Microsoft does, not what they say to do… DNA, SOA, Software Architecture, VB.NET, CMMI, Agile Development

    Trying to weed through all the marketing driven releases from MS is not an easy task, but in the end it is something that always needs to be done. In this blog I discuss DNA, SOA, Software Architecture, VB.NET, CMMI, Agile Development - Doing what Microsoft does, not what they say to do… I would like to know if you are going through the same problems I gave up trying to weed through Microsoft's patterns ...Show All

  • vsts2005 Who do you turn to for Industry Standard best Architecture Practices?

    In this blog (  http://realworldsa.dotnetdevelopersjournal.com/rational.htm   ) I say good-bye to Rational and mention I use SEI as one of my primary resources for Software Architecture Industry standard best practices. I would be interested in who you guys and gals turn to... Hi Tad, While Rational has indeed became much more IBM oriented, I still find a value in their opinions, just as I find ...Show All

  • Premila 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

  • whitegrs O/R mapper requirements for domain layer

    I have heard a lot of talk about disadvantages of various ORM solutions.  Mainly that some use attributes and reflection, making your domain layer peppered with hints about how objects are serialized and complaints (probably false) that reflection is slow.  Also, some frameworks don't support caching of domain objects.  Some require you to derive all your domain classes from a base class provided by the mapper.  Others can't ...Show All

  • Robert C. Barth Synergising Whitehorse, DSL's, GAT, Enterprise templates etc

    Hi, This is my first post in this architecture forum. Theres some really good stuff floating around in the posts. Nice community. Hope I can contribute something useful. Anyway, heres something i've been thinking about since i attended TechEd Amsterdam last year. Beat Schwegler showed us a GAT package named Melted Cheese which created a 6 or 7 layer web service (one for the data, one for business, one for the service facade, one for an enterp ...Show All

  • sanjak 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

  • Keshaba ActiveX in autoproxy script in XP SP2.

    We are using a javascript for our Autoproxy, but because of a legacy problem with how our domains were configured, we need to determine the Active Directory Domain of machines to know which proxies to send them to. The following code worked great in XP SP1, but we are testing in XP SP2, and it's failing. This would run in the "Local Intranet" security zone in IE, where all ActiveX is allowed and enabled. Anyone have any ideas on how t ...Show All

  • Bob ONeill How can I prevent the Wisptis.exe driver from using a specific device?

    The Wisptis.exe driver uses any HID digitizer it finds. This is causing problems with our software. Our software can’t open the HID digitizer exclusively because we have to jump thru hoops to get around patent issues. I need a way to tell the Wisptis.exe driver not to using a specific device. I know the registry keys where the Wisptis.exe driver stores the device info. HKEY_CURRENT_USER\Software\Microsoft\Wisp\Pen\Persist ...Show All

  • joshcsmith13 A good first book about .net architecture

    Hello gurus! I am a computer engineer (a Spanish five years degree) and a MCAD.net professional. I know about general architecture but not architecture in .net world. I want you to tell me a good first book about architecture under .net (net 2.0 ), develop real scalable applications, n-tiers, etc etc. Thanks. There are many great .NET architecture books (MS Press has a ton of them:D) You mention N tier design in particular; for ...Show All

  • Dhanya Is their worflow engine which generates .net code at compile time

    i need to know which are the workflow and rule engines which generates workflow/ rules are at compile time as .net code. These would not exactly be engines but s/w ' s which can create workflow / rules. regards Well you could always try the Windows Workflow Foundation. It's currently available from the windows vista developer center. Of course if you'd prefer to work with released and supported softw ...Show All

  • cbakopanos Architecting BLL, DAL and DB for bulk entity updates

    Hi all, My situation is as follows: I have a service that receives a list of some entity in order to do some kind of operation on each of the entities in the list: 1. The operation is the same for each of the entities (updates one of the fields) 2. There is a logical test to perform on each entity in order to know if the operation can be made or not 3. The response of the service is the original list of entities, where for each of ...Show All

  • CodeHawk Limit processor frequency in windows

    Most of the new processors support a range of frequencies (like: 600 - 1700 MHz). Through the PWR managment schemes i can change the processor to be adaptive (min - max), constant (max), most battery (min). Does windows give an interface to define a certain range of frequencies or to run the processor on a given frequency If not is there any way to do it Thanks alot, Hisham AFAIK, Windows doesn't allow controlling CPU at the ...Show All

  • paul_at_foobar_nu Architecting a System is a Thought Process or Practice or Combination of both of these or others too

    Architecture is a work combining - "Thought Process" or "Practice" or "Pattern". What quality does it require To me architecture is the organization of the right technologies assets to address the needs of a business. These assets may be hardware, software, processes or knowledge stores. Part of the answer to your question may be another question. Do you mean the result or the process of getting to t ...Show All

  • jackie2526 design issues in client-server system

    Hi, I design a soft real-time system that should handle different clients’ requests and activities (such as telephone calls, processing of different types of events occurring during the calls, inserting these calls into the Data Base). Thus my server has to provide the client with suitable interfaces allowing opening new session, new call, close the call, update the call etc. and, at the same time, the server has to send events that ca ...Show All

67891011121314151617181920212223

©2008 Software Development Network

powered by phorum