2009年3月7日星期六

March 7th-8th Links: ASP.NET MVC,Expression Tree,SQL Injection,Delegate,Lambda Expressions

ASP.NET

ASP.NET MVC

C#
    WHAT DOES IT MEAN TO SAY THAT A TYPE IS A REFERENCE TYPE?
    Basically,it means that every variable of that type that you manipulate is actually a pointer to the actual object on the heap.When you make a copy of this reference,you get another reference that points the same object.
    Now,let's consider what it means to compare these reference. What does equality mean between two reference variables? The answer is ,it depends on what your needs are and how you define equality.
    2. Fast Reflection Library- Codeplex
    You use a generic whenever you have a piece of code which can be re-used by different types.The classic example is a data structure,like a list or hashtable.  

Security

English:
    Vulnerabilities: 易受伤,弱点,漏洞
    aka: Also known as
    malicious: 恶意的,恶毒的
    Exponentially: 成倍的
    Utilize: 利用
    Fed up with:受够了..

没有评论: