The Mobile & Social Experts
- » Want to reach mobile users?
- » Need iPhone or Android apps?
- » Building an online community?
- » Want to leverage social media?
Learn more about our services and contact us today for a free consultation.
So you can probably tell that I’ve been doing a lot of LINQ lately. One thing I’ve found is that it’s easier for me to write complex queries in the database as stored procedures or views, and then use Linq … Continue reading
I wanted to put up a few examples of SQL vs Linq to SQL for my future reference, since we’re using it in one of our social media projects for artists. I’m pretty handy at SQL, but it doesn’t translate … Continue reading
FYI, there’s a bug in the RTM LinqDataSource where child tables aren’t loaded unless you have updating or deleting enabled. Apparently if you have a LinqDataSource that doesn’t have updates or deleted enabled, ObjectTracking is turned off (for performance reason), … Continue reading