You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please add a terse how-to right in readme.md with C# use-case.
Want to know how this approach can be used with say Person{ string Name, int Age, DateTime DOB } etc.
also nuances like Person[], List etc.. ...the data structures used in basic business apps.