Tagged Questions

0
votes
1answer
58 views

DateTime comparison in ObjectQuery.Where

I'm using Entity Framework, and I have a COMMENT entity. A COMMENT has a DATEMODIFIED property, which is a Nullable Date. I'm trying to build a query that will filter COMMENTs by date, so I create a …
0
votes
1answer
73 views

Query Builder vs Linq to Entities

I have been hearing that the built in query builder for the entity framework is much faster to then Linq to Entities. Is this true? If so, can I use the query builder for any type of query?
0
votes
1answer
156 views

Web based visual query builder

I am after a visual query builder along the lines of http://ajax.easyquerydemo.com/. I am using ASP.NET but MVC so would rather something that is not WebForms based like the one in the link. If anyone …
1
vote
2answers
52 views

SQL Server Client App

I'm designing a database for internal use at my company that will store data that is produced by my team members. While SQL Server will be installed only on a single server machine, my team members …