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
~176 People Reached
Favorite Tags
Member Avatar for cdgregory

Hi, I would like some advice on how to create a class to represent a one to many relationship in C#. i.e. I have a Customer and an Address table in my database. I also have a Customer class in my C# solution but how do I introduce the multiple …

Member Avatar for cdgregory
0
66
Member Avatar for cdgregory

Hi, I need to write a c# app that will iterate through multiple directories, sub-directories and return info on all files found. When I tried this the other week I had problems when FileInfo and GetDirectories returned exceptions when a file/folder name length exceeded 248 characters. Has anyone written a …

Member Avatar for cdgregory
0
110