Skip to content
#

data-access-layer

Here are 53 public repositories matching this topic...

An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.

  • Updated May 1, 2020
  • C#
lorddev
lorddev commented Nov 8, 2013

The format setting in ApiCall.cs is based on whether the Payload is of type string vs a custom class. This means if you are making a simple GET call without a body and you want an XML response to be parsed properly, you have to set the Payload value to a string as a workaround. Fix will be to allow the format to be specified via a separate property.

Improve this page

Add a description, image, and links to the data-access-layer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-access-layer topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.