Tim P. interviews Tim J. about ORMs, and specifically a little-known yet powerful .NET ORM called NPoco.
Subscribe
public void Summary()
{
Tim P. interviews Tim J. about ORMs, and specifically a little-known yet powerful .NET ORM called NPoco.
}
public void Links()
{
- NPoco Repository – lightweight, open-source .NET ORM
- Entity Framework Core – Microsoft’s own open-source ORM
}
public void HotSpot()
{
- JSON to POCO Conversion
- easily convert a json file to a C# class
- GitHub
- read through other coder’s source to learn new tips and tricks
- clone repos locally to use your IDE to browse code
}