The flowing reference is an excellent post !!!
http://aspnetresources.com/downloads/MS%20Ajax%20Client%20Life-Cycle%20Events.pdf
The flowing reference is an excellent post !!!
http://aspnetresources.com/downloads/MS%20Ajax%20Client%20Life-Cycle%20Events.pdf
The flowing reference is an excellent post !!!
http://aspnetresources.com/downloads/MS%20Ajax%20Client%20Life-Cycle%20Events.pdf
那就是
那就是
太疯狂了,迅雷30秒就下完了14.43M啊
Internet Explorer 8 can be installed on Microsoft Windows Vista® Service Pack 1 (SP1), Windows Vista, Windows XP® Service Pack 2 (SP2), Windows Server® 2008 and Windows Server2003 Service Pack 2 (SP2). Downloads are available from the following locations:
Internet Explorer 8 Beta 1 for Windows Vista and Windows Server 2008
Internet Explorer 8 Beta 1 for Windows Vista x64 Edition and Windows Server 2008 x64 Edition
Internet Explorer 8 Beta 1 for Window XP SP2
Internet Explorer 8 Beta 1 for Windows Server 2003 SP2
Telligent Community Server 的出产厂商
发布了 他们的新CMS产品 GraffitiCMS
关于价格:http://get.graffiticms.com/
Licensing:http://graffiticms.com/learn-more/licensing/
Telligent Community Server 的出产厂商
发布了 他们的新CMS产品 GraffitiCMS
关于价格:http://get.graffiticms.com/
Licensing:http://graffiticms.com/learn-more/licensing/
位于code.msdn.microsoft.com的一个小型Library
你可以很简单的使用它来通过gmail发送邮件或者获取Gmail Atom Feed 。
Visit here to download the GMail Tools
// Create the object and get the feed
RC.Gmail.GmailAtomFeed gmailFeed = new RC.Gmail.GmailAtomFeed("username", "password");
gmailFeed.GetFeed();
// Access the feeds XmlDocument
XmlDocument myXml = gmailFeed.FeedXml
// Access the raw feed as a string
string feedString = gmailFeed.RawFeed
// Access the feed through the object
string feedTitle = gmailFeed.Title;
string feedTagline = gmailFeed.Message;
DateTime feedModified = gmailFeed.Modified;
//Get the entries
for(int i = 0; i < gmailFeed.FeedEntries.Count; i++) {
entryAuthorName = gmailFeed.FeedEntries[i].FromName;
entryAuthorEmail = gmailFeed.FeedEntries[i].FromEmail;
entryTitle = gmailFeed.FeedEntries[i].Subject;
entrySummary = gmailFeed.FeedEntries[i].Summary;
entryIssuedDate = gmailFeed.FeedEntries[i].Received;
entryId = gmailFeed.FeedEntries[i].Id;
}
位于code.msdn.microsoft.com的一个小型Library
你可以很简单的使用它来通过gmail发送邮件或者获取Gmail Atom Feed 。
Visit here to download the GMail Tools
// Create the object and get the feed
RC.Gmail.GmailAtomFeed gmailFeed = new RC.Gmail.GmailAtomFeed("username", "password");
gmailFeed.GetFeed();
// Access the feeds XmlDocument
XmlDocument myXml = gmailFeed.FeedXml
// Access the raw feed as a string
string feedString = gmailFeed.RawFeed
// Access the feed through the object
string feedTitle = gmailFeed.Title;
string feedTagline = gmailFeed.Message;
DateTime feedModified = gmailFeed.Modified;
//Get the entries
for(int i = 0; i < gmailFeed.FeedEntries.Count; i++) {
entryAuthorName = gmailFeed.FeedEntries[i].FromName;
entryAuthorEmail = gmailFeed.FeedEntries[i].FromEmail;
entryTitle = gmailFeed.FeedEntries[i].Subject;
entrySummary = gmailFeed.FeedEntries[i].Summary;
entryIssuedDate = gmailFeed.FeedEntries[i].Received;
entryId = gmailFeed.FeedEntries[i].Id;
}
今天去逛CodePlex发现这个东西
链接到JavaEye的blog,作者:梁利锋
中文描述:http://llf.hanzify.org/llf/show.asp?id=555
Features:
FluentInterface query syntax
另外还有一些不错的东西比如他的 Rails Style MVC 和TemplateBuilder 还有 HtmlBuilder
看了看并没有Nbear那样类似Linq的查询支持.
令人欣慰的是这个东西一直从.net1.1做到现在,而且就一个人开发,从codeplex上来看,最近还有代码签入.
http://www.codeplex.com/DbEntry/SourceControl/ListDownloadableCommits.aspx
最后贴一下地址:http://www.codeplex.com/DbEntry