- Silverlight Cream for February 10, 2010 -- #795In this Issue: Bruce Abernethy(2), Laurent Bugnion, and Jesse Liberty. Shoutouts: Robby Ingebretsen blogged Shawn Wildermuth is getting ready to write a…
- Brad Smith on the Cloud in the 21st centurySomething a little different. No mentions of web roles, nodes or queues – but interesting nevertheless. Brad Smith gave Microsoft’s vision of cloud…
- Reember to uninstall all Beta 2 stuff before upgrading to VS 2010 RCMoved to http://blog.ehn.nu/2010/02/09/reember-to-uninstall-all-beta-2-stuff-before-upgrading-to-vs-2010-rc/
- Q&A: How can I calculate the TCO and ROI when considering the Windows Azure Platform?\\] Awareness of the existence of the Windows Azure Platform TCO and ROI Calculator remains pretty low based on some conversations I have had lately at…
- Silverlight Cream for February 08, 2010 -- #794In this Issue: Fons Sonnemans, Mark Monster, Karl Shifflett, Einar Ingebrigtsen(2), Jeremy Likness, Emil Stoychev, Andrew Veresov, Sergey Barskiy(2), and…
- SSAS 2008 R2 – Improvements for slow MetadataThere was a thread last year on the SSAS MSDN forum SSAS 2008 -- Why is metadata so slow??? in relation to slow metadata queries on a cube with 250+…
- MVC 2 Editor Template with DateTimeMVC 2 Editor Template with DateTime One of the cool new features of MVC 2 is the ability to automatically pick an editor template based on the meta data…
- Implement custom Claim based Authorization in ASP.NET MVC Web ApplicationTo download the source code please click here Introduction Claim-based authorization is a new model of authorization introduced in Windows Communication…
- Silverlight Cream for February 04, 2010 -- #792In this Issue: Nokola, Braulio Díez Botella, Gavin Wignall, David Poll, Mike Taulty, Pete Brown, Tim Heuer, Bruce Abernethy(2), and Kathleen McGrath.
- Free UK Azure Training Workshops in Reading and Edinburgh in FebruaryAs part of Microsoft UKs Azure Awareness Week in February (2010) we have three training workshops for partners taking place.
- Everything you ever wanted to know about compression, but were afraid to ask...I wanted to pull together all of my notes on compression I've gathered from various sources and bring them together here, in the hope that it would help…
- Quick tip: Commenting out properties in XAMLOften when you write XAML, you wish you could ignore a property temporarily. In code, it is easy to do: Just comment out the line where the property is…
- Silverlight Cream for January 31, 2010 -- #790In this Issue: Jeremy Likness, Vikram Pendse, David Burela(2), Paulio, David Anson, Jesse Liberty, and Brett Balmer.
- Commercial Software Development – my presentation for DDD8 now available for downloadThanks to everyone who voted me onto the DDD8 agenda. It’s always an honour to have a topic voted into a conference by an audience of fellow developers,…
- Q&A: What are the UK prices for the Windows Azure PlatformLots of folks keep asking me for UK prices and to be fair it does take a little work to find them (You need to start here and bring up this pop up)
- Using custom font in WPF applicationINTRODUCTION Some time ago I needed to display some text in my WPF application using a custom font. As a custom font I see a font that is not installed in…
- Running Batch Files from the Solution Explorer in Visual StudioIf you want to run a batch (.bat) file from within Visual Studio, you need to add an external tool. From the Tools menu select External Tools, and then…
- Fun with menus Part II, Radio Menu Items and CheckMenuRadioItem()Previously - Fun with menus - Part I A few days back I set about trying to get radio items into menus. This is helpful if you want only one of the items…
- It's the maintenance, stupid! (or: Something is rotten in developerland.)Most people - even the overwhelming majority of programmers - would say that the main activity of a software developer is "writing source code". But this…
- Converting An Enter Key Press Into A Tab Key Press For Web Forms<script language="JavaScript"\> function ModifyEnterKeyPressAsTab() { if (window.event && window.event.keyCode == 13) {
