CodeSmith發布了Professional LINQ to Objects,一套用於CodeSmith和Visual Studio 2008的模板,這套模板有很多優秀的特性,包括:能從資料庫結構產生或更新LINQ to SQL的dbml檔案,能產生LINQ to SQL實體類和實體管理類以及DataContext類,其將有力補充微軟即將發布的LINQ to
Sync Outlook Appointments with Groove using VSTOBoth Outlook and Groove contain calendars so which one do you use? Each one has its own strengths but it would be cool to be able to sync your appointments. I have created a small sample using VSTO and
在 Microsoft Windows SharePoint Services Software Development Kit 中對SPWeb屬性Groups和SiteGroups的說明分別如下:The SiteGroups property of the SPWeb class gets the collection of cross-site groups for the site collection.The Groups property of the SPWeb class
由於ClickOnce本身的設計,無法在安裝的時候進行共用檔案的安裝。只好走一種變通的方式:在Publish的主程式中,建立一個檔案夾,比如CommonFiles,把要共用的檔案放到這裡面;如果是很多零碎的小檔案,建議壓縮成一個壓縮檔。 把這些檔案(或者壓縮檔)都設定為Build Action=Content,Copy to Output Directory=Copy if newer。 在Publish的對話方塊中的“Application Files”按鈕,以確認共用檔案被保護其中。
1.2.3. How to Upgrade Projects from XNA Game Studio 3.0 CTP to XNA Game Studio 3.0 You will need to manually upgrade projects that were created with XNA Game Studio 3.0 CTP in order to use them with XNA Game Studio. The upgrade wizard for XNA Game
My EnvironmentAll Partition is NTFSinstall PQMagic to get free spaces,and I take a 700M FAT32 Partition to save Ubuntu ISOInstall UbuntuDownload Ubuntu 5.10 ISOCopy Iso into a FAT\FAT32 Partition root如何在Windows NT/2000/XP上安裝UbuntuInstall
假如你已經喜歡上LINQ,並且已經離不開它,一寫代碼就會用到擴充方法,Lambda運算式和LINQ;但是恰恰,你無法說服你的客戶的機器上都裝上.NET 3.5,這時候怎麼辦呢?這時候,LINQBridge可以讓你的問題迎刃而解。LINQBridge是《C# 3.0 in a Nutshell》的作者開發的一個程式集,它重新實現了.NET