Let me first tell you I’m no expert in SEO ( for those who don’t know the abbreviation, it stands for ‘Search Engine Optimization 🙂 ) but as it’s not that difficult to find a lot of information about it, I think I’m allowed to tell you what I think about it. In my humble […]
Essential tools for .net development
Every developer has the need to use good tools from time to time. It makes the developer’s job a lot easier. In my experience as a .NET developer these are the really essential tools every (.NET) developer should have ( and use of course ;)). Red-Gate’s .NET Reflector ( http://www.red-gate.com/products/reflector/ ). This tool is in […]
Copy properties between classes using LC...
Describes how you can create a delegate, using lightweight code generation, to copy equal properties between objects of different classes.