Recent Comments

Tags

Widgets



Comodo SSL Seal

Category C-Sharp

2 Articles Found

Filter, Map, Reduce in C#

Author Asif

Jun16

C# has generic implementations of these three higher-order functions which takes a function as an argument and/or returns a function as its result.

 

Executing javascript with C#

Author Asif

May31

The ClientScriptManager.RegisterStartupScript Method is useful when you need to perform some functions in c#.