Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
GeneralRe: Performance issue with TableAdapter? Pin
PIEBALDconsult17-Dec-11 3:24
mvePIEBALDconsult17-Dec-11 3:24 
GeneralRe: Performance issue with TableAdapter? Pin
MarkB12317-Dec-11 9:01
MarkB12317-Dec-11 9:01 
AnswerRe: Performance issue with TableAdapter - Break through? Pin
MarkB12317-Dec-11 8:09
MarkB12317-Dec-11 8:09 
GeneralRe: Performance issue with TableAdapter - Break through? Pin
MarkB12317-Dec-11 8:24
MarkB12317-Dec-11 8:24 
GeneralRe: Performance issue with TableAdapter - Break through? Pin
Dan Mos17-Dec-11 9:37
Dan Mos17-Dec-11 9:37 
GeneralRe: Performance issue with TableAdapter - Break through? Pin
BillWoodruff17-Dec-11 11:33
professionalBillWoodruff17-Dec-11 11:33 
GeneralRe: Performance issue with TableAdapter - Break through? Pin
MarkB12317-Dec-11 12:10
MarkB12317-Dec-11 12:10 
QuestionConvert Given string to If statment Pin
cacampa16-Dec-11 23:55
cacampa16-Dec-11 23:55 
Hi eveybody

I want to convert given string to ıf statment
For Ex

string condition="(a>45 && b<34) || (c>14 && d>56)";
if(condition)
{
//to do smth
}


I try to write my own parser but ıt will be very diffucult because There are lots of conditions can be wrıtten lıke

string cond="a<45&&(b>=56 || c<45)";
strinf con="((a==50 & b>45)||c>56) && e<457";

so How can ı do this ?
Its to important for me please help me ...
GeneralRe: Convert Given string to If statment Pin
harold aptroot17-Dec-11 0:47
harold aptroot17-Dec-11 0:47 
GeneralRe: Convert Given string to If statment Pin
BillWoodruff17-Dec-11 1:52
professionalBillWoodruff17-Dec-11 1:52 
AnswerRe: Convert Given string to If statment Pin
Dan Mos17-Dec-11 0:50
Dan Mos17-Dec-11 0:50 
AnswerRe: Convert Given string to If statment Pin
Richard MacCutchan17-Dec-11 1:34
mveRichard MacCutchan17-Dec-11 1:34 
AnswerRe: Convert Given string to If statment Pin
BillWoodruff17-Dec-11 1:49
professionalBillWoodruff17-Dec-11 1:49 
AnswerRe: Convert Given string to If statment Pin
Manfred Rudolf Bihy17-Dec-11 2:23
professionalManfred Rudolf Bihy17-Dec-11 2:23 
GeneralRe: Convert Given string to If statment Pin
thatraja17-Dec-11 2:51
professionalthatraja17-Dec-11 2:51 
GeneralRe: Convert Given string to If statment Pin
Manfred Rudolf Bihy17-Dec-11 15:11
professionalManfred Rudolf Bihy17-Dec-11 15:11 
AnswerRe: Convert Given string to If statment Pin
AmitGajjar17-Dec-11 7:19
professionalAmitGajjar17-Dec-11 7:19 
Questionhelp Pin
kb.bolbol16-Dec-11 12:51
kb.bolbol16-Dec-11 12:51 
AnswerRe: help Pin
AspDotNetDev16-Dec-11 13:03
protectorAspDotNetDev16-Dec-11 13:03 
AnswerRe: help Pin
Not Active16-Dec-11 13:51
mentorNot Active16-Dec-11 13:51 
AnswerRe: help Pin
DaveyM6916-Dec-11 14:50
professionalDaveyM6916-Dec-11 14:50 
AnswerRe: help PinPopular
Luc Pattyn16-Dec-11 15:01
sitebuilderLuc Pattyn16-Dec-11 15:01 
GeneralRe: help Pin
BillWoodruff16-Dec-11 18:12
professionalBillWoodruff16-Dec-11 18:12 
AnswerRe: help Pin
Pete O'Hanlon16-Dec-11 23:38
mvePete O'Hanlon16-Dec-11 23:38 
AnswerRe: help Pin
#realJSOP17-Dec-11 3:04
mve#realJSOP17-Dec-11 3:04 

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.