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

Software Development Network >> Architecture

Architecture

New Question

Does XmlChoiceIdentifierAttribute break the 3rd tenet of SOA ?
How can I add a DataSet to a Custom Entity Classes?
N-tier layer separations and connection/interaction
Safely access file from a Web server
Why use an application server?
Message vs Service.
Does XmlChoiceIdentifierAttribute break the 3rd tenet of SOA ?
Architecting BLL, DAL and DB for bulk entity updates
O/R mapper requirements for domain layer
UI Design: Edit then List vs List then Edit

Top Answerers

Eduardo Sagredo
Saurabh Mahajan
naffets
UnknownTT
mmafn
Javier Blazquez
Benjamin Wulfe - MS
edd.armitage
JohnYG
er1067
Bipolar News From Medical News Today
Only Title

Answer Questions

  • scott5914 Microsoft DataWarehouse String Resource Tool in Enterprise Library

    Hi, I notice that the Caching Application Block in Enterprise Library uses Microsoft DataWarehouse String Resource Tool to deal with strings. The tool simplifies the way we deal with lots of strings constants. I am wondering if that tool is publicly available. Thanks. You might want to post this on the EL project at GotDotNet. visit < http://www.gotdotnet.com/codegallery/codegallery.aspx id=2 ...Show All

  • zzamee SOA message design

    Hi, I'm developing a system using web services with SOA principles. But I have doubts about the design of a message. For example, I want to expose a product catalog so the signature of my method would be: public FindProductResponse FindProduct(FindProductRequest request){........} FindProductResponse will return a collection with all the products that meet the criteria specified in the FindProductRequest object. But I don't know how to ...Show All

  • gray4roses General business object requirements

    For those of you who have worked on medium to large sized projects, or anyone who has an opinion , I would like to know what types of logic an application needs in the business layer. If the objects expose properties and collections, is a simple validation on write all that's needed I guess the objects also have methods that do various things. If anyone feels like offering any insight into the kinds of things their business objects do besides s ...Show All

  • Dr Clocker the best orm for .net?

    I would like to know your favorites, i am looking for a free one and with caching capabilities. We evaluated a series of ORM tools, and ended up with Codus http://www.adapdev.com/codus/index.aspx It's based on NVelocity, a template based code generator.  We chose Codus because it matched our thinking best, which is more in the domain camp than in the table driven camp.  NHibernate and LLBLGen Pro was also serious candidate ...Show All

  • Luis Elizondo Windows Zip

    Hi Is it possible to use the windows zip function on the command line I want to incorporate this into my program. I know there is an add on for win zip but was wondering if its possible to do with the windows own version... Cheers Ok cheers for the post Is there any documentation you would recommend a look at.... Hard to say, may be Windows Shell API can help. ...Show All

  • GreyBob How framework speaks with OS

    Hello , is there some one who can give me some information ,about a book or a URL on how .net framework speaks with Windows make it clear (its not how application work with framework , or some thing like how clr works) how the entire .net framework speaks with Windows , what it uses (does it use api's or some thing new if api's please please specify the url where i can get the information about the same) ...Show All

  • Andy Lowen What about Software Architecture?

    All I have seen so far in VSTS 2005 is new tools for the System Architect, Developer, Tester, and Project manager.   I'd like to hear what Microsoft is planning for the Software Architect. In my Blog on DSL tools ( http://realworldsa.dotnetdevelopersjournal.com/dsl.htm   ) I summarize my thoughts on how much of a mess I think they are going to create in the industry. I would like to hear some thoughts on what MS is planni ...Show All

  • Nuno Alves catch and rethrow is expensive, log is far far more expensive!

    log will make a 5 times degradation in performance! so if your call depth is 5, and you log at every layer, then that single failed call will take 5**5 more time to complete! not to say the big mess made by all the repeated log record for the same single failure. so in the end, log will kill you instead of save you. :-) John Xie SourceCompanion, the best in class collabration tool built on vss i think i was replying in ...Show All

  • rcarring BlackBerry USB recognition

    Hi I want to write a program which will recognize a BlackBerry device connected to the PCs USB port.  I want to write this application in Windows Enviornment.  Can you please help me as to how I can go about listening for the USB device in Windows Enviornment in general   I would greatly appreciate if you could suggest me specifics on listening for BlackBerry device or general practices for any device Thanks in advance, v ...Show All

  • Phil Coveney Have you tried NHibernate?

    I was just wondering... how many of you have tried using an Object Relational Mapper... perhaps something like NHibernate instead of the DataSet: NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. ...Show All

  • Muhsin Zahid U?ur Dynamic connection configuration on Serviced components

    Hi, We're architecturing a model which will be used by our company developers, when writing assemblies and serviced components. Now we have to define how our components will read data access parameters like username\password\dbServer, cause we don't want these parameters hardcoded inside components source code. As we have various environment on ours applications alike: delelopment, test, production the components must be able to work on any d ...Show All

  • RBone Windows Zip

    Hi Is it possible to use the windows zip function on the command line I want to incorporate this into my program. I know there is an add on for win zip but was wondering if its possible to do with the windows own version... Cheers Hard to say, may be Windows Shell API can help. Hi! You mean using Compressed Folders I think it's possible if use Shell API, because Compressed Folders incorporat ...Show All

  • Ata John creating c# application workflow using biztalk

    Hi, I am new to workflow. Can somebody guide me how i can proceed to make a simple application in visual studio.net 2003 whose workflow can be designed in biztalk server2004. If somebody can share any sample application with me, that would be of great help as i am trying to setup a sample but could not do that for so long. regards bhaskar Take a look at the MSDB Biztalk Virtual Lab (Lab 7 - Microsoft BizTa ...Show All

  • adamlane IntraLayer Communication

    Typically when passing data between various layers normally most recommend use of custom entities because it allows the developer to write code which gives finer control to the data. The other means could be usage of dataset, typed dataset. The way I look at it, custom entities take time to code and at the same time one needs to also write logic for retrieving data from database and looping record per record into an array of custo ...Show All

  • WholesaleElectric Architecture question - how to store local copies of data on a server

    My work order application needs to do the following: 1) User has a windows forms client on their laptop, PC, or even mobile client. 2) When they have an active connection, they can connect to a web service to view new tasks, mark the ones they want to download to their local machine, then disconnect. 3) They can then edit their local copies of these tasks, then re-synch with the server when they next have a connection. Reason being, ...Show All

12345678910

©2008 Software Development Network

powered by phorum