Archive for the 'MCTS 70-536' Category

Type Forwarding

Wednesday, March 5th, 2008

This article covers a .NET 2.0 concept that helps developers overcome DLL hell. For those of you who have never experienced DLL hell this article might be a little confusing.
Type forwarding is an ‘attribute’ in the .NET framework that allows you to move members from assembly X to assembly Y without recompiling clients that use […]

Chapter 3. Regular Expressions

Wednesday, May 23rd, 2007

I am currently on chapter 3: Searching modifying and encoding text.Study has been rather slow because of work. I had to do a presantation on the current state of my project.
I hope to clear this chapter by end of this week

The Exam objective for this chapter is
Enhance the text handling capabilities of a .net Framework […]