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 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
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
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
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
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
Phil Factor The Cobra Programming Language There are suddenly a number of strong alternatives to C# or VB. F#, IronPython and Iron Ruby are now joined... 26 April 2010 9 min read
Nick Harrison Back to Basics: Converting a Web Page to a Web Form View ASP.NET developers can learn a lot from MVC practices. This article shows you how to structure a WebPage in an... 20 April 2010 15 min read
Edward Elliott Investigating .NET Memory Management and Garbage Collection Investigating a subtle memory leak can be tricky business, but things are made easier by using The .NET framework's tool... 24 March 2010 23 min read
Michael Sorens From WinForm to WPF: A Quick Reference Guide Michael Sorens provides a handy wallchart to help migration between WinForm / WPF, VS 2008 / 2010, and .NET 3.5... 23 March 2010 13 min read
Amirthalingam Prasanna Developing your Data Access Layer with ADO.NET Entity Framework 4 Entity Framework has evolved in the light of feedback. ADO.NET Entity Framework 4 is now better able to accommodate different... 23 March 2010 11 min read
James Johnson Hands-on Entity Framework People keep saying that Entity Framework is simple to learn. Simple? Well, finally, we're going to be forced to agree,... 23 February 2010 11 min read
Michael Sorens Using LINQ Lambda Expressions to Design Customizable Generic Components LINQ makes code easier to write and maintain by abstracting the data source. It provides a uniform way to handle... 27 January 2010 25 min read
Matteo Slaviero Symmetric Encryption Cryptography is an increasing requirement for applications, so it is great that it is part of the .NET framework. Matteo... 04 January 2010 11 min read
Damon Armstrong .NET Developer Basics – Recursive Algorithms Recursion can be a powerful programming technique when used wisely. Some data structures such as tree structures lend themselves far... 24 December 2009 27 min read
Edward Elliott A Look at Exceptions in .NET Applications Memory dumps are a wonderful way of finding out what caused an exception in a managed .NET application, particularly if... 03 December 2009 22 min read
Michael Sorens Using Three Flavors of LINQ To Populate a TreeView LINQ is a valuable technology. LINQ to XML, LINQ to Objects and LINQ to XSD, in particular, can save valuable... 02 December 2009 23 min read
Phil Factor Connection Strings, an Overview We asked Phil to come up with a simple explanation of connection strings. We somehow weren't expecting a 'quote of... 26 November 2009 13 min read
Edward Elliott .Net Debugging? Don’t give me none of your VS Visual Studio is fine for most debugging purposes. Just occasionally, it isn't practicable, or there are other quicker ways of... 14 October 2009 23 min read
Matteo Slaviero Beginning with Digital Signatures in .NET Framework Digital Signatures aren't the most intuitive software devices to explain, but Matteo boldly gives a quick-start account of Asymmetric Cryptography... 07 October 2009 14 min read