I know that the entity framework does not currently support geo types but there has to be a way to do a proximity search with the entity framework.
please if anyone has any ideas please shoot them my way.
I know that the entity framework does not currently support geo types but there
Share
You could create a stored procedure that accepts a lat and long value, map that stored procedure in your Entity Framework model and then filter on the results of the stored procedure.