摘要: From:http://blog.waynedeng.com/blogview.asp?logID=469原来题目是:专门针对SQL Server的注入手段 小弟潜心研究sql injection一个余月,发现国内存在sql injection漏洞的网站一大把一大把,80%以上的asp网站都似乎是不学无术、骗吃骗喝的“程序员”所做。不光漏洞多,而且网站内部结构也是零乱无比……关于sql inje... 阅读全文
posted @ 2005-11-29 15:50 jhtchina 阅读(306) 评论(0) 推荐(0) 编辑
摘要: Delegates and Events in C# By Ganesh Nataraj October 05, 2005 A delegate in C# is similar to a function pointer in C or C++. Using a delegate allows the programmer to encapsulate a reference to a met... 阅读全文
posted @ 2005-11-29 15:42 jhtchina 阅读(642) 评论(0) 推荐(0) 编辑
摘要: Adding and retrieving Images from a SQL Server Table By Mamta M September 23, 2005 This article describes the process to add and retrieve images from a SQL Server table using ADO.NET. This article d... 阅读全文
posted @ 2005-11-29 15:37 jhtchina 阅读(774) 评论(0) 推荐(0) 编辑
摘要: How do I convert an Array to a Comma Delimited String By Mahesh Chand August 01, 2005 This how do I shows how to convert an array to a comma delimited string. String.Join method comes handy, when we... 阅读全文
posted @ 2005-11-29 15:31 jhtchina 阅读(377) 评论(0) 推荐(0) 编辑
摘要: How do I find difference between two dates? By Mahesh Chand August 05, 2005 This small article and code snippet shows how to get difference between two dates. The attached code snippet shows how to ... 阅读全文
posted @ 2005-11-29 15:29 jhtchina 阅读(418) 评论(0) 推荐(0) 编辑
摘要: How do I convert a string to an Enum Value? By Mahesh Chand September 10, 2005 In this How do I, you will learn how to convert a string to an enum value in C#. I have an enum SortFilter, which loo... 阅读全文
posted @ 2005-11-29 15:27 jhtchina 阅读(329) 评论(0) 推荐(0) 编辑
摘要: How do I Generate Random Number in C#? By Mahesh Chand October 05, 2005 This code snippet shows how to you generate a random number between a range in C#. The following code snippet shows how to gene... 阅读全文
posted @ 2005-11-29 15:26 jhtchina 阅读(681) 评论(0) 推荐(0) 编辑
摘要: How do I convert an Enum value to a String? By Mahesh Chand October 24, 2005 This article shows how to convert an enum value to a string value. I have an enum SortFilter, which looks like following:... 阅读全文
posted @ 2005-11-29 15:24 jhtchina 阅读(613) 评论(0) 推荐(0) 编辑
摘要: How do I Implement Custom Event Handling in C# By Ashish Singhal October 27, 2005 In this article, we are going to show, how we can call custom event on our designed conditions. Tne following source ... 阅读全文
posted @ 2005-11-29 15:20 jhtchina 阅读(299) 评论(0) 推荐(0) 编辑
摘要: How do I use Memory Stream in C# By Ashish Singhal October 27, 2005 This article shows how to use memory stream to read byte[] array and can use to write some file in memory. This code shows how to u... 阅读全文
posted @ 2005-11-29 15:19 jhtchina 阅读(1943) 评论(0) 推荐(0) 编辑
摘要: How Do I Bind Datagrid with SqlDataReader in C# By Ashish Singhal October 29, 2005 This article will show, how do we bind our binding controls like DataGrid, DataList using SqlDataReader. This class... 阅读全文
posted @ 2005-11-29 15:16 jhtchina 阅读(501) 评论(0) 推荐(0) 编辑
摘要: How do I use Hashtable in C# By Mahesh Chand November 14, 2005 Hashtable is useful when you need to store data in a key and value pair. This article shows how to use hashtable in C#. Creating a Hasht... 阅读全文
posted @ 2005-11-29 15:12 jhtchina 阅读(339) 评论(0) 推荐(0) 编辑