Author Archives: Sam

Weekly Tweet Update 14-03-2013

Impossible dice 😃 http://t.co/RJ2md8BgaO -> Learn css... http://t.co/boktIaCg1E sweet #css #layout -> AngularJS get started videos. http://t.co/nIz0e2UqKg -> http://t.co/Ef5qmtj922 cool jquery menu ->

Posted in General | Tagged , | Leave a comment

IEnumberable.Max and Nullable types

Came across an interesting little snippet of code today. var max = list.Max(i => i.Value) This simply returns the maximum value of the "Value" property in the list. However there is a possible problem with this code, depending on the … Continue reading

Posted in Code | Tagged , , | Leave a comment

Image widths in emails

While hacking around trying to include some images in an email I was trying to set the height and width of the IMG tag. This wasn't working at all (which I had read about) but then I put the images … Continue reading

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

Weekly Tweet Update 03-01-2013

http://t.co/DQ8Y5cd4 4.5 & MVC 4: Revisiting IBundleTransform - via http://t.co/DQ8Y5cd4 Community Spotlight http://t.co/7UpDrhFw -> Announcing the release of the .NET Framework for Windows Phone 8 - via .NET Blog http://t.co/yVZJQaEK -> New tools for Windows Phone 8 save developers time … Continue reading

Posted in General | Tagged , | Leave a comment

Weekly Tweet Update 11-10-2012

http://t.co/DTqA70El... http://t.co/2AEbsLiA -> OQuery - Building OData query fragments without LINQ in C# for Visual Studio 2010 - Kinda hope I don't ever n… http://t.co/70lXPMuM -> Spell Checker extension for Visual Studio 2012 - I saw this and thought - … Continue reading

Posted in General | Tagged , | Leave a comment

Weekly Tweet Update 27-09-2012

Your Colorful Visual Studio 2012 with the Color Theme Editor (VS2010 colors, too) - If you REALLY don't like … http://t.co/QtqTbP4B -> http://t.co/DQ8Y5cd4 Data Access Guidance Published - (read) http://t.co/y4M1txO0 -> A harsh reminder about the importance of debug=”false” - … Continue reading

Posted in General | Tagged , | Leave a comment

Weekly Tweet Update 13-09-2012

Blogs > Fresh off the Press – “Time-Saving Features in Visual Studio 2012 and ASPNET 4.5” Free E-book - Downl… http://t.co/7FoQTsju -> How To Auto-login Using http://t.co/4kDhtFFn FormsAuthentication « Math and More http://t.co/h7krYprH -> An Introduction to http://t.co/DQ8Y5cd4 Web API … Continue reading

Posted in General | Tagged , | Leave a comment

Weekly Tweet Update 16-08-2012

Tiny Happy Features #1 - T4 Template Debugging in Visual Studio 2012 - Scott Hanselman - Long time coming thi… http://t.co/GTdpj1CA -> I just ousted @globetrottertje as the mayor of Costa Coffee on @foursquare! http://t.co/Cc6K3myV -> Error Handling with ELMAH … Continue reading

Posted in General | Tagged , | Leave a comment

FlickrNet 3.5 Release

Just a quick post to say I've release version 3.5 of the FlickrNet API library. A couple of things regarding this version and the FlickrNet library roadmap: This will be the last version to support the old Authentication model. Going … Continue reading

Posted in Code | Tagged , , | Leave a comment

Weekly Tweet Update 09-08-2012

Microsoft Attack Surface Analyzer 1.0 Released - Another tool to look at adding into my development pipeline. http://t.co/JMnPu9v9 -> Exiting a batch file without exiting the command shell -and- batch file subroutines - Batch file subroutines?… http://t.co/Ll4wdC6J -> NCrunch for … Continue reading

Posted in General | Tagged , | Leave a comment