2008年1月11日

ASP.NET Script Exploits Overview

摘要: ASP.NET Script Exploits Overview From the perspective of a browser, a Web page is simply a long string of characters. The browser processes the string sequentially, displaying some characters whi... 阅读全文

posted @ 2008-01-11 15:57 ProgrammingBookWorm 阅读(238) 评论(0) 推荐(0) 编辑

ASP.NET / How to: Implement Simple Forms Authentication

摘要: ASP.NET How to: Implement Simple Forms Authentication This example in this topic presents a simple implementation of ASP.NET forms authentication. It is intended to illustrate the fundamentals of... 阅读全文

posted @ 2008-01-11 15:43 ProgrammingBookWorm 阅读(586) 评论(0) 推荐(0) 编辑

How to: Implement Simple Forms Authentication

摘要: ASP.NET How to: Implement Simple Forms Authentication This example in this topic presents a simple implementation of ASP.NET forms authentication. It is intended to illustrate the fundamentals of ... 阅读全文

posted @ 2008-01-11 14:45 ProgrammingBookWorm 阅读(290) 评论(0) 推荐(0) 编辑

C#基础概念二十五问

摘要: 1.静态成员和非静态成员的区别? 2.const 和 static readonly 区别? 3.extern 是什么意思? 4.abstract 是什么意思? 5.internal 修饰符起什么作用? 6.sealed 修饰符是干什么的? 7.override 和 overload 的区别? 8.什么是索引指示器? 9.new 修饰符是起什么作用? 10.this 关键字的含义? 11.可以使用抽象函数重写基类中的虚函数吗? 12.密封类可以有虚函数吗? 13.什么是属性访问器? 14.abstract 可以和 virtual 一起使用吗?可以和 override 一起使用吗? 15.接口可以包含哪些成员? 16.类和结构的区别? 17.接口的多继承会带来哪些问题? 18.抽象类和接口的区别? 19.别名指示符是什么? 20.如何手工释放资源? 21.P/Invoke是什么? 22.StringBuilder 和 St 阅读全文

posted @ 2008-01-11 09:58 ProgrammingBookWorm 阅读(270) 评论(0) 推荐(0) 编辑

导航