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

.NET (Core and Framework)

 
GeneralRe: Techinical Issues Pin
Abhinav S7-Jan-11 3:02
Abhinav S7-Jan-11 3:02 
GeneralRe: Techinical Issues Pin
RaviRanjanKr7-Jan-11 3:47
professionalRaviRanjanKr7-Jan-11 3:47 
GeneralRe: Techinical Issues Pin
Yusuf7-Jan-11 3:49
Yusuf7-Jan-11 3:49 
GeneralRe: Techinical Issues Pin
musefan7-Jan-11 4:04
musefan7-Jan-11 4:04 
GeneralRe: Techinical Issues Pin
scottgp7-Jan-11 4:00
professionalscottgp7-Jan-11 4:00 
GeneralRe: Techinical Issues Pin
Yusuf8-Jan-11 4:41
Yusuf8-Jan-11 4:41 
QuestionResource File Pin
farogh haider6-Jan-11 0:50
farogh haider6-Jan-11 0:50 
AnswerRe: Resource File Pin
Not Active6-Jan-11 2:24
mentorNot Active6-Jan-11 2:24 
AnswerRe: Resource File Pin
Yusuf7-Jan-11 3:51
Yusuf7-Jan-11 3:51 
AnswerRe: Resource File Pin
Bernhard Hiller7-Jan-11 4:28
Bernhard Hiller7-Jan-11 4:28 
QuestionError when creating Outlook Task programmaicaly Pin
obarahmeh4-Jan-11 4:25
obarahmeh4-Jan-11 4:25 
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 
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
professional#realJSOP30-Dec-10 2:43 
I had a similar decsion to make earlier this year, and went with a single method in the web service. My method accepts the stored proc to call and all parameters for that stored proc in the form of a XML string. When I call the method, the service takes the xml string containing the parameters, and creates SQLParameter objects. I can pass any type of parameter necessary, and the method returns data back as XML. It's all very slick, and the web service itself is the lowest maintenance part of the whole system. We haven't had to add *anything* to it since it was originally implemented over eight months ago. I wrote a tip/trick about it:

Pass Dynamic List of Parameters to Web Service[^]
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997


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 

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.