News

Trick #1: Pass in named functions with formal parameters One way to handle this is to pass in named functions that define a single formal parameter (i.e., take one argument).
Describe the bug Passing rle64 encoded stream to javascript to download in a generated A tag results in memory for the stream never being freed. I noticed this as a portal application on Azure went ...
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 ...
I first came across the Value.NativeQuery () M function about six months ago, but it didn’t do anything useful then so I didn’t blog about it. I checked it again recently though and now it does ...
You can pass parameters to Web API controller methods using either the [FromBody] or the [FromUri] attributes. Note that the [FromBody] attribute can be used only once in the parameter list of a ...