Click here to Skip to main content
15,885,895 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Error when creating Outlook Task programmaicaly Pin
Not Active4-Jan-11 5:20
mentorNot Active4-Jan-11 5:20 
GeneralRe: Error when creating Outlook Task programmaicaly Pin
obarahmeh4-Jan-11 19:42
obarahmeh4-Jan-11 19:42 
AnswerRe: Error when creating Outlook Task programmaicaly Pin
RaviRanjanKr4-Jan-11 5:34
professionalRaviRanjanKr4-Jan-11 5:34 
AnswerRe: Error when creating Outlook Task programmaicaly Pin
Ashwini K Singh8-Jan-11 2:35
Ashwini K Singh8-Jan-11 2:35 
QuestionRounded corners of button Pin
RA|-|UL PATEL4-Jan-11 1:23
RA|-|UL PATEL4-Jan-11 1:23 
AnswerRe: Rounded corners of button Pin
Luc Pattyn4-Jan-11 1:39
sitebuilderLuc Pattyn4-Jan-11 1:39 
AnswerRe: Rounded corners of button Pin
Henry Minute4-Jan-11 6:11
Henry Minute4-Jan-11 6:11 
QuestionDesign question Pin
Ray Cassick28-Dec-10 20:02
Ray Cassick28-Dec-10 20:02 
OK, I am asking this here because it is more general architecture based than language specific based...

I have a design I am working on that involves a Silverlight wizard style interface on a web form that makes calls out to a series of web services hosted in a windows service application.

I have a design decision to make…

The UI is a type of wizard style, multiple screens for each area of the process, and the process can be based upon some specific HW that is installed on the client machine that the website is viewed on. The main page makes a service call to the hosted application to get a device capabilities list and from there it knows what HW is available and then makes more service calls to talk to the HW and get a response back. All this because I can’t use an out of bowser Silverlight application to talk to the HW. Not a big deal but it poses a question for me…

My original thought was to use a single Webservice method for the interface, pass in a series of commands and arguments formed as general Strings and KeyValuePairs, do some processing and then the web method returns a general set of KeyValuePairs again as the process results.

In one way this sounds good for me because it allows me to make changes as I need to add functionality latter on, keep the older string values and just add new ones as I need without altering the code interface at all. It takes away some nice Intellisense in the editor but in the long run I was thinking that the flexibility was worth it.

One other way I was considering was just biting the bullet and create a separate generic web method for each major functional part and then use the ability in the app.config file to select and load satellite assemblies dynamically based upon the requested version of the HW/Component/etc… Keeps the code a bit cleaner, allows for more use of Intellisense as I edit code and maybe even offers a bit more flexibility to add new devices, but places a heavier load on the use of the app.config file than I was looking for.

Anyone here have a personal preference or some feedback about these methods, or maybe a third alternative that I had not considered yet?

AnswerRe: Design question Pin
Not Active29-Dec-10 1:57
mentorNot Active29-Dec-10 1:57 
GeneralRe: Design question Pin
Ray Cassick30-Dec-10 7:06
Ray Cassick30-Dec-10 7:06 
AnswerRe: Design question Pin
#realJSOP30-Dec-10 2:43
mve#realJSOP30-Dec-10 2:43 
GeneralRe: Design question Pin
Ray Cassick30-Dec-10 7:13
Ray Cassick30-Dec-10 7:13 
GeneralRe: Design question Pin
GlobX6-Jan-11 12:32
GlobX6-Jan-11 12:32 
GeneralRe: Design question Pin
Ray Cassick6-Jan-11 13:10
Ray Cassick6-Jan-11 13:10 
GeneralRe: Design question Pin
GlobX6-Jan-11 14:05
GlobX6-Jan-11 14:05 
GeneralRe: Design question Pin
#realJSOP7-Jan-11 0:16
mve#realJSOP7-Jan-11 0:16 
QuestionAbout my project [modified] Pin
mandarapu27-Dec-10 21:42
mandarapu27-Dec-10 21:42 
AnswerRe: About my project Pin
Abhinav S27-Dec-10 21:48
Abhinav S27-Dec-10 21:48 
AnswerRe: About my project Pin
Eddy Vluggen28-Dec-10 7:25
professionalEddy Vluggen28-Dec-10 7:25 
GeneralRe: About my project Pin
Ashwini K Singh8-Jan-11 3:23
Ashwini K Singh8-Jan-11 3:23 
QuestionConvert a string to delegate Pin
ptr_Electron27-Dec-10 1:18
ptr_Electron27-Dec-10 1:18 
AnswerRe: Convert a string to delegate Pin
_Erik_27-Dec-10 3:14
_Erik_27-Dec-10 3:14 
GeneralRe: Convert a string to delegate Pin
ptr_Electron27-Dec-10 18:31
ptr_Electron27-Dec-10 18:31 
GeneralRe: Convert a string to delegate Pin
_Erik_28-Dec-10 3:48
_Erik_28-Dec-10 3:48 
AnswerRe: Convert a string to delegate Pin
Espen Harlinn2-Jan-11 0:52
professionalEspen Harlinn2-Jan-11 0:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.