摘要:
本文是前一篇posting《Enterprise Library: Data Access Application Block使用向导,Part 1》的Part 2,主要演示使用Data Access Application Block (Enterprise Library)的代码部分。 阅读全文
摘要:
本文参考Enterprise Library: Data Access Application Block Quick Start范例,简单编写一个DEMO。 阅读全文
摘要:
Business intelligence portal sample application for Microsoft Office 2003 is an integrated, web-based OLAP solution that enables employees in an organization to create and share OLAP/Relational/XML based views, using SharePoint Portal Server, SQL Server Reporting Services, and Office Web components. 阅读全文
摘要:
编写了一个简单的Web Part,用来显示SharePoint Site中所有Document Libraries(1个或多个)和子目录中最新文档。
这里提供的What's new document web part可以检索并显示Document Libraries所有子目录中最新文档,并且可以显示Modified by, Subfolder name and Document Library等等信息。 阅读全文
摘要:
SQL Server 2000 Service Pack 4 & Reporting Services Service Pack 2 (Beta) 阅读全文
摘要:
这里简单翻译了Microsoft patterns & practices Enterprise Library中附带的Enterprise Library Release Notes文档,中文内容仅供参考。译文中错误或不准确之处,欢迎之处。Thanks。 阅读全文
摘要:
The patterns & practices Enterprise Library is a library of application blocks designed to assist developers with common enterprise development challenges. 阅读全文
摘要:
在IIS 5.0和IIS 4.0中,配置数据库采用二进制文件结构,但IIS 6.0放弃了这一做法。IIS 6.0的配置数据由两个XML文件构成:一个是Metabase.xml,包含IIS 6.0服务器的配置信息;另一个是mbschema.xml,包含配置数据的模式定义。 阅读全文
摘要:
继续前面的posting《Web Parts, Impersonate and Security Policy, Part 1》《Web Parts, Impersonate and Security Policy, Part 2》,阐明如何解决SharePoint Web Parts开发过程中访问权限的问题。Part 1与Part 2分别以C#和VB.Net示例代码演示了impersonate(角色扮演)的应用。
仅仅上述代码还不能解决问题,还需要配置SPS的代码访问安全(Code Access Security)。为了让managed code通过P/Invoke调用unmanaged code,并操纵ASP.NET内的安全对象。正如Impersonator类做的那样,SharePoint的安全策略必须进行调整。 阅读全文
摘要:
继续前面的posting《Web Parts, Impersonate and Security Policy, Part 1》,阐明如何解决SharePoint Web Parts开发过程中访问权限的问题。Part 1中以C#的示例代码演示了impersonate(角色扮演)的应用。
这里简单贴出VB.Net代码,方便使用VB.Net的CASE。 阅读全文
摘要:
在开发某些Web Parts的时候,需要访问一些对象或数据。因为SPS进行严格的安全访问控制,有些用户授权实现这些操作,但是其他用户则没有授权,同时也不可能授予这些权限给所有人。 阅读全文
摘要:
缺省情况下,WSS_Minimal和WSS_Medium不允许访问SSO功能,为了授予访问权限,需要修改策略文件(Policy files)或创建定制的策略文件。 阅读全文
摘要:
Microsoft.SharePoint.Menu提供树状的控件来替换site左边默认的QuickLaunch导航条或增强SPS/WSS站点导航功能。通过使用FrontPage 2003删除默认QuickLaunch,增加新的WebPart Zone,然后简单拖拉Microsoft.SharePoint.Menu Web Part到新创建的Web Part Zone。 阅读全文
摘要:
"单一登录"是 Microsoft Office SharePoint Portal Server 2003 中的一个新特性,它提供诸如帐户名和密码等凭据的存储和映射,以便基于门户站点的应用程序能够从诸如"企业资源规划"(ERP) 和"客户关系管理"(CRM) 系统之类的第三方应用程序和后端系统检索信息。 单一登录功能是由 Microsoft"单一登录服务"(SSOSrv) 实现的。 SSOSrv 是一个允许保存和检索凭据的凭据存储服务(Credential Storage Service)。 使用单一登录服务功能,当基于门户站点的应用程序需要从其他业务应用程序和系统获得信息时,用户不必多次验证他们自己的身份。 阅读全文
摘要:
The new Microsoft Windows Mobile 2005 operating system. The new OS, code-named Magneto, will feature user interface overhaul and massive improvements to the ActiveSync connection manager. 阅读全文
摘要:
Advanced SharePoint Services Solutions 阅读全文
摘要:
实施KM(知识管理)项目中的关键要素 阅读全文
摘要:
KM(知识管理)与SharePoint Portal 阅读全文
摘要:
为了提供SQL Server的查询性能,解决用户提出的查询响应实际太长的问题,通过使用DBCC DBREINDEX重建索引提高SQL Server性能。 阅读全文
摘要:
Here you’ll find the latest streaming media seminars presented by the experts. 阅读全文
摘要:
编写了一个简单的Web Part,用来显示SharePoint Site中所有Document Libraries(1个或多个)和子目录中最新文档。 阅读全文
摘要:
Dotfuscator充分运用VS.NET中符号学上的特点,把尽可能多的符号改成字母”A”。据该公司说,某些代码大约有33%的引用可以改成”A”,还有10%可以改成”B”。经过模糊器这一处理,反向工程得到的代码将很难理解。 阅读全文
摘要:
Microsoft提供的Web Part Demo资料,演示SharePoint Portal Server Web Part的开发. 阅读全文
摘要:
Jan Tielens' Bloggings 提供了What’s new on site Web Part for SPS,该Web Part用来显示SharePoint站点上最新或更新的项目(item)。他提供了Leadit.SharePoint.Essentials VS.NET项目下载(Source code in C#),该项目包括:WhatsNew, Navigation, MyAlerts and Breadcrumbs等Web Parts。 阅读全文
摘要:
This SDK contains conceptual overviews, programming tasks, samples, and references to guide you in developing solutions based on Microsoft® SharePoint® Products and Technologies. 阅读全文
摘要:
Creating a Web Part with a Custom Tool Part,使用custom tool part来为web part的属性创建custom user interface,custom tool part可以很好超出缺省属性面板的特性。 阅读全文
摘要:
这个tools集包含2个非常强大的受欢迎的administrative-level Web Parts - GhostHunter and Inspector web parts。
用户必须是服务器的administrator,否则功能将失效。 阅读全文