posted @ 2010-08-06 22:19 江南白衣 阅读(518) 评论(1) 推荐(0) 编辑
摘要:
第一次被一首歌打动得泪流满面。那段早已随风逝去,“不知道爱你从哪一年”的恋情,除了心口的绞痛,已不记得什么细节了。我想许多人在所谓的[成熟]或麻木之前,多有过这么一段时光,没有什么人什么事让你必须做点什么并满怀梦想。就像歌里唱的,“花开在眼前,我们一起牵手向明天,每次我总是临风轻哼,更好的季节在下个春天”。 阅读全文
摘要:
那些程序员大清早骑自行车出来,穿越了大半个科技园,到了公司,早饭也不吃一口,便到财务室占卜他们的命运。“Manager 2个月,Engineer 1个月,到公司不满一年的统统没有。”财务大妈有气没力地回答他们。 阅读全文
posted @ 2009-01-19 23:33 江南白衣 阅读(1402) 评论(9) 推荐(1) 编辑
摘要:
The SQL Spatial Tools consists of two tools to make it easy to get experience with the new spatial capabilities of SQL Server 2008 (click for more info) :
Shape2SQL : Uploads ESRI Shapefiles to Microsoft SQL Server Spatial.
SqlSpatial Query Tool : Queries MSSQL Server 2008 and displays geometry output on a WPF-based interactive map.
阅读全文
posted @ 2008-08-25 20:34 江南白衣 阅读(1523) 评论(1) 推荐(0) 编辑
摘要:
刚刚出炉的,暂时放首页:)
Microsoft Visual Studio 2008 Service Pack 1 (iso)
http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=27673c47-b3b5-4c67-bd99-84e525b5ce61
Visual Studio 2008 Team Foundation Server Service Pack 1(iso)
http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=9e40a5b6-da41-43a2-a06d-3cee196bfe3d
Microsoft .NET Framework 3.5 Service Pack 1
http://www.microsoft.com/downloads/details.aspx?displaylang=zh-cn&FamilyID=ab99342f-5d1a-413d-8 阅读全文
posted @ 2008-08-12 00:27 江南白衣 阅读(6107) 评论(76) 推荐(0) 编辑
摘要:
Alright, I've purposely hid the View to Presenter communication in my previous posts on Supervising Controller and Passive View because I thought that subject was worthy of its own post. As I see it, there are 2 1/2 basic ways to communicate screen events back to the Presenter.
Expose events off of the IView interface. Jeffrey Palermo has told me before that he will do something very similar, but attaches delegates through setter properties instead. I'm calling that technique the "1/2" bec 阅读全文
posted @ 2008-08-02 19:40 江南白衣 阅读(698) 评论(0) 推荐(0) 编辑
摘要:
In the development of the Composite Application Guidance one area that we have labored intensely was around documentation. Documentation was so high on our priority list, that we deliberately reduced the number of bells and whistles in order to allow us to properly document what we had. As part of this we put in a significant effort to provide overview level information. We heard a lot of feedback from customers on the need for us to provide much more of the "Why" rather than the "What". Our hop 阅读全文
posted @ 2008-08-02 14:13 江南白衣 阅读(511) 评论(0) 推荐(0) 编辑
摘要:
Occasionally this question pops up on the CAB message boards: How do I prevent my application from closing if the user has unsaved changes?
Turns out that there’s a very simple pattern you can utilize to handle this situation. It’s called the Notification Pattern. Jeremy Miller, .Net guru, has a very good blog post on this pattern. He uses it to illustrate a standard way to handle validation on domain objects, but it’s a valuable pattern in other cases too, as I’ll show.
阅读全文
posted @ 2008-08-02 02:34 江南白衣 阅读(658) 评论(0) 推荐(0) 编辑