上一周在微軟PDC會議上,Bob Muglia說“our strategy has shifted”,在業界引起了一些波瀾。下面的這篇文章算是一個回應吧,我抽空翻譯了一下,歡迎指正。 ----------------------------------It has been a wild weekend for sure. A slew of important announcements at PDC, sudden withdrawal of all Silverlight
最近看了阮一峰先生寫的“如何面試程式員”,如果你從一個被面試者的角度來看的話,其中有一些問題確實是發人深省,下面是一些摘錄: Why did you get into development? 你為什麼開發軟體? Howmany technical books did you read in the past year? 去年你讀了幾本技術書籍? Whatwas your favorite technical book in the past year? What
How Silverlight implements tab sequence conceptsThe Silverlight programming model defines a Control class that is a base class of many of the practical controls that produce a Silverlight application user interface. One of the behaviors of the
Please stop re-inventing the wheel.請不要重複發明輪子。There are a lot of software wheels that get re-invented all the time. Re-inventing is a time consuming waste that many projects can cut. In almost all cases it’s much better to do some due diligence and
Cloud Computing Is a Big WhiteboardAm I the only one who has trouble understanding Cloud Computing? Is Instant Messenger considered cloud computing? Is my company's enterprise deployment of XenApp on XenServer considered Cloud Computing? Is the
Perfect API Design良好的API設計規範Why is good Application Programming Interface (API) design so difficult? Just throw together a few classes with a few basic methods on them and call it done.You could do this, if you don't mind other developers cursing
LINQ to SQLLINQ to SQL 提供了訪問資料庫的方法,且允許我們做所有資料庫相關的操作,如查詢、插入、更新和刪除。LINQ to SQL消除了寫預存程序和從資料訪問層調用的過程,它可以在啟動並執行時候自動產生合適的SQL指令碼來進行資料庫操作。在Visual studio中,你可以通過使用Add New Item 增加LINQ to SQL檔案到項目中。1.4是Northwind資料庫在Object Relational Designer 中的顯示(EntLib.com