Answer Questions
Setapong design and maintenance problem
I am running into a design and maintenance issue. Any comment can be helpful. I am redesigning a auto insurance company quoting system in c# and basically start from a scratch. Each vehicle type will have different pricing, of course. I have a base class – Quote and different vehicle quote type will derived from the Quote, such as SUVQuote, SedanQuote, etc. Ok, here is the problem. The company has many different (the image ...Show All
Keith Dorken standards of rule engine
Can you please help me in understand what all standards are prevailing in rule engine industry. I came to know a few of them i.e. RuleML, BRML, SWRL, though I don’t know all of them. Also that RuleML is a part of SWRL and BRML is a part of RuleML. Please elaborate which of these standards are generally used in rule engines created for .net applications and why. regards TIC I can't help wi ...Show All
Ramana G.V How many issueing CA in one domain
Is it possible to make more than one Issueing CA in one domain I have one Issueing RootCA (test enviroment) end i want add more than one sub-ca's in the same domain to issue the same kind of certificates. The other CA's are connected with e WAN connection to the Issueing RootCA. The RootCA and Sub-CA's are Enterprise CA's. ...Show All
CaptaiNdotNeT 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
jaymin patel Smart Client and the Mac
Is it possible yet to develop a smart client application and deploy to the Mac as well as the PC I'm assuming this depends on whether there's a viable CLR for the Mac And what about deploying to Linux is this possible see the mono project ... http://www.mono-project.com/Main_Page runs in linux and on a mac. Cheers, Greg ...Show All
Derrix Sture-Tucker 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
Stefnany the best XML Based Graphs Format?
hi I have a situation, so I'm looking for some help I need to manage graphs in a Microsoft Visual C# 2005 application. this implies that I need to transfer the graphs, I'm going to use an XML based format, but I don't know which one to use. I don't have enough criteria to decide which one is better. I briefly looked at two existing XMLs for describing graphs: http://www.gupro.de/GXL/Introduction/intro.html http://ftp.cwi.nl/CWIreports/I ...Show All
CarrieW_MS Dependency between Business and DAL - Problems with unit testing
We just started to reorganize our code and are separating the DAL from the Business. We have also started playing with unit testing, but we've come up with a few problems. 1) Unit testing the DAL. Yes, we've noticed that this is not a trivial task, and are looking at using the com+ / service enterprise approch. The quuestion is: Are there any help for adding rollback option built into the Team Systems 2) Unit testing the Business. Quite a ...Show All
willis Keyboard hook failes
My application has a KB hook and using that i captures key strokes.But when i did following actions i did't get what i expected. 1. I started RUN dialog using mouse 2. Then typed notepad and pressed ENTER. 3. I got key down and up for every keys except for ENTER( key up is missing ). It is not happening every time.But happening very freequently.Is it an os bug or idid anything wrong ...Show All
Helpless and abandoned Designing Databases for SOA
My question relates to best practices in database design for SOA. Specifically I am looking for a guideline that will help me maximize performance and guarantee uniqueness in and SOA environment. Is it generally advisable to use surrogate keys in your tables if you are designing the data store for an entity service If so, what datatype should you use, integer, GUID I would expect that if I use surrogate keys, that they will then be used b ...Show All
Georgios D Windows Installer
Probabily this is wrong section, but i don't know how post it. I'm making a project installer project with windows installer 3.1. I'd like, at the end of installation, that the installer execute my application. Some one know how I asked a simliar question in this thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=138476&SiteID=1 It has to be possible.... This is what I did: Add an Installer Class to st ...Show All
Fluffmeister 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
califman1849 Need help on design pattern
Can somebody help me in deciding the best pattern I should use for following scenario Here is my scenario. XYZ is a company with different members. XYZ sign up with different providers. Each provider needs different information from members. Some of which is common to all providers like first name, last name. On member enrollment screen, first member will select provider and depend on that provider I'm creating controls dynamic ...Show All
spoon16 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
Szász Bence need som direction
Hi All, I'm a overseeing a project using asp.net tech uppfront for data capture and vb.net client where the data is manually manipluated and then returned SQL Server and back to the Asp.net client. Have any of you heard of an instance where you have used IIS to cache to relieve performance problems is this a often occurrance isn't this a sign that the application as such is poorly designed Background to my question are based o ...Show All
