By tag: Rad
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor II
Second article of a 4 parts series about IoC and DI with Castle Windsor Container. This article continues the discussion initiated in the previous one and tackles compulsory and optional dependencies, component injection and collections.
Any feedback, questions, ratings are welcome and will be answ...
0
kicks
Unzipping At Server Side : Installing Community Server
A small ASP.NET utility (with code) that extracts a zip file containing a CommunityServer installation folder structure and files . The article also illustrates subtle gotchas with unzipping folder structures in general and in particular using ASP.NET
0
kicks
Automatic Properties C# 3 Reploaded
Automatic properties are around the corner and will soon be amongst us. It's about time! Though they could have been some interesting alternative implementations ....
0
kicks
Grey Matter: Code Generation On A Budget
What do you do when you have the specs for a 500 column table and are required to create the table, an update stored procedure and data bound code? You get smart. Real smart.
0
kicks
ASP.NET Project Source Code Removal
Every needed to quickly remove all your source code (intellectual property) from an asp.net project prior to deployment? This utility (with fully documented source code) is just the thing for you!