![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
![]() |
Linq to SQL: Delete an entity using Primary Key onlyOct 30, 2008 Linq to Sql does not come with a function like .Delete(ID) which allows you to delete an entity using it’s primary key. You have to first get the object that you want to delete and then call .DeleteOnSubmit(obj) to … Tagged: net, performance, linq |
![]() |
Solving common problems with Compiled Queries in Linq to Sql for high demand ASP.NET websitesOct 30, 2008 If you are using Linq to SQL, instead of writing regular Linq Queries, you should be using Compiled Queries. if you are building an ASP.NET web application that’s going to get thousands of hits per hour, the execution … Tagged: net, performance, linq |
![]() |
How to convince developers and management to use automated unit test for AJAX websitesOct 27, 2008 Everyone agrees that unit testing is a good thing, we should all write unit tests. We read articles and blogs to keep us up-to-date on what’s going on in the unit test world so that we can sound cool talking to peers … |
![]() |
Tips and tricks to rescue overdue projectsOct 20, 2008 One of my friends, who runs his own offshore development shop, was having nightmare situation with one of his customers. He's way overdue on a release, the customer is screaming everyday, he's paying his team from his … |
![]() |
An Agile Developer's workflow when SCRUM is usedOct 11, 2008 If you are planning to start SCRUM at your company, you might need to train developers and QA to get into the mindset of an Agile developer. SCRUM is only successful when the developers and QA get into the habit of … |