posted @ 2006-01-31 15:56
01 2006 档案
摘要:With the .NET Framework 2.0, there is a great number of improvements to the Base Class Library, one big improvement is that when you want to parse a string input into any other primitive value typ...
阅读全文
摘要:Brad Abrams has posted the coding guidelines used internally inside Microsoft, and the mini flame war starts out there
阅读全文
posted @ 2006-01-30 13:52
摘要:Tim Sneath who is a Windows Vista Technical Evangelist just points out in his blog the availability of twelve WPF hands-on labs, those labs focus on the following important WPF concepts: Building a ...
阅读全文
posted @ 2006-01-27 21:43
摘要:After playing for a while with the January CTP release of Windows Presentation Foundation, formerly known as Avalon, I write a simple application with which you can draw the lines continuously usi...
阅读全文
posted @ 2006-01-27 21:31
摘要:As we all know that when comparing strings for equality, you can actually optimize your code a little bit by comparing the reference first, but String's instance Equals method and static version of Eq...
阅读全文
posted @ 2006-01-22 00:24
摘要:In C#2.0, get and set accessors of a property can be of different accesibility.This feature is quite useful, imagine that if you want to protect your property from being written by outside code, a...
阅读全文
posted @ 2006-01-19 23:20
摘要:When I first learnt assembly language programming in college, I planned to write a programme which can count down a specified number , and I can still remember how tricky that was when you had ...
阅读全文
posted @ 2006-01-14 22:35