Answer Questions
R2B2 Querying Windows Sessions
Hi all, I have posted this question on another channel with little response ( http://www.microsoft.com/windowsxp/expertzone/newsgroups/reader.mspx dg=microsoft.public.windowsxp.general&mid=d0a35260-6140-423c-a76f-4831187b0d9a ). The problem is that some apps may need to launch processes on remote machines and CreateProcess will return error code 71. Why would that happen, when fsmgmt.msc shows that the 10 sessions limit has not been reac ...Show All
jneubeck Who needs Architecture?
http://msmvps.com/blogs/rohanthomas/archive/2006/01/26/81848.aspx Would love to hear your comments... Thanks I agree with Tad. All projects need architecture. The the amount of architecture and how much documentation you have for the architecture will vary by the size and complexity of the project. Architecture is making the best decisions possible at the project, department and enterprise levels. I totally agree is Architect ...Show All
gangxter Architectural considerations when developing a .Net solution with intergaration to Legacy apps
I need to develop a web based application wherein the data would be retrieved from Mainframes and other legacy apps. I know that there would be a limit in connections that I can open to connect to this legacy systems. Even though my web application on the top would be able to take that load but internally when request get queued up at the legacy end things go for a toss. Trouble is I can change the interface to the legacy applicati ...Show All
Manon XMI to Model
Hi, If we have an XMI file generated by a tool (used ArgoUML), is there a way to construct the model back from the XMI file (i.e. visually). Is there any tool or plugin which does that Thank you. Hi, Thanks. I will have a look at it. I used Poseidon. It was O.K. But it takes up a lot of resources and system becomes slow. In general, XMI is used to st ...Show All
gftdnhkask Message vs Service.
EmailValidation message vs EmailValidation Service. SOA is mostly about services and messages. Rather than create a number of services with different names would it be recomended if we create 1 generic service and have it request/reply messages. For ex: EmailValidation service. Instead of creating a service for email validation, create a validationService and have it process all the validation messages for the application. Just wondering how ...Show All
mirko03 Choosing deisng pattern
Hi. Your help is very appreciated. I want to build an app that is basically a client db. For that I am contructing a "client" class (that has - name, address, contact details etc...). However, I want to enable my users, to add properties to my "client" class WITOUHT needing to change my code . i.e. some clients might require an "age" and "annual income" properties as part of the "client" class. Which design pattern(s) might assist me ...Show All
Subhashini A. Message vs Service.
EmailValidation message vs EmailValidation Service. SOA is mostly about services and messages. Rather than create a number of services with different names would it be recomended if we create 1 generic service and have it request/reply messages. For ex: EmailValidation service. Instead of creating a service for email validation, create a validationService and have it process all the validation messages for the application. Just wondering how ...Show All
DarkOmen problem with low-level file creation
The company that I work for produces embedded controls. The project that I'm working on now runs on an ARM7 microprocessor. We're not using any commercial RTOS or API for file operations - all of the software is written by the software team. Currently, we are developing the ability to write a file to an SD card that's attached to our target. We've learned how to deal with FAT, including FAT12, FAT16 and FAT32, and can read any size file. We c ...Show All
Darren Stones 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
Umberto Gatti 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
Danny Vucinec 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
Kevent DAL without deep loading
Hi all, I have written a DALgenerator for our project, wich uses uml-models to generate a DALfor sql server and oracle and a encapsulation for a BL layer on top of that DAL. What I want do discuss is the handling of relationships between objects and how they are handled or not handled by the dal. In my dal I do nearly nothing about relationships. Whenever I model a 1:n relaionship in my uml-model, I generate the foreign key in the DTO and ...Show All
SWMagic 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
NateF Typed DataSet versus DLinq
The improvements typed dataset is really cool when compared to untyped datasets. How will ADO.net team enhance the typed features of typed dataset in c# 3.0 is DlinQ the mainstream or an alternative PS: many people I know doesn't want custom business entities. "many people I know doesn't want custom business entities." I think the question should be why they don't want custom business entities Are these small appli ...Show All
dreameR.78 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
