Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlane authored Nov 29, 2020
1 parent d514a33 commit 591fd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ IEnumerable<Book> books = Reader.Read<Book>(xml);

## Why did I create XmlGridReader?

At work, I needed to migrate some data access code from using SQL to using a web API that returned table-like data in XML. The original SQL code used [Dapper](https://github.com/StackExchange/Dapper), and I wanted to keep the benefits of a simple convention-based deserializer.
I needed to migrate some data access code from using SQL to using a web API that returned table-like data in XML. The original SQL code used [Dapper](https://github.com/StackExchange/Dapper), and I wanted to keep the benefits of a simple convention-based deserializer.

The web API and the XML it returns has some idiosyncrasies, which have influenced the design of this library.

Expand Down

0 comments on commit 591fd99

Please sign in to comment.