Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~500 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for fesmaeili

Hello Everybody: Just want to introduce myself. I'm a C# developer with SQL server skill set as well. I do mostly Windows app and trying to get myself into more web development. I'm 50 years and started my computer carrer since 2000 as IT Professional. I play soccer, listen to …

Member Avatar for jephthah
0
106
Member Avatar for tazko

[QUOTE=tazko;1170985]Hi , my program connect to old machine , the program received data but with many symbols and unnecessary characters any suggestion thanks this pic is the differnce between old program (VB) that receive with arranged characters : [IMG]http://i42.tinypic.com/2z9ch1d.jpg[/IMG][/QUOTE] You can either filter unwanted chars in the sender machine or …

Member Avatar for tazko
0
103
Member Avatar for fesmaeili

I have a C# console program that generates Excel files and writes extracted data from SQL tables into them. Program is scheduled by Windows Scheduler to run periodically. Problem is that when scheduler fires up the program, it goes through the steps and logs that completes successfully. However, no file …

Member Avatar for fesmaeili
0
109
Member Avatar for sachintha81

The other approach is: char [] keyChars={'x','m','l','n','s'}; string [] vals; vals= input.Split(keyChars); for (int i=0;i<vals.Length;i++) { Console.WriteLine("xmlns" + vals[i]); }

Member Avatar for fesmaeili
1
182

The End.