Friday, September 25, 2009

Week 3 Reading

KeyValuePair - C#'s generic pair structure.

Dictionary - C#'s map structure.

Regular Expressions in ASP.NET - Since the input for this week's assignment is a little more detailed, I researched the different options you can pass to Regex.

Chapter 1 of The C# Programming Language: Third Edition
Besides brushing up on C#, I'm doing the same thing with Objective-C, and Java. Add to that I come from a strong C++ background. The result has me making too many assumptions with how things work. Reading from the man who created C# with the annotations added by various programmers has been a dream so far. They provide how-tos and describe all the underlying mechanics and/or philosophy behind each topic, which I've really come to appreciate at a higher level of programming. It also serves as a great support to the lecture for anything I may have missed.

No comments:

Post a Comment