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

.NET (Core and Framework)

 
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
mve#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 
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 
QuestionNot able to connect VS 2008 and SQL Server2000 Pin
saksp23-Dec-10 18:24
saksp23-Dec-10 18:24 
AnswerRe: Not able to connect VS 2008 and SQL Server2000 Pin
T210224-Dec-10 2:41
T210224-Dec-10 2:41 
QuestionUse Gruop By in Datatable.Compute() method Pin
Naunt22-Dec-10 22:54
Naunt22-Dec-10 22:54 

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.