拾荒时代------技术,艺术!

.NET/Ajax/C#/Web2.0精品技术文章网摘。

导航

2007年7月25日 #

Data Source Controls in ASP.NET 2.0

摘要: Most of commercial web applications you see around are data driven. These web applications rely on data sources (databases) for storage and retrieval ... 阅读全文

posted @ 2007-07-25 15:31 拾荒时代 阅读(501) 评论(0) 推荐(0) 编辑

SEO for Ajax and Silverlight Applications

摘要: SEO for Ajax and Silverlight Applications This post contains a writeup of an Ajax pattern I demonstrated at one of my MIX07 talks around improving the... 阅读全文

posted @ 2007-07-25 15:26 拾荒时代 阅读(587) 评论(0) 推荐(0) 编辑

Script Class Browsing Utility

摘要: Script Class Browsing Utility Sharing a minor update to my Web Development Helper tool that fixes some bugs, and also provides an early version of a ... 阅读全文

posted @ 2007-07-25 15:21 拾荒时代 阅读(345) 评论(0) 推荐(0) 编辑

2007年6月20日 #

用C#解决0-1背包问题

摘要: 1 using System; 2 using System.Collections; 3 using System.Collections.Generic; 4 using System.ComponentModel; 5 using System.Data; 6 using System.Drawing; 7 using System.Text; 8 using System... 阅读全文

posted @ 2007-06-20 22:47 拾荒时代 阅读(280) 评论(0) 推荐(0) 编辑

2007年6月10日 #

ASP.NET产生Rss文件

摘要: 1---RSS.aspx23@Pagelanguage="c#"Codebehind="RSS.aspx.cs"AutoEventWireup="false"Inherits="Socent.RSS"%>45---RSS.aspx.cs67usingSystem;8usingSystem.Colle... 阅读全文

posted @ 2007-06-10 13:20 拾荒时代 阅读(455) 评论(0) 推荐(0) 编辑

2007年6月3日 #

Client Side in ASP.NET: Common Javascript Functions

摘要: Why? An over all look at all or most of the currently employed web development areas will rival an interesting fact: You can utilize and make benefit ... 阅读全文

posted @ 2007-06-03 21:23 拾荒时代 阅读(465) 评论(0) 推荐(0) 编辑

Message Box in ASP.NET 2.0

摘要: One striking difference which every .net developer finds from win forms application development and asp.net application development is MessageBox clas... 阅读全文

posted @ 2007-06-03 21:20 拾荒时代 阅读(619) 评论(0) 推荐(0) 编辑

Client Side Script Debugging in ASP.NET

摘要: Every one of us is well aware of problems posed when debugging client side script code. This article talks about various new techniques and trou... 阅读全文

posted @ 2007-06-03 21:19 拾荒时代 阅读(620) 评论(0) 推荐(0) 编辑

2007年5月21日 #

ASP.NET AJAX Overview

摘要: Introduction Microsoft ASP.NET AJAX enables you to quickly create Web pages that include a rich user experience with responsive and familiar user interface (UI) elements. ASP.NET AJAX provides client-script libraries that incorporate cross-browser ECMAScript (JavaScript) and dynamic HTML (DHTML) technologies, and it integrates them with the ASP.NET 2.0 server-based development platform. By using ASP.NET AJAX, you can improve the user experience and the efficiency of your Web applications. b 阅读全文

posted @ 2007-05-21 18:34 拾荒时代 阅读(446) 评论(0) 推荐(0) 编辑

2007年5月19日 #

asp.net2.0学习历程 菜鸟到中级程序员的飞跃

摘要: 如果你是一个菜鸟或者自认为初学者那么本文非常适合你; 不能说这30本书就是最佳组合,但是可以说这个组合不差; 本人曾博览群书,很多书重复,很多书讲的不适用,这些书都是目前书店可以买到的; 达到中级程序员以后怎么成为高级程序员就靠你自己了,而此时你已经有辨明是非的能力,这也就是本文的目的! 阅读全文

posted @ 2007-05-19 15:03 拾荒时代 阅读(183) 评论(0) 推荐(0) 编辑