Tutorial by Topics

Since starting to work with Xamarin there have been many things I wish someone else had already documented. Here I explain how to use 1 aspect of the google places autocompletion, the UI control making use of a results controller. While this code is based on googles own examples converted to C# fro...
MySQL 5.7.8+ supports native JSON type. While you have different ways to create json objects, you can access and read members in different ways, too. Main function is JSON_EXTRACT, hence -> and ->> operators are more friendly. JSON_EXTRACT(json_doc,path[,...]) JSON_EXTRACT(json_doc,...
This section provides an overview of what debian is, and why a developer might want to use it. It should also mention any large subjects within debian, and link out to the related topics. Since the Documentation for debian is new, you may need to create initial versions of those related topics....
Acumatica ERP enables you to manage freight to better control any additional costs and revenues on sales transactions. The freight amount you charge your customers may include not only the freight your company is charged by carriers, but also insurance, handling and packaging fees defined by your sh...
This section provides an overview of what xhtml is, and why a developer might want to use it. It should also mention any large subjects within xhtml, and link out to the related topics. Since the Documentation for xhtml is new, you may need to create initial versions of those related topics. ...
This section provides an overview of what silex is, and why a developer might want to use it. It should also mention any large subjects within silex, and link out to the related topics. Since the Documentation for silex is new, you may need to create initial versions of those related topics. ...
A xs:complexType provides a description of an XML element's content in the instance document. The definition of the xs:complexType can be made globally in which case it has a name and can be re-used within the schema, or it can be inplace and only used within the context it is declared. Attribu...
Format-Specifiers are used in Objective-c to implant object-values into a string. %@ //String %d //Signed 32-bit integer %D //Signed 32-bit integer %u //Unsigned 32-bit integer %U //Unsigned 32-bit integer %x //Unsigned 32-bit integer in lowercase hexadecimal format %X //Unsigned 32-bit ...
For starting a JIRA test instance on a local machine, the Atlassian-SDK is the way to go. This is useful for testing JIRA itself, developing and debugging JIRA plugins. The SDK is available for Windows, Linux and Mac. See the installation guide for the Atlassian SDK. For running the Atlassian SDK p...
ctypes is a python built-in library that invokes exported functions from native compiled libraries. Note: Since this library handles compiled code, it is relatively OS dependent.
Some times you may need to create a delimited text file for various uses. The following example is one of many ways to help you do that. I have used a pipe ("|") for my delimiter, to change that just change the assignment of the Sep variable. In my example I dump the recordset to an array,...
Describes for elements, attributes and types that are valid in an XML instance document. An XML Schema (XSD) must contain a single root level xs:schema element. AttributesDescriptionattributeFormDefaultIndicates whether attributes in the XML instance document have to be qualified with a namesp...
There are several built in functions and statements for accessing the operating system.
If you need more info, you can go and see official microsoft documentation
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. When you think of .NET Core the following should come to mind (flexi...
This section provides an overview of what version-control is, and why a developer might want to use it. It should also mention any large subjects within version-control, and link out to the related topics. Since the Documentation for version-control is new, you may need to create initial versio...

Page 353 of 428