Browse by Tags

All Tags » C# (RSS)

The configurable application, no need for recompilation and new deployment! by Fredrik N

The following I will write about is something I have used in some projects to see if it gives me any value, I haven't seen any evolutionary results yet, but maybe it's because I often move along to other projects when the previous one is completed ;)...
Filed under: , , ,

Remove code smell with AOP by Fredrik N

During the last years you have probably heard about Aspect Oriented Programming (AOP). Different people like or don’t like AOP. I’m one of them who like AOP. As you may now VB.Net and C# are object orientated languages and with object oriented programming...
Filed under: , ,

Multiple return values, I want this in C# by Fredrik N

I so badly want to have support for multiple return values in C# instead of using out parameters. Note: The following is only an example, we can use a struct or an object to create a data structure which will hold the value, but I only use this code for...
More Posts