Simon Cooper Subterranean IL: Introduction Today, I’ll be starting a new series of blog posts on ‘Subterranean IL’ – a look at the low-level IL... 01 November 2010 3 min read
Jinath Premaratne WebMatrix: Website Development made easier? Microsoft's WebMatrix Beta 2 comes with some interesting technologies, such as Razor and IIS Developer Express. It promises a much... 05 October 2010 11 min read
Khawar Yunus One application in both WPF and Silverlight Because Silverlight is a development of Windows Presentation Foundation, and the technologies are so interlinked, it would seem obvious that... 05 October 2010 6 min read
Nick Harrison Under the ORM Hood: Revealing the SQL Your application code may look neat and clean, and you are using a sound Object-relational Mapper, but when you put... 05 October 2010 13 min read
Matteo Slaviero Code Access Security in ASP.NET 4.0 In the third, and final article that introduces Code Access Security in .NET Framework 4.0, Matteo explains, with examples, how... 14 September 2010 18 min read
Michael Sorens Taming Sandcastle: A .NET Programmer’s Guide to Documenting Your Code The most effective way to document .NET code so that others can understand it and use it, is to use... 13 September 2010 55 min read
Jeremy Jarrell Two Steps Forward to More Secure Applications Are you certain that you know enough about cross-site scripting attacks, and SQL Injection to avoid either of them happening... 09 September 2010 10 min read
Nick Harrison jQuery Goodness in a DotNet World jQuery is one of the most popular JavaScript frameworks. It shields the programmer from the idiosyncrasies in the way that... 12 August 2010 12 min read
Michael Sorens Mixing WPF and WinForms You can embed WPF controls in a WinForms application or WinForms controls in a WPF application, using a simple adapter.... 10 August 2010 32 min read
Andrew Clarke SmartAssembly: Eating Our Own Dogfood Quite often at Red Gate, we are some of our own most enthusiastic software-users. SmartAssembly is a case in point.... 16 July 2010 6 min read
Eli Arbel Reflectoron in Prism: a WPF MVVM tutorial When Eli was writing a WPF MVVM tutorial, he decided to use .NET Reflector as his sample, and created a... 14 July 2010 9 min read
Hima Bindu Vejella Visual Studio VB 2010 Enhancements The latest evolution of VB in Visual Studio will bring with it a bundle of C# functionality, nudging the two... 14 July 2010 17 min read
Matteo Slaviero What’s New in Code Access Security in .NET Framework 4.0 – Part 2 Having introduced us to the basics of the new Code Access Security Model available in .NET Framework 4.0, Matteo Slaviero... 13 July 2010 24 min read
Jeremy Jarrell Multi-Tier Performance Tuning with ANTS Performance Profiler 6 When you are developing a database application that, by its very nature, suffers from I/O bottlenecks, you need to get... 23 June 2010 7 min read
Nick Harrison Back to Basics: Wiring up a Web Application In the third of a series on Web Application design, Nick turns his attention to the Model part of the... 18 June 2010 12 min read
Michael Sorens Creating WPF Prototypes with SketchFlow Prototyping with Sketchflow transforms what was once a frustrating and time-consuming chore. With SketchFlow, WPF prototypes can be created and... 18 June 2010 44 min read
Jeremy Jarrell Mutation Testing You may have a twinge of doubt when your code passes all its unit tests. They might say that the... 17 June 2010 14 min read
Matteo Slaviero What’s New in Code Access Security in .NET Framework 4.0 – Part I The Code Access Security model has been completely redesigned in the .NET Framework 4.0, to the point where CAS policies... 15 June 2010 24 min read
Khawar Yunus Obfuscating Silverlight with SmartAssembly If you are in the .NET Software business, you have a problem. .NET assemblies can be read, and debugged, by... 02 June 2010 4 min read
William Brewer Advice on CSS you’ll wish your mother told you William Brewer turns a jaundiced eye to the task of laying out web pages using CSS, and gives some nuggets... 21 May 2010 16 min read