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

.NET (Core and Framework)

 
QuestionIs Microsoft.SqlServer.Management the easiest way to go? Pin
giantWoodenBadger21-Oct-10 5:35
giantWoodenBadger21-Oct-10 5:35 
AnswerRe: Is Microsoft.SqlServer.Management the easiest way to go? Pin
Eddy Vluggen23-Oct-10 3:48
professionalEddy Vluggen23-Oct-10 3:48 
GeneralMessage Removed Pin
27-Oct-10 7:37
flflshop27-Oct-10 7:37 
GeneralRe: Is Microsoft.SqlServer.Management the easiest way to go? Pin
Dave Kreskowiak27-Oct-10 7:41
mveDave Kreskowiak27-Oct-10 7:41 
QuestionWhat is Mock Version? Pin
Gobi.madura19-Oct-10 19:41
Gobi.madura19-Oct-10 19:41 
AnswerRe: What is Mock Version? Pin
David Skelly19-Oct-10 22:09
David Skelly19-Oct-10 22:09 
AnswerRe: What is Mock Version? Pin
Abhinav S19-Oct-10 22:17
Abhinav S19-Oct-10 22:17 
AnswerRe: What is Mock Version? Pin
T M Gray21-Oct-10 4:39
T M Gray21-Oct-10 4:39 
You need to ask the person who is telling you to do this. It makes no sense. With typical Mock objects they are what you use to make sure you can test your software without affecting (or requiring) anything outside of your software (like the database or in your case Outlook). So you would never really send anything to Outlook with a mock object.

Mock objects are like pretend objects. A Mock e-mail class would pretend to be just like a normal e-mail class. It would have a send method that returns the correct value, but doesn't send anything. It would also give you the correct errors if you set the an address to something invalid. For each test, you tell it what to "expect" and what to do in response.

Here is a good article. Understanding Mock Objects[^]
QuestionProgramming Problem Pin
rksreadero19-Oct-10 17:11
rksreadero19-Oct-10 17:11 
AnswerRe: Programming Problem Pin
Abhinav S19-Oct-10 22:20
Abhinav S19-Oct-10 22:20 
AnswerRe: Programming Problem Pin
DaveyM6919-Oct-10 22:20
professionalDaveyM6919-Oct-10 22:20 
AnswerRe: Programming Problem Pin
Pete O'Hanlon19-Oct-10 23:43
mvePete O'Hanlon19-Oct-10 23:43 
QuestionRSS reader code problem. Pin
rksreadero19-Oct-10 16:38
rksreadero19-Oct-10 16:38 
QuestionWord c# interop bookmark issue(s) Pin
jboyd11119-Oct-10 9:53
jboyd11119-Oct-10 9:53 
AnswerRe: Word c# interop bookmark issue(s) Pin
Maciej Los19-Oct-10 10:30
mveMaciej Los19-Oct-10 10:30 
QuestionLearning Entity Framework [modified] Pin
Luca Leonardo Scorcia18-Oct-10 9:30
professionalLuca Leonardo Scorcia18-Oct-10 9:30 
QuestionWill GetStream method always return same stream ? [modified] Pin
rahul.kulshreshtha15-Oct-10 21:25
rahul.kulshreshtha15-Oct-10 21:25 
AnswerRe: Will GetStream method always return same stream ? Pin
rahul.kulshreshtha16-Oct-10 0:57
rahul.kulshreshtha16-Oct-10 0:57 
QuestionTyped DataSet Grid View Pin
ganesh_IT14-Oct-10 23:10
ganesh_IT14-Oct-10 23:10 
AnswerRe: Typed DataSet Grid View Pin
Abhinav S15-Oct-10 3:24
Abhinav S15-Oct-10 3:24 
QuestionAdd New Row dynamically to Gridview Pin
SatyaKeerthi1514-Oct-10 22:51
SatyaKeerthi1514-Oct-10 22:51 
AnswerRe: Add New Row dynamically to Gridview Pin
Ravi Mori14-Oct-10 23:00
Ravi Mori14-Oct-10 23:00 
GeneralRe: Add New Row dynamically to Gridview Pin
SatyaKeerthi1515-Oct-10 0:07
SatyaKeerthi1515-Oct-10 0:07 
GeneralRe: Add New Row dynamically to Gridview Pin
Ravi Mori15-Oct-10 0:27
Ravi Mori15-Oct-10 0:27 
QuestionRetrive Data from Data Source Pin
ganesh_IT14-Oct-10 20:07
ganesh_IT14-Oct-10 20:07 

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.