摘要:
没想到,头一次使用VSTS创建SQL Server的function,就遇到个大的问题,VSTS(2008)默认的function是不支持对数据库的访问,只能够对传入的几个参数进行各种操作。如: 如果在其中对数据库操作,打开一个SqlConnection,则会出问题,提示: A .NET Framework error occurred during execution of user def... 阅读全文
posted @ 2008-04-11 14:59
Jack Niu
阅读(612)评论(0)推荐(0)
编辑
摘要:
原文:http://blogs.msdn.com/johnwpowell/archive/2008/03/23/10-tips-to-boost-your-productivity-with-c-and-visual-studio-2008.aspx Learn Key Bindings It's an obvious and trivial thing, but the timesaving w... 阅读全文
posted @ 2008-03-31 09:34
Jack Niu
阅读(2980)评论(2)推荐(0)
编辑
摘要:
链表逆序,是面试常见的考题。今天我的Manager居然给我出了这道题(说是再招聘其他人以我的水平做参照!),我做的可是漏洞百出啊,闲来整理了一下代码用C#的实现,以备今后面试之用。 // 链表类 class LL { public string value; public LL link; // used for outputing the link data ... 阅读全文
posted @ 2007-12-18 12:34
Jack Niu
阅读(1012)评论(3)推荐(0)
编辑
摘要:
The .NET Framework is the managed code programming model for Windows. It provides a highly productive environment for software developers and offers excellent skills reuse across multiple application ... 阅读全文
posted @ 2007-11-29 10:08
Jack Niu
阅读(219)评论(0)推荐(0)
编辑