The Morning Brew #53
Posted by Chris Alcock on Friday 14th March 2008 at 08:02 am | Tagged as: .NET, Development, Morning Brew
Information
- LINQ Framework Design Guidelines – API design guidelines are a particular favourite of mine – this post outlines a set of rules for using LINQ in your API
- Float, Double and Decimal: do you know the differences? – Basic stuff, a good article if you don’t feel you know everything about these data types
- How stable is your code? – A look at the Stable Dependency Principle which states ‘Dependencies between released components must run in the direction of stability. The dependee must be more stable than the depender.’
- Convert Generic ICollection<T> – C# 411 looks at converting collections of one generic type to collections of that types base, or derived type.
- ASP.NET MVC: Securing Your Controller Actions – Rob Conery looks at using Forms authentication to lock down your controller actions.
- Loosen Up: Tame Your Software Dependencies for More Flexible Apps – James Kovacs writes about Dependency Injection and IOC in this MSDN article
- List of .NET Dependency Injection Containers (IOC) – Scott Hanselman has put together a list of all the DI and IOC frameworks he can find – there are more than I thought there would be!
[…] The Morning Brew #53 (Chris Alcock) […]