Casimir Saternos R Basics For exploring data and doing open-ended statistical analysis on it, nothing beats the R language. Over the years, this open-source... 04 March 2015 12 min read
Michael McLaughlin 5 Tips and Techniques for Avoiding Automatic GC Collections Automatic memory management isn't new, but it's a wonderful thing for programmers. We bring you some tips and techniques to... 31 October 2011 21 min read
Dino Esposito Never Mind the Controller, Here is the Orchestrator The Model-View-Controller pattern of the ASP.NET MVC allows the separation of the business logic from the input and presentation logic.... 11 October 2011 11 min read
Jonathan Medd Adding a Graphical Front End to your PowerShell Scripts Even if you know PowerShell inside and out, there will be those times where you won't be the end user... 10 October 2011 20 min read
Simone Chiaretta An Introduction to ASP.NET MVC Extensibility Because ASP.NET MVC has been designed with extensibility as its design principle; almost every logical step of the processing pipeline... 21 September 2011 12 min read
Clay Burch Stock Market Technical Analysis Although the technical approach to stock market analysis has been around since the 1800s, some improvements have obviously been made... 07 September 2011 15 min read
Michael Williamson Writing Maintainable Code Writing maintainable code is hard. It must be understandable, testable and readable. Any one of these can be tricky, and... 06 September 2011 11 min read
Michael Sorens Further Down the Rabbit Hole: PowerShell Modules and Encapsulation Modules allow you to use standard libraries that extend PowerShell's functionality. They are easier to use than to create, but... 24 August 2011 24 min read
David Berry Designing C# Software With Interfaces The best way to understand how interfaces improve software design is to see a familiar problem solved using interfaces. First,... 24 August 2011 30 min read
Clive Tong The Top 5 .NET Memory Management Misconceptions .NET Memory management is an impressive and comprehensive system, but it's not flawless, and it's occasionally a little anti-intuitive. As... 27 July 2011 26 min read
Laila Lotfi Profiling the Memory Usage of a .NET Application with ANTS Memory Profiler 5 We were recently taken to task by a reader who felt that the one place he'd expect to find a... 04 June 2009 8 min read
Amirthalingam Prasanna Creating Service-Orientated Data-Access Layers The ADO.Net Data Services framework enables you to provide data services to Web applications that are simple to integrate with... 30 July 2008 13 min read