Tutorial by Topics: is

A very basic ASP.Net example of the bare minimum of code to create a WebService. In a separate StackOverflow Documentation post, we'll look at consuming this Calculator WebService.
This is an explanation of a common pattern and generally considered best practice that you may see in AngularJS code.
Gaining access to Outlook's Visual Basic Editor, inserting your first module and renaming that module. Expected prior knowledge: You are an Outlook user. With Outlook 2003, you can immediately select the Visual Basic Editor. With later versions, you must add the Developer tab before you can select...
Caching videos, images and audios using URLSession and FileManager
GHC’s type system supports arbitrary-rank explicit universal quantification in types through the use of the Rank2Types and RankNTypes language extensions. Arbitrary rank quantification is enabled with either the Rank2Types or RankNTypes language extension. With this extension enabled, the for...
This article give idea's about setup and installing Asp.Net core with visual studio code. Also create basic MVC template and debugging. Steps involved below... Step 1 - installing Visual studio code. Step 2 - Configuring .Net core and C#. Step 3 - Create Basic MVC Template. Step 4 - Execute and...
set is a type of container whose elements are sorted and unique.  multiset is similar, but, in the case of multiset, multiple elements can have the same value. Different styles of C++ have been used in those examples.  Be careful that if you are using a C++98 compiler; some of this code may no...
There are many ways of formatting R code, tables and graphs for publishing. R users often want to publish analysis and results in a reproducible way. See Reproducible R for details.
Use varnishstat to monitor the numeric metrics of a currently running Varnish instance. It's location will differ based on your installation. Running varnishstat -1 will output all metrics in a simple grep-able format. Other utilities are available for watching varnish current status and logging: v...
NetSuite Records are divided into Body fields and Sublists. There are four types of sublists: Static, Editor, Inline Editor, and List. We are able to add, insert, edit, and remove line items using Sublist APIs. For a reference on exactly which sublists support SuiteScript, see the NetSuite Help pa...
Connecting to Redis in Python requires the use of a client library. Many different client libraries exist for Python, but redis-py is one of the most popular clients in use. Once you install your client library, you can then access Redis in your application by importing the appropriate module, est...
The List datatype in Redis is an ordered collection of items referenced by a Redis key. Redis allows you to access and modify a list by index or push/pop operations. In Redis, the two ends of a list are referred to as the left and the right. The left corresponds to the first element or head of a ...
Redis supports a set datatype analogous to mathematical sets for modeling data in the database. Sets are a compound datatype consisting of a group of unique, unordered members. Sets support adding and removing members, size operations, as well as combination operations that take two sets and gener...
What is Dynamic Method Dispatch? Dynamic Method Dispatch is a process in which the call to an overridden method is resolved at runtime rather than at compile-time. When an overridden method is called by a reference, Java determines which version of that method to execute based on the type of object...
Proguard is free Java class file shrinker, optimizer, obfuscator, and preverifier. It detects and removes unused classes, fields, methods, and attributes. It optimizes bytecode and removes unused instructions. It renames the remaining classes, fields, and methods using short meaningless names. ...
A good explanation of this topic is in http://www.sunburst-design.com/papers/CummingsSNUG1999SJ_SynthMismatch.pdf
WebView component allow you to provide custom client object that extends WebViewClient class to listen and control WebView behavior.

Page 18 of 23