Skip to content

tpkelly/generalizing-odata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Generalizing OData

OData Controllers offer an easy interface between data and your application, but require one controller per model type. These controllers often have a large amount of almost identical code.

This source explores OData using a single controller using C# Generics. The code accompanies the matching blog post.