Click here to Skip to main content
15,793,452 members
Home / Discussions / C#
   

C#

 
GeneralRe: cannot send text encryption via email Pin
Eddy Vluggen27-Jul-14 1:15
professionalEddy Vluggen27-Jul-14 1:15 
GeneralRe: cannot send text encryption via email Pin
KaKoten27-Jul-14 19:13
KaKoten27-Jul-14 19:13 
GeneralRe: cannot send text encryption via email Pin
Eddy Vluggen28-Jul-14 3:54
professionalEddy Vluggen28-Jul-14 3:54 
GeneralRe: cannot send text encryption via email Pin
KaKoten28-Jul-14 12:54
KaKoten28-Jul-14 12:54 
GeneralRe: cannot send text encryption via email Pin
Eddy Vluggen28-Jul-14 13:17
professionalEddy Vluggen28-Jul-14 13:17 
GeneralRe: cannot send text encryption via email Pin
KaKoten28-Jul-14 17:53
KaKoten28-Jul-14 17:53 
QuestionC# File to Dictionary Lookup Pin
Member 1094881825-Jul-14 15:35
Member 1094881825-Jul-14 15:35 
GeneralRe: C# File to Dictionary Lookup Pin
PIEBALDconsult25-Jul-14 15:50
professionalPIEBALDconsult25-Jul-14 15:50 
First off, you should think more modularly; don't have the method accept the StreamReader, have it accept an IEnumerable of strings.
Secondly, don't have it accept the Dictionary and return void; have it return the Dictionary.

So look at System.IO.File.ReadAllLines[^] as a source of an IEnumerable of strings from a file.

Then you should know how to use String.Split or even a RegularExpression to get the values from the strings.

Then stick them into the Dictionary.
You'll never get very far if all you do is follow instructions.

GeneralRe: C# File to Dictionary Lookup Pin
Member 1094881825-Jul-14 17:51
Member 1094881825-Jul-14 17:51 
Questionread value from item array in user control Pin
Jassim Rahma25-Jul-14 10:18
Jassim Rahma25-Jul-14 10:18 
AnswerRe: read value from item array in user control Pin
Gerry Schmitz25-Jul-14 12:19
mveGerry Schmitz25-Jul-14 12:19 
GeneralRe: read value from item array in user control Pin
Jassim Rahma25-Jul-14 13:42
Jassim Rahma25-Jul-14 13:42 
GeneralRe: read value from item array in user control Pin
Gerry Schmitz25-Jul-14 15:09
mveGerry Schmitz25-Jul-14 15:09 
GeneralRe: read value from item array in user control Pin
Jassim Rahma25-Jul-14 15:34
Jassim Rahma25-Jul-14 15:34 
GeneralRe: read value from item array in user control Pin
Gerry Schmitz25-Jul-14 16:01
mveGerry Schmitz25-Jul-14 16:01 
AnswerRe: read value from item array in user control Pin
KUMAR61927-Jul-14 21:54
professionalKUMAR61927-Jul-14 21:54 
AnswerRe: read value from item array in user control Pin
User 873938131-Jul-14 1:02
User 873938131-Jul-14 1:02 
QuestionComparison Overloading Pin
Rig Maitra25-Jul-14 7:14
Rig Maitra25-Jul-14 7:14 
AnswerRe: Comparison Overloading Pin
Rob Philpott25-Jul-14 7:23
Rob Philpott25-Jul-14 7:23 
GeneralRe: Comparison Overloading Pin
Rig Maitra25-Jul-14 7:29
Rig Maitra25-Jul-14 7:29 
GeneralRe: Comparison Overloading Pin
Rob Philpott25-Jul-14 7:43
Rob Philpott25-Jul-14 7:43 
GeneralRe: Comparison Overloading Pin
OriginalGriff25-Jul-14 9:50
mvaOriginalGriff25-Jul-14 9:50 
AnswerRe: Comparison Overloading Pin
KUMAR61928-Jul-14 18:53
professionalKUMAR61928-Jul-14 18:53 
QuestionC# how to compare the old product(serialized) to new product,If same product means add the quantity only not repeated that product in output for below program Pin
Member 1097120125-Jul-14 4:22
Member 1097120125-Jul-14 4:22 
AnswerRe: C# how to compare the old product... Pin
OriginalGriff25-Jul-14 5:35
mvaOriginalGriff25-Jul-14 5:35 

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.