Click here to Skip to main content
15,906,708 members
Home / Discussions / C#
   

C#

 
AnswerRe: Calling a stored procedure from C# failing Pin
#realJSOP15-Sep-16 5:43
professional#realJSOP15-Sep-16 5:43 
GeneralRe: Calling a stored procedure from C# failing Pin
Member 1274201915-Sep-16 5:45
Member 1274201915-Sep-16 5:45 
AnswerRe: Calling a stored procedure from C# failing Pin
OriginalGriff15-Sep-16 5:51
mveOriginalGriff15-Sep-16 5:51 
GeneralRe: Calling a stored procedure from C# failing Pin
Member 1274201915-Sep-16 6:28
Member 1274201915-Sep-16 6:28 
GeneralRe: Calling a stored procedure from C# failing Pin
OriginalGriff15-Sep-16 6:42
mveOriginalGriff15-Sep-16 6:42 
GeneralRe: Calling a stored procedure from C# failing Pin
Member 1274201915-Sep-16 7:01
Member 1274201915-Sep-16 7:01 
GeneralRe: Calling a stored procedure from C# failing Pin
OriginalGriff15-Sep-16 8:05
mveOriginalGriff15-Sep-16 8:05 
GeneralRe: Calling a stored procedure from C# failing Pin
Member 1274201915-Sep-16 11:07
Member 1274201915-Sep-16 11:07 
GeneralRe: Calling a stored procedure from C# failing Pin
OriginalGriff15-Sep-16 11:29
mveOriginalGriff15-Sep-16 11:29 
GeneralRe: Calling a stored procedure from C# failing Pin
Luc Pattyn15-Sep-16 21:12
sitebuilderLuc Pattyn15-Sep-16 21:12 
GeneralRe: Calling a stored procedure from C# failing Pin
OriginalGriff15-Sep-16 21:15
mveOriginalGriff15-Sep-16 21:15 
QuestionHow to call store procedure which return multiple result set with EF code first Pin
Tridip Bhattacharjee15-Sep-16 5:11
professionalTridip Bhattacharjee15-Sep-16 5:11 
AnswerRe: How to call store procedure which return multiple result set with EF code first Pin
OriginalGriff15-Sep-16 5:42
mveOriginalGriff15-Sep-16 5:42 
GeneralRe: How to call store procedure which return multiple result set with EF code first Pin
Pete O'Hanlon15-Sep-16 5:43
mvePete O'Hanlon15-Sep-16 5:43 
GeneralRe: How to call store procedure which return multiple result set with EF code first Pin
OriginalGriff15-Sep-16 5:59
mveOriginalGriff15-Sep-16 5:59 
GeneralRe: How to call store procedure which return multiple result set with EF code first Pin
Pete O'Hanlon15-Sep-16 9:05
mvePete O'Hanlon15-Sep-16 9:05 
QuestionEF code first and out type parameter in store procedure Pin
Tridip Bhattacharjee15-Sep-16 5:11
professionalTridip Bhattacharjee15-Sep-16 5:11 
AnswerRe: EF code first and out type parameter in store procedure Pin
Dave Kreskowiak16-Sep-16 3:51
mveDave Kreskowiak16-Sep-16 3:51 
QuestionHow to read single value return by store proc with EF code first Pin
Tridip Bhattacharjee15-Sep-16 5:10
professionalTridip Bhattacharjee15-Sep-16 5:10 
AnswerRe: How to read single value return by store proc with EF code first Pin
Pete O'Hanlon15-Sep-16 5:42
mvePete O'Hanlon15-Sep-16 5:42 
QuestionTask Canceled Exception Pin
Kevin Marois14-Sep-16 16:59
professionalKevin Marois14-Sep-16 16:59 
AnswerRe: Task Canceled Exception Pin
Super Lloyd14-Sep-16 17:55
Super Lloyd14-Sep-16 17:55 
TaskCancelledException is what is thrown whenever one await a task which is cancelled.
In ContinueWith, however, the Task.Status is cancelled (no exception).

Some system task can, unexpectedly cancel. Find out which task are susceptible to be cancelled and handle the cancellation there. Otherwise it's a legitimate bug.
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!

Questionwhat is difference between LINQ and EF Pin
Tridip Bhattacharjee14-Sep-16 3:49
professionalTridip Bhattacharjee14-Sep-16 3:49 
AnswerRe: what is difference between LINQ and EF Pin
Pete O'Hanlon14-Sep-16 4:02
mvePete O'Hanlon14-Sep-16 4:02 
GeneralRe: what is difference between LINQ and EF Pin
OriginalGriff14-Sep-16 4:20
mveOriginalGriff14-Sep-16 4:20 

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.