2009年3月25日星期三

March 25th-26th Links: C#,Silverlight,Effective Web Developer,HTML Editor

ASP.NET

C#
    Definition: Extension Methods allows us to define new methods on existing types,which can be either .NET type or use defined class.We can define new methods without extending or deriving existing type.
    Restrictions: If there is an already existing method with same signature as extentsion method in a type. Than, extension method will be ignored and never called.Fist,it looks for inbuilt method.if it won't find a match,it will look for extension method.if it is not there,it will throw an error.

Javascript

JQuery

Silverlight

Other
    ASP.NET
    IDE: Visual Studio 2008 Express
    Unit Testing: NUnit
    Mocking: Rhino Mocks
    ORM: NHibernate
    MVC: ASP.NET MVC
    Javascript: JQuery

没有评论: