.rdlc是VS2005中報表檔案的尾碼名,是Report Definition Language Client的縮寫,直接翻譯過來可以理解為報表定義語言用戶端。這樣聽起來很難懂,不知所云。其實和rdlc同時存在的還有一個rdl,就是上面這個全程前3個單詞的縮寫。從SQL Server 2005開始,微軟提供了一個報表格服務(Reporting Service),而rdl是指那些針對報表格服務部署在伺服器端的報表,而rdlc是指在本地的一些報表。也就是說我們要使用報表不一定要依賴於SQL
fw: http://www.dotnetbips.com/articles/22d33d11-1a75-42c8-bbf6-ca1a345d3fcf.aspx IntroductionDevelopers often worry about performance of their web sites. Every developer wants that his web site be optimized for good performance. There are several
Microsoft Enterprise Library is a collection of reusable application blocks designed to assist software developers with common enterprise development challenges. This release includes: Caching Block, Cryptography Block, Data Access Block, Exception
DotNetBar is world's first component to introduce fully featuredOffice 2010, Windows 7 and Office 2007 style Ribbon controls, first to provide full Windows XP Theme support, first to provide Diamond Docking Guides for dockable windows etc. With
在VS2005中,Web服務代理的配置可以使用兩種方法來自動完成,即引用Web服務自動完成,或者使用wsdl.exe工具自動完成。Web服務代理用於用戶端訪問XML Web Services。在用戶端使用Web引用時,VS2005將自動建立一個XML Web Services代理類,並把該類添加到項目中。預設情況下,XML Web Services代理類使用靜態URL,指向引用XML Web