Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: CognitiveFeedback [x]
Re: A couple of suggestions. by CognitiveFeedback
Forum Message 12 May 2013  
nice algorithm, i'll try and update the article with this very suggestion soon, thanks George!
CSV Serializer for .NET by CognitiveFeedback
Article 10 May 2013   license: CPOL
General solution to Serializing and Deserializing CSV files.
Forum Message 10 May 2013  
awesome, i've updated the article ... it should be available soon. thank you.
UDL Helper for .NET by CognitiveFeedback
Tip/Trick 10 Apr 2013   license: Public Domain
Retrieve Connection String from user using Common Data Link dialog.
UDL Helper for .NET by CognitiveFeedback
Tip/Trick 10 Apr 2013   license: Public Domain
Retrieve Connection String from user with Data Link Dialog
Answer 27 Mar 2013   license: CPOL
you could try something like this...First, add the class below to the client.namespace EmployeeProxy{ public class Employee : ServiceReference1.Employee { public new string Name { get { return base.Name; } set ...
Re: Reflection by CognitiveFeedback
Forum Message 26 Mar 2013  
That's an awesome feature Andrew! Thanks...
Re: Quoted Fields? by CognitiveFeedback
Forum Message 25 Mar 2013  
I like the replacement character ... Anyway a new line literal in the file looks crazy even alcoholic crazy And a double-quote in the field value will be like double alcoholic and drugs combined
Re: source code by CognitiveFeedback
Forum Message 25 Mar 2013  
thanks by the way!
Re: source code by CognitiveFeedback
Forum Message 25 Mar 2013  
ok ... sorted just waiting for the publish thing to go through now
Re: source code by CognitiveFeedback
Forum Message 25 Mar 2013  
I attached it ... but it only appears to be available from the 'Browse Code' link in left-column-menu. I don't know how to make it appear at the top of the article itself. i'll try and find out
Problem with Dispatcher method WPF by CognitiveFeedback
Answer 24 Mar 2013   license: CPOL
It sounds likely that the ChangeDispacter is doing too much work for the UI thread.If so, then one approach is to break the ChangeDispacter task down into smaller UI operations as shown in the code below. This should work as it appears that the MDelegate has no return value or it is not...
DateTime Conversion in C# by CognitiveFeedback
Answer 24 Mar 2013   license: CPOL
Try this functionprivate static DateTime? GetTime(string s){ var regex = new Regex( @"^[\-drswx]{10}\s+\d+\s+ftp\s+ftp\s+\d+\s+" + @"(?[a-zA-Z]{3})\s+(?\d{1,2})\s+" + ...
C#

Page 1 of 1


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid