Click here to Skip to main content
15,887,376 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Can AI be the answer ? Pin
Jeremy Falcon2-May-23 4:42
professionalJeremy Falcon2-May-23 4:42 
GeneralRe: No. Use Regex. Pin
Jeremy Falcon2-May-23 4:41
professionalJeremy Falcon2-May-23 4:41 
GeneralRe: Can AI be the answer ? Pin
jschell2-May-23 11:38
jschell2-May-23 11:38 
GeneralRe: Can AI be the answer ? Pin
PIEBALDconsult3-May-23 4:28
mvePIEBALDconsult3-May-23 4:28 
GeneralEgypt was troubled by the horrible ASP Pin
RickZeeland29-Apr-23 20:18
mveRickZeeland29-Apr-23 20:18 
GeneralRe: Egypt was troubled by the horrible ASP Pin
Mike Hankey30-Apr-23 5:40
mveMike Hankey30-Apr-23 5:40 
GeneralRe: Egypt was troubled by the horrible ASP Pin
kmoorevs1-May-23 8:44
kmoorevs1-May-23 8:44 
QuestionA generalized tabular -> xml engine in C# - any interest? Pin
honey the codewitch29-Apr-23 19:51
mvahoney the codewitch29-Apr-23 19:51 
Those of you that are familiar with sqlxml (particularly FOR XML EXPLICIT) may know it's a series of joins with coded column names representing the attributes for each element, and keyed to a parent to nest.

Column names look like this:

Tag	Parent	employee!1!employeeID	customer!2!customerID	customer!2!region


FOR XML EXPLICIT[^] for details.

Anyway, a long time ago a friend and I collaborated for work on a generalized SQLXML layer over any oledb source, not just SQL Server. It worked great.

And later I started on generalizing *that* to work on any sort of rowset, not just databases.

Such that you can (without oledb) craft a .csv for example using FOR XML EXPLICIT rules and get a reproduction of it in XML, or turn XML into a flat CSV.

CSV is just an example. Really anything implementing IEnumerable<IDataRow> or something.

The trouble is, it's a lot of work and I'm not sure if there would be any interest in such a thing these days.

It has been a long time since I've touched bizdev.

If you're interested, can you indicate it through a response emoji or letting me know in replies? If I get enough of it that it compels me then I'll write the article and the code.
To err is human. Fortune favors the monsters.


modified 30-Apr-23 2:05am.

AnswerRe: A generalized tabular -> xml engine in C# - any interest? Pin
englebart30-Apr-23 5:42
professionalenglebart30-Apr-23 5:42 
GeneralRe: A generalized tabular -> xml engine in C# - any interest? Pin
honey the codewitch30-Apr-23 5:57
mvahoney the codewitch30-Apr-23 5:57 
AnswerRe: A generalized tabular -> xml engine in C# - any interest? Pin
PIEBALDconsult1-May-23 7:14
mvePIEBALDconsult1-May-23 7:14 
GeneralRe: A generalized tabular -> xml engine in C# - any interest? Pin
honey the codewitch1-May-23 7:22
mvahoney the codewitch1-May-23 7:22 
GeneralRe: A generalized tabular -> xml engine in C# - any interest? Pin
PIEBALDconsult1-May-23 7:58
mvePIEBALDconsult1-May-23 7:58 
AnswerRe: A generalized tabular -> xml engine in C# - any interest? Pin
jschell1-May-23 11:40
jschell1-May-23 11:40 
GeneralRe: A generalized tabular -> xml engine in C# - any interest? Pin
honey the codewitch1-May-23 11:44
mvahoney the codewitch1-May-23 11:44 
GeneralRe: A generalized tabular -> xml engine in C# - any interest? Pin
PIEBALDconsult2-May-23 3:20
mvePIEBALDconsult2-May-23 3:20 
GeneralRe: A generalized tabular -> xml engine in C# - any interest? Pin
jschell2-May-23 11:46
jschell2-May-23 11:46 
JokeI'm sorry, your dad was pronounced dead Pin
honey the codewitch29-Apr-23 19:22
mvahoney the codewitch29-Apr-23 19:22 
GeneralRe: I'm sorry, your dad was pronounced dead Pin
Daniel Pfeffer30-Apr-23 7:01
professionalDaniel Pfeffer30-Apr-23 7:01 
GeneralRe: I'm sorry, your dad was pronounced dead Pin
jmaida30-Apr-23 16:26
jmaida30-Apr-23 16:26 
Generalworldle 463 4/6 Pin
jmaida29-Apr-23 14:55
jmaida29-Apr-23 14:55 
GeneralWordle 680 Pin
Sandeep Mewara29-Apr-23 9:24
mveSandeep Mewara29-Apr-23 9:24 
GeneralRe: Wordle 680 Pin
StarNamer@work29-Apr-23 13:11
professionalStarNamer@work29-Apr-23 13:11 
GeneralRe: Wordle 680 Pin
OriginalGriff29-Apr-23 19:17
mveOriginalGriff29-Apr-23 19:17 
GeneralRe: Wordle 680 Pin
Sandeep Mewara29-Apr-23 20:30
mveSandeep Mewara29-Apr-23 20:30 

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.