↧
C# – Working with interlaced XML database
Today I read a thread on mycsharp.de asking about how man can work with a database whose type is a interlace XML. The XML file has following structure As you can see that there is a child table...
View ArticleC# – Use LINQ To XML to read XML report generated/created by Crystal Report
The requirement to read a XML file to Crystal Report is very common but how can we read a generated XML file by Crystal Report back to object class and why do we have to do that? Let’s consider this...
View Article