贾超的Blog

<ASP:Blog ID="motto" runat="server" >
  天行健,君子以自强不息
  地势坤,君子以厚德载物
</ASP:Blog >

随笔分类 -  .NET Framework

如何在VS2008中安装Web Client Software Factory (WCSF) June 2007
摘要:在本文中, 我将介绍如何在VS2008中使用WCSF June 2007. 安装 Guidance Automation Extensions Technology Preview (July 2007 Release for Visual Studio 2005 and Visual Studio Beta 2). 下载并安装Orca MSI editor (从 Windows SDK 中可以找... 阅读全文
posted @ 2007-11-26 11:39 贾超 阅读(2744) 评论(4) 推荐(0) 编辑
体验VS2008:让我欢喜让我优
摘要:最近装了VS2008 Team Suite(RTM)英文版并开始试用,强烈地好奇心让我不断地去尝试VS2008的各种新特性。优点我就不说了,MS很会王婆卖瓜了。这里我就谈谈在试用过程中遇到的一些问题,希望与大家分享。1. 代码编辑器对VBScript的支持由于工作需要,我会在VS2005中开发一些ASP页面(虽然技术已经过时)。在VS2005的代码编辑器中,VBScript的代码会通过代码智能感知... 阅读全文
posted @ 2007-11-25 19:49 贾超 阅读(3730) 评论(14) 推荐(0) 编辑
[转]Data Source Controls - Under the Hood (Part 4)
摘要:This is the last post in the series about data source controls and the new data binding infrastructure. Just to sum up: In Part 1 I explained the classes involved in the new data bound controls that s... 阅读全文
posted @ 2007-01-23 23:50 贾超 阅读(519) 评论(0) 推荐(0) 编辑
[转]Data Source Controls - Under the Hood (Part 3)
摘要:It's time to talk about the abstract class DataSourceView. The DataSourceView class exposes the capabilities of the data source control (if it can update, insert, delete, page, sort…) and has the meth... 阅读全文
posted @ 2007-01-23 23:21 贾超 阅读(302) 评论(0) 推荐(0) 编辑
[转]Data Source Controls - Under the Hood (Part 2)
摘要:In a previous article I explained the infrastructure for a data bound control (how it gets data from a DataSourceView and when the framework calls the DataBind method). Now it's time to explain a bit ... 阅读全文
posted @ 2007-01-23 18:12 贾超 阅读(329) 评论(0) 推荐(0) 编辑
[转]Data Source Controls - Under the Hood (Part 1)
摘要:The new data source controls and the new data binding infrastructure is a cool feature that can simplify development time (especially for simple scenarios and for people without much knowledge of the framework). However, for hardcore developers, not knowing what exactly the new data binding infrastructure does under the hood is problematic and unfortunately, it isn't very well documented anywhere... I'll try to explain some of the "magic" involved in this. 阅读全文
posted @ 2007-01-23 17:59 贾超 阅读(334) 评论(0) 推荐(0) 编辑
Visual Studio Team Edition for Database Professionals[转贴]
摘要:你可以叫它DataDube,TeamData,VSTSDBP或者其他任何什么。这个新的Visual Studio工具为你控制的工程的数据库开发阶段指明了正确方向。当然,我知道你的数据库开发已经在控制之中,你的开发者已经创建了所有需要的数据库对象:表,索引,自定义函数,存储过程等等,而且运行得很好,你也确实不需要其它任何的工具了。这些正是我在开始用这个Visual Studio的新工具之前的想法... 阅读全文
posted @ 2006-10-30 13:43 贾超 阅读(354) 评论(0) 推荐(0) 编辑
通过VS中的数据源选择对话框简单实现数据库连接配置
摘要:在实际的开发中,我们经常在应用程序中提供择数据源和数据连接配置的接口,方便用户配置数据库连接字符串。典型的方法是将这些信息写在XML的配置文件里,如web.config或app.config文件里. 本文介绍了一个调用VS中的数据源选择对话框实现数据库连接配置的一个方法. 阅读全文
posted @ 2006-10-25 10:03 贾超 阅读(2488) 评论(1) 推荐(0) 编辑
.NET中各种数据库连接大全
摘要:.NET中各种数据库连接大全 阅读全文
posted @ 2006-10-23 16:58 贾超 阅读(3426) 评论(2) 推荐(0) 编辑
使用 HtmlInputHidden 控件在本页面保持状态和跨页面传值
摘要:使用 HtmlInputHidden 控件在本页面保持状态,并讨论在生成页面后通过 JavaScript 获取由 HtmlInputHidden 控件生成的隐藏文本值,同时介绍使用 HtmlInputHidden 控件跨页面传值和其他几种传值方式. 阅读全文
posted @ 2006-10-23 16:36 贾超 阅读(1660) 评论(0) 推荐(0) 编辑