2004年11月28日
摘要:
HTTP modules are classes that can be configured to run in response to events that fire during the request for an ASP.NET resource. An HTTP handler is a class that is responsible for rendering a partic...
阅读全文
posted @ 2004-11-28 20:50
enjoy .net
阅读(447)
推荐(0)
2004年10月26日
摘要:
最近在MSDN TV上看到一个介绍WinForm易用性的视频:Drag Once Databinding for Client Apps,讲述了如何在WinForm下生成Master/Detail的Form,如何显示数据库中的图片,如何增加筛选功能等等。有兴趣的朋友不妨看一下,相信会有收获。 感觉WinForm已经越来越像在Access中开发一个Form那样方便了。Access Form中有个非常...
阅读全文
posted @ 2004-10-26 21:19
enjoy .net
阅读(1376)
推荐(0)
2004年10月10日
摘要:
Fundamental Info:1.Web Part本质上是一个Server Control,可以下载WebPart Template(一个VS.Net Addin),在VS.Net中进行开发。2.安装过程需要sharepoint.dll,本机上如果没有可以到安装了Sharepoint Services的机器上拷贝一个以便完成安装(不过要想对WebPart进行调试,那么必须在本机上安装Share...
阅读全文
posted @ 2004-10-10 14:47
enjoy .net
阅读(1508)
推荐(1)
2004年10月5日
摘要:
身份验证和授权进程和线程可以以不同身份运行用户访问Sharepoint站点涉及到的用户身份Sharepoint负责授权Sharepoint中的三类用户组Site Group:网站用户组,已经设定好4个默认的组,相当于角色每个角色对应很多可以设定的权限。三种组的关系:AD Group可以放在CSS Group中,CSS Group可以放在Site Group中。如何将一个Sharepoint站点设定...
阅读全文
posted @ 2004-10-05 10:32
enjoy .net
阅读(1000)
推荐(0)
2004年9月19日
摘要:
一大早参加了孙展波的Dev313充分利用ASP.Net 2.0新特性,终于看到了久仰大名的孙先生。总体感觉还不错尤其是Asp.Net 2.0开发人员视图和Sql Cache Dependency 部分,前者可以使你在更高层次观察Asp.Net 2.0,后者可在Sql数据库发生变更时在更新Cache.课程还介绍了以下比较重要特性:1.vb和C#可以在同一个Project中共存2.VWD内置了一个We...
阅读全文
posted @ 2004-09-19 07:47
enjoy .net
阅读(1194)
推荐(0)
2004年9月11日
摘要:
Rapid Application Development with VB.NET 2.0 by Jesse Liberty -- For a couple of years now, Jesse Liberty been touting the Microsoft endorsed-sentiment that it really doesn't matter if you program in...
阅读全文
posted @ 2004-09-11 22:28
enjoy .net
阅读(935)
推荐(0)
摘要:
SharePoint Services有两种安装模式:StandAlone模式和ServerFarm模式。StandAlone模式该模式有如下特点: There is a single server running Windows SharePoint Services. Multiple sites and subsites are grouped in site collections on...
阅读全文
posted @ 2004-09-11 14:11
enjoy .net
阅读(1482)
推荐(0)
2004年9月10日
摘要:
搞了近两年的信息专业管理可以告一段落了。昨天下午听说省公司准备另起炉灶让苏州来搞了,采用的模式是Web+Websphere,.Net始终没有被省公司认可,当然还包括Sql Server。不过话又说回来,以上两条都不是主要原因,倘若系统足够强大、正常的运行已经离不开她时又怎么会放弃她呢?教训深刻啊。今天是教师节,在这里祝全体教师节日快乐,说不定我哪一天也会加入到你们的行列中呢!
阅读全文
posted @ 2004-09-10 06:44
enjoy .net
阅读(366)
推荐(0)
2004年8月14日
摘要:
How To: Create GenericPrincipal Objects with Forms Authenticathttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT04.aspHow To: Use Forms Authentication with SQL Ser...
阅读全文
posted @ 2004-08-14 17:33
enjoy .net
阅读(534)
推荐(0)
摘要:
New Events ASP.NET 2.0 provides a more granular page lifecycle method stack as compared to ASP.NET 1.x. The added methods provide a greater level of control to the Web developer. These events can be a...
阅读全文
posted @ 2004-08-14 10:46
enjoy .net
阅读(566)
推荐(0)