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

.NET (Core and Framework)

 
QuestionRestful Service Pin
harinit20-Sep-11 21:37
harinit20-Sep-11 21:37 
AnswerRe: Restful Service Pin
Pete O'Hanlon21-Sep-11 1:58
mvePete O'Hanlon21-Sep-11 1:58 
GeneralRe: Restful Service Pin
harinit21-Sep-11 3:54
harinit21-Sep-11 3:54 
GeneralRe: Restful Service Pin
Pete O'Hanlon21-Sep-11 4:25
mvePete O'Hanlon21-Sep-11 4:25 
GeneralRe: Restful Service Pin
harinit21-Sep-11 4:36
harinit21-Sep-11 4:36 
GeneralRe: Restful Service Pin
Pete O'Hanlon21-Sep-11 4:40
mvePete O'Hanlon21-Sep-11 4:40 
GeneralRe: Restful Service Pin
jschell21-Sep-11 14:26
jschell21-Sep-11 14:26 
QuestionSimple Visual Studio 2010 Question Pin
KFC19720-Sep-11 8:11
KFC19720-Sep-11 8:11 
Hello There,
I have a winform application in Visual Studio 2010 and within a class I have a shared function with the following code

Public Shared Function simplestFunctionEver() as Integer
Dim myInteger1 As Integer = 1, myInteger2 As Integer = 2
simplestFunctionEver = myInteger1 + myInteger2
End Function


While debugging or otherwise, How can I test this function in Visual Studio 2010

Regards & Thanks in advance to users who reply
Farooq
AnswerRe: Simple Visual Studio 2010 Question Pin
fjdiewornncalwe20-Sep-11 8:17
professionalfjdiewornncalwe20-Sep-11 8:17 
GeneralRe: Simple Visual Studio 2010 Question Pin
KFC19720-Sep-11 8:38
KFC19720-Sep-11 8:38 
NewsRe: Simple Visual Studio 2010 Question Pin
Eddy Vluggen20-Sep-11 10:44
professionalEddy Vluggen20-Sep-11 10:44 
AnswerRe: Simple Visual Studio 2010 Question Pin
Luc Pattyn20-Sep-11 8:56
sitebuilderLuc Pattyn20-Sep-11 8:56 
AnswerRe: Simple Visual Studio 2010 Question Pin
Pradeep Shukla20-Sep-11 10:30
professionalPradeep Shukla20-Sep-11 10:30 
QuestionRe: Simple Visual Studio 2010 Question Pin
KFC19721-Sep-11 0:25
KFC19721-Sep-11 0:25 
AnswerRe: Simple Visual Studio 2010 Question Pin
Pradeep Shukla21-Sep-11 2:15
professionalPradeep Shukla21-Sep-11 2:15 
AnswerRe: Simple Visual Studio 2010 Question Pin
Eddy Vluggen20-Sep-11 10:43
professionalEddy Vluggen20-Sep-11 10:43 
GeneralRe: Simple Visual Studio 2010 Question Pin
KFC19721-Sep-11 0:29
KFC19721-Sep-11 0:29 
GeneralRe: Simple Visual Studio 2010 Question Pin
Pete O'Hanlon21-Sep-11 0:41
mvePete O'Hanlon21-Sep-11 0:41 
GeneralRe: Simple Visual Studio 2010 Question Pin
KFC19721-Sep-11 0:51
KFC19721-Sep-11 0:51 
GeneralRe: Simple Visual Studio 2010 Question Pin
Pete O'Hanlon21-Sep-11 1:52
mvePete O'Hanlon21-Sep-11 1:52 
QuestionCall DLL in WinForms App Fails But Works In MFC App Pin
Jonnster20-Sep-11 0:15
Jonnster20-Sep-11 0:15 
AnswerRe: Call DLL in WinForms App Fails But Works In MFC App Pin
Daniel.Grondal20-Sep-11 0:40
Daniel.Grondal20-Sep-11 0:40 
QuestionCalling a delphi dll from VB.net Pin
Rijz13-Sep-11 0:37
Rijz13-Sep-11 0:37 
AnswerRe: Calling a delphi dll from VB.net Pin
Dave Kreskowiak13-Sep-11 4:36
mveDave Kreskowiak13-Sep-11 4:36 
AnswerRe: Calling a delphi dll from VB.net Pin
Eddy Vluggen13-Sep-11 8:11
professionalEddy Vluggen13-Sep-11 8:11 

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.