ASP.NET
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
没有评论:
发表评论