SearchExtensions hits 10,000 downloads
Celebrating 10000 downloads of SearchExtensions whilst calling out for new features and ideas
Celebrating 10000 downloads of SearchExtensions whilst calling out for new features and ideas
How to create a custom blog comment engine in asp.net mvc 4 using c#, entityframework code first, jquery and markdowndeep.
How to implement table per type (TPT) using entity framework code first. This solution uses entity framework code first migrations to create a table per type database with sub type foreign key relationship
I recently deployed a new test website to Windows Azure using Azure's Git integration. The problem I had is that I didn't want to drop and recreate the database each time I pushed a release (and lose my data), nor did I want to manually upgrade the database in Package Manager Console. This is the solution.
Following up to my previous post on a generic repository method, I decided to take it a step further and create an generic search extension method to perform the same task. Here is the extension method as well as the SQL it generated
In this post I begin to create a generic search extension method using expression trees. The result is a cool extension method that can be applied to any IQueryable. More to follow as I expand on the method.
In this post I demonstrate how to get schema information from an edmx file by manipulating our t4 template.