摘要:
10 tips for great .net programming
whether you re interested in windows forms, asp.net, web services, or the .net framework, these tips help you exploit the still young .net technology.
by din......
摘要:
mono 计划―linux版.net平台 c
......
使用perl.net访问数据库
不只是vb.net,c#等微软的开发软件可以调用.net framework,据我所知至少有28中我知道的开发语言如何调用.net framework.下面我就给出一段事例,说明使用perl.net来访问数据库
<%@ page language="perl" %>
<script runat="server">
use namespace "system::data";
use namespace "system::data::sqlclient";
=for interface
protected override void onload(system.eventargs e);
=cut
sub onload {
my($this, $e) = @_;
my $myconnection = sqlconnection->new("data source=(local); trusted_connection=yes; initial catalog=pubs");
my $mycommand = sqlcomm...
下一页 摘要:
这些问题提的都蛮有意思的
不敢班门弄斧,只是就其中几个我知道的问题
发表一下自己的看法
*问题4. 谈谈 autoeventwireup
"uestc95:autoeventwireup属性是用来控制是否允许page framework自动调用
page_init和page_load方法的,默认情况下是true."
我的说明:在page这个directive......