.NET 3.5

Have you downloaded the All-In-One Code Framework?
The Microsoft All-In-One Code Framework is a free, centralized code sample library provided by the Microsoft Community team. It aims to provide typical code samples for all Microsoft development technologies. The team listens to developers’ pains in MSDN forums, social media and various developer communities and write code samples based on developers’ frequently asked programming tasks. Additionally, our team offers a free code sample request service. Awesome?! I think so. Have also just added it...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, January 27, 2011 2:21 PM | Feedback (0)

GuestPost: See the wood despite the trees with NDepend
[Check out other guest posts if you like this one. They are often better than mine!] One thing I miss about being the Technical Editor of the UK MSDN Flash is interacting with smart individuals to get their technical article ready for inclusion. It occurs to me that I use GuestPosts on my blog to get a similar “fix” :-) It is time for another fix :-) In this case the author is Patrick Smacchia, a very smart developer who happens to be the the lead developer for the rather amazing tool NDepend (and...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, August 03, 2010 10:07 AM | Feedback (0)

Q&A: Will my favourite ORM Foo work with SQL Azure?
short answer: Quite probably, as SQL Azure is very similar to SQL Server longer answer: Object Relational Mappers (ORMs) that work with SQL Server are likely but not guaranteed to work with SQL Azure. The differences between the RDBMS versions are small – but may cause problems, for example in tools used to create the mapping between objects and tables or in generated SQL from the ORM which expects “certain things” :-) More specifically: ADO.NET Entity Framework / LINQ to Entities can be used with...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, June 07, 2010 4:05 PM | Feedback (0)

New London based .NET User Group – first meeting June 2nd on MEF
A new .NET User Group is starting up in Canary Wharf - CWDNUG. It plans to focus on technology for financial services such as: WPF & Silverlight. F# & other alternative languages. High volume systems & complex event processing. Agile tools, methodologies and experiences. Open source systems that you can use (or that need your help!). Upcoming releases from Microsoft (WP7, VS2010, TPL). The first meeting is on June 2nd and Marlon (WPF MVP) will be speaking about MEF. Register today as...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, May 20, 2010 9:27 AM | Feedback (0)

FREE MSDN Flash eBook of the best 13 technical articles of 2009
[16th Dec 2009 – have spotted a small final missing } in the Office XML sample code. Will get that updated with any other changes ] The UK MSDN Flash developer newsletter contains great short technical articles written by UK developers both inside Microsoft and in the broader developer community. This eBook pulls together these great articles in one place. There are thirteen articles in this second edition covering Python, Inversion of Control, Behavior Driven Development, Silverlight and more. You...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, December 08, 2009 1:57 PM | Feedback (0)

Did you know Microsoft makes a mocking tool? Meet the latest version of Pex
No? Nor me. (If you are wondering what Mocking is, check out my previous post on Mocking, Stubs and Test Doubles.) I am at TechEd Europe this week in Berlin, speaking on Entity Framework 4.0 and manning the .NET Framework stand. Behind the .NET Framework stand is the Pex and Code Contracts stand manned by the two lead developers of Pex, Peli de Halleux and Nikolai Tillmann. I looked at Pex many months back but was completely unaware of a great new feature they added in September 2009 – Stubs and...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, November 11, 2009 11:39 AM | Feedback (0)

Free WPF, Silverlight and 3.5 SP1 training for UK Developers
At the start of 2009 we worked with InnerWorkings to help over 7000 UK developers get access to free training in C# or VB. As there are at least 100,000 UK developers (depends who you ask), we decided to again partner with InnerWorkings to bring you free training in WPF, Silverlight and .NET Framework 3.5 SP1. I am a big fan of the InnerWorkings approach which embeds a set of programming challenges into the Visual Studio IDE. Maybe not for everyone but certainly is an interesting and engaging alternative....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Tuesday, October 27, 2009 5:56 PM | Feedback (1)

Visual Studio Myths – busted wide open
The team and I were having a conversation about developers (we do that from time to time). It went something like: “Isn’t it a shame that so many developers are stuck on Visual Studio 2005 when Visual Studio 2008 would be way better for them and Visual Studio 2010 is just around the corner” “Why is that?” <LONG CONVERSATION LISTING EVERY REASON DEVELOPERS ARE ON 2005 DELETED> “And… then there are all these myths that developers believe to be true which hold them back from adopting Visual Studio...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, October 21, 2009 3:56 PM | Feedback (5)

Suggestions so far for UK MSDN Flash Special Edition on Open Source Software for developers
Back in February we did our first special edition of the UK MSDN Flash focused on Free Software for developers (Which was our most popular edition for years!). The next special edition will be June 17th and the focus will be Open Source Software for developers with a bias (slight!) towards some of the great work on Codeplex and a heavy bias towards frameworks that you can include in your application or help you get the job done. The technical author will be Sara Ford (fingers X’d) who is the programme...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, June 08, 2009 5:18 AM | Feedback (0)

I need to let this sink in… but interesting stuff. try/catch and filters
Somebody posted a comment up my blog which contained something along the lines of “and VB .NET does the clever try catch stuff that C# can’t” . That got parked at the back of my brain and I finally went off looking for what this was. Turns out there was a great post on it back in February 2009 on the CLR team blog “Catch, Rethrow and Filters – Why should you care?” . Turns out VB allows us to inspect an exception without affecting state and conditionally decide whether or not to handle the exception....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Thursday, April 09, 2009 3:50 PM | Feedback (0)

Full .NET 3.5 Archive