KNOWLEDGE BASE

Articles tagged with "UmbracoDataContext"

Linq2Umbraco driver for LINQPad

LINQPad by by Joseph Albahari, is a fantastic program for querying databases. Although you can query the Umbraco website database, LINQPad can’t natively operate on an UmbracoDataContext, which is what Linq2Umbraco is using when you export the Umbracodocument types to .Net. Wouldn't it be helpful if you can use the UmbracoDataContext directly in LINQPad? Here is how!