Tag Archives: .net

Ajax Form and Button’s Value

I encountered a bug similar to the one posted on stackoverflow.com while working on my latest pet project. I figured out an elegant workaround and I was writing the post when I found out that it might have not been … Continue reading

Posted in Implementation | Tagged , , , , | Leave a comment

Verbose WHERE Clause with LINQ to SQL

If you come from the world of always-use-stored-procedures or at least you always write your own SQL query, you’d be curious how LINQ to SQL translates your C# code to SQL query. Say you have table Persons with fields PersonId, … Continue reading

Posted in Analysis & Design, Implementation | Tagged , , | Leave a comment