Microsoft BizTalk Server is a server product for Business Process Management and Enterprise Application Integration, developed by Microsoft.
BizTalk enables organizations to integrate their business processes and manage through the exchange of electronic business documents ( such as purchase orde...
An assumption which pops up regularly is that when dealing with English text only, it’s unlikely to encounter characters outside the ASCII character set. To avoid problems with handling Unicode correctly, people are tempted to do things like stripping non-ASCII characters, or removing any accents ...
This section provides an overview of what openlayers-3 is, and why a developer might want to use it.
It should also mention any large subjects within openlayers-3, and link out to the related topics. Since the Documentation for openlayers-3 is new, you may need to create initial versions of thos...
regexp ?switches? exp string ?matchVar? ?subMatchVar subMatchVar ...?
regsub ?switches? exp string subSpec ?varName?
This topic is not intended to discuss regular expressions themselves. There are many resources on the internet explaining regular expressions and tools to help build regul...
Because all the Schedulers methods are static, unit tests utilizing the RxJava hooks cannot be ran in parallel on the same JVM instance. If they where, one TestScheduler would be removed in the middle of a unit test. That is basically the downside of using the Schedulers class.
FusionCharts Suite XT is a JavaScript charting library that supports both, XML and JSON, for rendering interactive charts, gauges, and maps. The suite comes with 90+ charts and gauges (supporting standard and advanced configurations) and 1100+ maps. It also includes support for server-side wrapper...
A JSON Web Token (JWT) is a compact, URL-safe way of representing claims that can be exchanged between parties.
All JWTs consist of a header and payload, which are JSON hashes. These objects are stringified and Base64-encoded. The encoded header and payload are combined with a digital signature (...
RenderScript is a scripting language that allows you to write high performance graphic rendering and raw computational code. It provides a means of writing performance critical code that the system later compiles to native code for the processor it can run on. This could be the CPU, a multi-core CPU...
ParameterDescription--delete -Dempty the table before importing the text file--fields-optionally-enclosed-bydefine the character that quotes the fields--fields-terminated-byfield terminator--ignore -iignore the ingested row in case of duplicate-keys--lines-terminated-bydefine row terminator--passwo...
What is Template Haskell?
Template Haskell refers to the template meta-programming facilities built into GHC Haskell. The paper describing the original implementation can be found here.
What are stages? (Or, what is the stage restriction?)
Stages refer to when code is executed. Normally, co...
Fresco is a powerful system for displaying images in Android applications.
In Android 4.x and lower, Fresco puts images in a special region of Android memory (called ashmem). This lets your application run faster - and suffer the dreaded OutOfMemoryError much less often.
Fresco also supports strea...
This section provides an overview of what image is, and why a developer might want to use it.
It should also mention any large subjects within image, and link out to the related topics. Since the Documentation for image is new, you may need to create initial versions of those related topics.
...
Named Arguments
Ref: MSDN Named arguments enable you to specify an argument for a particular parameter by associating the argument with the parameter’s name rather than with the parameter’s position in the parameter list.
As said by MSDN, A named argument ,
Enables you to pass the argument t...
Practical examples of using Roslyn for source code transformations.
Roslyn syntax trees are immutable. By calling a method like ReplaceNodes we generate a new node rather than modifying the existing one. This requires you to always change the object you have been working on.
This section provides an overview of what vsto is, and why a developer might want to use it.
It should also mention any large subjects within vsto, and link out to the related topics. Since the Documentation for vsto is new, you may need to create initial versions of those related topics.