Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Yearly Archives: 2008

Latest news from Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

  1. Linq to SQL: Delete an entity using Primary Key only

    Linq to SQL: Delete an entity using Primary Key only

    Oct 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

  2. Solving common problems with Compiled Queries in Linq to Sql for high demand ASP.NET websites

    Solving common problems with Compiled Queries in Linq to Sql for high demand ASP.NET websites

    Oct 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

  3. How to convince developers and management to use automated unit test for AJAX websites

    How to convince developers and management to use automated unit test for AJAX websites

    Oct 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

    Tagged: ajax, misc, unit test, ideas

  4. Tips and tricks to rescue overdue projects

    Tips and tricks to rescue overdue projects

    Oct 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

    Tagged: misc, ideas

  5. An Agile Developer's workflow when SCRUM is used

    An Agile Developer's workflow when SCRUM is used

    Oct 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

    Tagged: misc, ideas