On Tue, 2009-07-07 at 09:37 -0700, Robin wrote: > Hi, > I am new new to the open source thing. I was looking into the dblinq > code and was overwhelmed by it. I tried to in vain to start but > couldn't understand the place to start. I am good experience with C# > language and .NET. Can anyone point out where i might start and any > points i need to know about. Thanks in advance.
Alas, as with most large undocumented projects, the place to start is with tests and a debugger. :-/ (Yes, I'm advocating finding/writing a test that exercises the behavior you're interested in, and stepping through the code to see what it does.) - Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DbLinq" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dblinq?hl=en -~----------~----~----~----~------~----~------~--~---
