News
Take advantage of closures in C# — including anonymous methods, delegates, and lambda expressions — to make your code robust, efficient, readable, and easier to maintain.
In C# 9 lambda or anonymous methods can have a static modifier. This article talks about static anonymous functions and why they are useful, using code examples to illustrate the concepts.
Delegates are type safe function pointers *with an optional this pointer* thus no need to pass one round yourself. Obviously their utility is much enhanced in contract to C++ by virtue of being ...
Integrating JavaScript and C# in the Browser: Beyond the Basics with Blazor - Visual Studio Magazine
In all these examples I've been passing only a single parameter to my functions and methods. However, it is possible to pass multiple parameters. When passing parameters from C# to JavaScript, you ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results