Answer Questions
figuerres the best orm for .net?
I would like to know your favorites, i am looking for a free one and with caching capabilities. Try Persistor.NET ( http://www.persistor.net ) Hans-Peter Well most persistence layers support db2 out of the box. "Besides, how do tools like Codus or Persistor.net integrates with Enterprise Library from MS (June edition) " Are you referring to the MS data access app block in particular I ...Show All
dlausch 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
Richard Bunce Architecture options for running a long process from an ASP.NET website
Hi, We currently have a solution where a user can upload a file, which gets processed in an ASP.NET v1.1 intranet website The solution was designed to handle 10-100 items, but customers have (ab)used the solution to process 1000-10000 items. Processing 100 items takes less then a minute, processing 1000 items takes around 7 minutes, larger uploads take (non-linear) longer. Now besides performance tuning the processing, I want to gather ...Show All
eros2 Designing web apps in the enterprise
Hi all, In my organization we have multiple web apps, each of them serving a different part of the organization. Because the vision is that all apps will be using the same infrastructure and might share information (pages and services), the original design of the web site was to declare a single web site (single virtual directory), and each of the apps will just be a folder in the site (meaning all apps will use the same iis application). ...Show All
ChrisNicolatos Security for web application
hello all I am not sure where exactly to start looking. We are starting a new asp.net 2.0 project. the project is a big web site that will have to authonticate its users ( basic authontication) and authorize all his actions. another requierment is personalization of site based on the user. I am new to dotnet 2.0 but I found two leads : Enterprise Library "Security Application Block" and membership and role providers . can anyone give m ...Show All
BANG18 biztalk Configuration problem
Hi, I have installed biztalk server 2004 on windows 2000 professional machine which is having local sql server 2000 client. The sql server 2000 database resides on another wondows 2003 server machine. When i am configuring biztalk server on my local machine(through configframework), it gives me following error Failed to create SQL login for biztalk administrators group on database server "RemoteWindows2003ServerName". Windows ...Show All
Silvia CR seperate rule engine need
Hi, I need to know about whether there is any use of rule engines like Inrule with Workflow engines. All workflow engines are coming with their own rule engine like WWFetc. So what is the need of seperate rule engine like Fair Issac, ILOG etc. Regards There are 2 reasons for seperate rule engines 1. not all applications need both a workflow and a rule engine (or any of them for that matter) - Th ...Show All
Sumayah biztalk and the System Messaging namespace
When communicating with Biztalk, does the System.Messaging namespace seem a good place to start writing objects The Global Bank example seems to use its own mechanism for Biztalk and uses the namespace for MSMQ only. Is there a reason for this Thanks for any advice Jason I don't understand my problem either! I couldn't figure out why the Global Bank doesn't use System.Messaging for its communicati ...Show All
rignack 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
David Cautley 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. I'm thinking of using the database for that or an indepented cahe server for faster time ...Show All
Eugene Osovetsky Two Controllers sharing one model
Hi, really hoping that a) I've posted this in the right forum, b) that someone can help me out. I'm implementing a MVC pattern that contains two controllers that both need to access the same instance of a model. I'm having problems trying to work out how to get the controllers to share one instance of an model. The model can't be a singleton object and each instance of the model contains it's own data, so the data cannot be static across all ...Show All
scdlewis How can I achieve self-documentation AND generality
Here's the issue I am stuck with, and browsing through a ton of pattern books hasn't provided a solution as best I can tell. I have a problem that requires one of two possible solutions, and I am looking for perhaps a third that I'm not aware of. I have a set of classes that inherit from a base class, and each of these classes does some activity and returns a boolean result. The problem is that each of these classes requires a different numbe ...Show All
aggieben Wiretapping the sound driver
Hello, I don't really know whether this is the right forum for my question. I searched a forum which discusses basic functions of Windows but unfortunately I didn't find one. I'd like to know whether it's possible to receive any information when data is sent to the sound driver. Till PS: Please excuse my bad English. I haven't specifically done what you asked but I have written terminate-and-stay resident (TSR ...Show All
Jack Logan 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
Adam Smith A good second book about architecture
Hello I have finished "pro scalable application in .net 2.0" which was nice. Now I want to read another book about architecture. What do you recomend I think Domain-Driven Design: Tackling Complexity in the Heart of Software is a good option, do you know another Thanks. Thanks to all of you, but i am looking for something different, do you know any book that speak deeply about soa, n-tier, etc etc.. And all the example ...Show All
