Click here to Skip to main content
15,886,776 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is it possible to call VB 6 libraries in c# 2008? Pin
1.21 Gigawatts10-Jul-08 23:52
1.21 Gigawatts10-Jul-08 23:52 
QuestionHow to Multiple Thread execute at Same Time(simultaneously) in c#. [modified] Pin
bruze10-Jul-08 23:03
bruze10-Jul-08 23:03 
AnswerRe: How to Multiple Thread Start at the Same Time in c# Pin
N a v a n e e t h10-Jul-08 23:09
N a v a n e e t h10-Jul-08 23:09 
AnswerRe: How to Multiple Thread Start at the Same Time in c# Pin
Mark Churchill11-Jul-08 1:02
Mark Churchill11-Jul-08 1:02 
AnswerRe: How to Multiple Thread execute at Same Time(simultaneously) in c#. Pin
Technobizz11-Jul-08 1:43
Technobizz11-Jul-08 1:43 
AnswerRe: How to Multiple Thread execute at Same Time(simultaneously) in c#. Pin
killabyte11-Jul-08 2:50
killabyte11-Jul-08 2:50 
AnswerRe: How to Multiple Thread execute at Same Time(simultaneously) in c#. Pin
Luc Pattyn11-Jul-08 3:11
sitebuilderLuc Pattyn11-Jul-08 3:11 
QuestionHow would you test this Pin
Razvan Dimescu10-Jul-08 22:15
Razvan Dimescu10-Jul-08 22:15 
I have a presenter(int a MVP architecture). The initialization function gets some data from the database. First I populate the comboboxes and then i populate each control with data

IList<payments> payments = _dbOp.GetListOfItems<payments>();
_view.SetCbPaidtoAccount_DataSource(paidToItems, "Text", "PaymentId");

etc...

OrderItem orderItem =_dbOp.GetItem<orderitem>(orderId)
if(item!=null)
   PopulateControlsFromItem(orderItem);
</orderitem></payments></payments>

private void    PopulateControlsFromItem(orderItem)
{
_view.SetPaymentType_Value=orderItem.paimentId;
etc...
}

My question is.. how would you test the PopulateControlsFromItem method?
AnswerRe: How would you test this Pin
N a v a n e e t h10-Jul-08 22:30
N a v a n e e t h10-Jul-08 22:30 
GeneralRe: How would you test this Pin
Razvan Dimescu10-Jul-08 23:01
Razvan Dimescu10-Jul-08 23:01 
GeneralRe: How would you test this Pin
N a v a n e e t h10-Jul-08 23:14
N a v a n e e t h10-Jul-08 23:14 
GeneralRe: How would you test this Pin
Razvan Dimescu10-Jul-08 23:24
Razvan Dimescu10-Jul-08 23:24 
GeneralRe: How would you test this Pin
N a v a n e e t h13-Jul-08 16:59
N a v a n e e t h13-Jul-08 16:59 
AnswerRe: How would you test this Pin
Mark Churchill11-Jul-08 0:57
Mark Churchill11-Jul-08 0:57 
Questionsql to mysql Pin
ali_reza_zareian10-Jul-08 22:01
ali_reza_zareian10-Jul-08 22:01 
AnswerRe: sql to mysql Pin
N a v a n e e t h10-Jul-08 22:33
N a v a n e e t h10-Jul-08 22:33 
GeneralRe: sql to mysql Pin
yiren_shao10-Jul-08 22:51
yiren_shao10-Jul-08 22:51 
AnswerRe: sql to mysql Pin
scottgp11-Jul-08 2:55
professionalscottgp11-Jul-08 2:55 
QuestionTransparency in compact framework Pin
Subasish_CodeProject10-Jul-08 20:48
Subasish_CodeProject10-Jul-08 20:48 
AnswerRe: Transparency in compact framework Pin
N a v a n e e t h10-Jul-08 22:34
N a v a n e e t h10-Jul-08 22:34 
GeneralRe: Transparency in compact framework Pin
Subasish_CodeProject14-Jul-08 2:57
Subasish_CodeProject14-Jul-08 2:57 
AnswerRe: Transparency in compact framework Pin
netJP12L11-Jul-08 5:54
netJP12L11-Jul-08 5:54 
GeneralRe: Transparency in compact framework Pin
Subasish_CodeProject14-Jul-08 2:44
Subasish_CodeProject14-Jul-08 2:44 
GeneralRe: Transparency in compact framework Pin
netmonster18-Aug-08 17:51
netmonster18-Aug-08 17:51 
Questiondate picker in web application Pin
SSN10-Jul-08 20:32
SSN10-Jul-08 20:32 

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.