The Wayback Machine - https://web.archive.org/web/20200629122533/https://github.com/topics/poco
Skip to content
#

poco

Here are 101 public repositories matching this topic...

poco
bridgewaterrobbie
bridgewaterrobbie commented Sep 22, 2019

The documentation for Object, Var and Varholder lead me to believe that given the following setup:

std::vector<DynamicStruct> testList;
  Object t1;
  t1.set("name","com.tl");
  t1.set("num1",false);
  Object j;
  j.set("testval",testList);

The following call would let me extract the values (similar to my other use of Object with primitives and basic strings)

` auto retB

Schema.NET
veikkoeeva
veikkoeeva commented Aug 5, 2017

Hi!

I was wondering if you would have advice on how to use this interesting library in ASP.NET Core controllers so that roughly the following would work:

[HttpPost("[action]")]
public IActionResult Test([FromBody] Thing thing)
{
    var e = (Person)thing;
    return Accepted(new Uri("https://wwww.WhereToAskForResults.com"));
}

That is, accept JSON-LD data via a base classes.

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#

Improve this page

Add a description, image, and links to the poco 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 poco topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.