DDD Heads to Foreign Climes Well, Ireland, but for us
March 14, 2008 – 3:00 pmDDD Heads to Foreign Climes
Well, Ireland, but for us Brits that’s foreign enough. On Saturday 3rd May we’ll be in Galway for DDD Ireland (http://www.dddireland.com/), which is a free one-day code-camp. It’s on a Saturday, so you don’t even need to take a day off work. In the UK these things get filled very quickly so go ahead…
Dave Sussman
LINQ to SQL, Stored Procs, Output Params, Readers Reading
I had a discussion at DevWeek about when SqlDataReader.Read() gets called for resultsets coming back from stored procedures accessed with LINQ to SQL. I’ve got this stored proc;create procedure dbo.GetCustomersByCountry @country nvarchar(max) as set nocount on select * from dbo.customers where count…
mtaulty
Activate your iPhone using .NET 2.0
It appears that Jon Johansen (DVD Jon) is now a .NET developer. He has created a little .NET 2.0 application to activate your iPhone without giving any personal information to AT&T. The application runs as an activation server on your local machine. You then redirect albert.apple.com to 127.0.0.1 in your hosts file. Zac Bowling is attempting to get it working on the Mac via Mono.
You must be logged in to post a comment.