Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
GeneralRe: Importing .CSV Files To A SQL Database Pin
Luc Pattyn5-Oct-10 1:55
sitebuilderLuc Pattyn5-Oct-10 1:55 
AnswerRe: Importing .CSV Files To A SQL Database Pin
PIEBALDconsult3-Oct-10 3:49
mvePIEBALDconsult3-Oct-10 3:49 
QuestionForeach Pin
Saksida Bojan2-Oct-10 6:29
Saksida Bojan2-Oct-10 6:29 
AnswerRe: Foreach Pin
Abhinav S2-Oct-10 6:44
Abhinav S2-Oct-10 6:44 
GeneralRe: Foreach Pin
Saksida Bojan2-Oct-10 6:54
Saksida Bojan2-Oct-10 6:54 
GeneralRe: Foreach Pin
Luc Pattyn2-Oct-10 6:59
sitebuilderLuc Pattyn2-Oct-10 6:59 
GeneralRe: Foreach Pin
Saksida Bojan2-Oct-10 7:06
Saksida Bojan2-Oct-10 7:06 
AnswerRe: Foreach Pin
Luc Pattyn2-Oct-10 6:57
sitebuilderLuc Pattyn2-Oct-10 6:57 
for this to work, GetProcessFromSystem() has to return an IEnumerable. If it does, the foreach will be happy. However, if the enumerable would change while foreach is iterating over it, an exception would be thrown.

Whether GetProcessFromSystem() implements and returns the information you hope to get cannot be determined without seeing it.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: Foreach Pin
Saksida Bojan2-Oct-10 7:13
Saksida Bojan2-Oct-10 7:13 
GeneralRe: Foreach Pin
Luc Pattyn2-Oct-10 7:38
sitebuilderLuc Pattyn2-Oct-10 7:38 
AnswerRe: Foreach Pin
Henry Minute2-Oct-10 7:05
Henry Minute2-Oct-10 7:05 
GeneralRe: Foreach Pin
Luc Pattyn2-Oct-10 7:35
sitebuilderLuc Pattyn2-Oct-10 7:35 
GeneralRe: Foreach Pin
Henry Minute2-Oct-10 7:44
Henry Minute2-Oct-10 7:44 
GeneralRe: Foreach Pin
Luc Pattyn2-Oct-10 7:45
sitebuilderLuc Pattyn2-Oct-10 7:45 
GeneralRe: Foreach Pin
Henry Minute2-Oct-10 7:46
Henry Minute2-Oct-10 7:46 
GeneralRe: Foreach Pin
Dave Kreskowiak2-Oct-10 7:39
mveDave Kreskowiak2-Oct-10 7:39 
GeneralRe: Foreach Pin
Henry Minute2-Oct-10 7:45
Henry Minute2-Oct-10 7:45 
GeneralRe: Foreach Pin
Dave Kreskowiak2-Oct-10 10:04
mveDave Kreskowiak2-Oct-10 10:04 
GeneralRe: Foreach Pin
Luc Pattyn2-Oct-10 10:22
sitebuilderLuc Pattyn2-Oct-10 10:22 
GeneralRe: Foreach Pin
Henry Minute2-Oct-10 10:55
Henry Minute2-Oct-10 10:55 
GeneralRe: Foreach Pin
Luc Pattyn2-Oct-10 11:06
sitebuilderLuc Pattyn2-Oct-10 11:06 
GeneralRe: Foreach Pin
Henry Minute2-Oct-10 11:09
Henry Minute2-Oct-10 11:09 
GeneralRe: Foreach Pin
Luc Pattyn2-Oct-10 11:20
sitebuilderLuc Pattyn2-Oct-10 11:20 
QuestionConvert monochrome bitmap to ascii string to send to QLS-printer? Pin
Mats Eurén2-Oct-10 5:38
Mats Eurén2-Oct-10 5:38 
AnswerRe: Convert monochrome bitmap to ascii string to send to QLS-printer? Pin
Luc Pattyn2-Oct-10 5:45
sitebuilderLuc Pattyn2-Oct-10 5:45 

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.