Tutorial by Topics: name

PARSENAME ( 'object_name' , object_piece ) 'object_name'object_pieceIs the name of the object for which to retrieve the specified object part. object_name is sysname. This parameter is an optionally-qualified object name. If all parts of the object name are qualified, this name can have four...
In Javascript, there is no notion of namespaces and they are very useful to organizes the code in various languages. For javascript they help reduce the number of globals required by our programs and at the same time also help avoid naming collisions or excessive name prefixing. Instead of polluti...
Qualifiers are used in this common format: Files: filename.qualifier-value.ext ~ multiple qualifiers: filename.qualifier1-value1_qualifier2-value2_....ext Qualified folders: qualifier-value ~ multiple qualifiers: qualifier1-value1_qualifier2-value2_... Qualifiers are listed bellow, they a...
This documentation deals with the branch name of the git on the bash terminal. We developers need to find the git branch name very frequently. We can add the branch name along with the path to the current directory.
Topic should include information specifically related to named ranges in Excel including methods for creating, modifying, deleting, and accessing defined named ranges.
If you change repository name on the remote side, such as your github or bitbucket, when you push your exisiting code, you will see error: Fatal error, repository not found**.
Accessing network share file using PInvoke.
A code block is a piece of Python program text that can be executed as a unit, such as a module, a class definition or a function body. Some code blocks (like modules) are normally executed only once, others (like function bodies) may be executed many times. Code blocks may textually contain other c...
Here is some of different ways to provide alias names to columns in Sql Server
How to correctly use the named annotation in Kotlin v1.1
The following examples show how to retrieve the default names of the system fonts that are store in the /system/fonts/ directory and how to use a system font to set the typeface of a TextView element.

Page 2 of 2