Archives
-
LINQ2SQL: SubmitChanges() doesn't do anything?
Dear Linq2SQL,
-
Ann Arbor Give Camp 2009
I've almost recuperated from last weekend's Ann Arbor Give Camp. Almost…
-
One More Week Until Give Camp 2009
To-do lists are being checked off and the final bits of organizing are almost complete for this year's Ann Arbor Give Camp. For those attending (you did register, didn't you?), we've got our schedule posted along with a nice Q&A section that should answer most of your questions on the logistics of the event. If something isn't answered, let me know and I'll get you an answer.
-
Comparing Two Arrays
I was looking at some old code today that was checking if two byte arrays had the same data in them. It was a simple loop that compared each element. I recalled my blog post from November of last year about comparing collections/arrays in MSTest and thought, "I wonder if LINQ has something similar"?