Volunteer .NET Evangelist

A well oiled machine can’t run efficiently, if you grease it with water.
  首页  :: 联系 :: 订阅 订阅  :: 管理

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... 阅读全文

posted @ 2006-01-31 15:56 Sheva 阅读(1262) 评论(0) 推荐(0)

摘要: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 Sheva 阅读(621) 评论(0) 推荐(0)

摘要: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 Sheva 阅读(370) 评论(0) 推荐(0)

摘要: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 Sheva 阅读(2312) 评论(2) 推荐(0)

摘要: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 Sheva 阅读(326) 评论(0) 推荐(0)

摘要: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 Sheva 阅读(294) 评论(0) 推荐(0)

摘要: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 Sheva 阅读(334) 评论(0) 推荐(0)