Tutorial by Topics: di

A hub in VSTS is a section grouping the features based on similar functionality e.g. Code, Build etc. VSTS comes with a capability where we can extend the hubs by adding more functionalities related to current hub, making the hub more usable for the given scenario or requirement of functionality. ...
Ajax uses the HTTP Protocol and can send requests using POST/GET methods from Client to Server. WebSocket is itself a protocol to communicate between Client and Server, distinct from HTTP. In Ajax when you send a request , server sends response for that request and connection ends. Using WebSocke...
This is section where you can find the details about the fields that is being used in Odoo 8 ParametersDescriptionstring="Name"Optional label of the fieldcompute="_compute_name_custom"Transform the fields into computed fieldsstore=TrueIf computed it will store the resultselect=T...
You can use Pentaho Data Integration (Kettle) to Transfer Data from One Database to another. Its very easy as the transformation is automatically created just by creating the connection.and it can transfer Lacs of records very quickly.
Sometimes is more usefull make a call to a model's method in our view, so this is a way to make it
Manipulating directories from the command line
This example shows how to create a ViewModel and a View within the MVVM pattern and WPF, and how to bind the two together, so that each is updated whenever the other is changed.
This topic will introduce you to some of the basic cmdlets used within the Active Directory Module for PowerShell, for manipulating Users, Groups, Computers and Objects. Please remember that PowerShell's Help System is one of the best resources you can possibly utilize. Get-Help Get-ADUser -Full...
Instance method are methods that are specific to particular classes. Instance methods are declared and defined followed by - (minus) symbol. Class methods can be called by class name itself .Class methods are declared and defined by using + (plus)sign . -(void)testInstanceMethod; //Class meth...
Given Below are the examples to show how bootstrap model can be shown and how to manage title main content and footer. This topic is created to demonstrate different ways of showing and easily managing bootstrap model.
When writing multi-threaded applications, one of the most common problems experienced are race conditions. So we document the How do you detect them? and How do you handle them?
@angular/common - commonly needed directives and services @angular/core - the angular core framework
Grand Central Dispatch (GCD) In iOS, Apple provides two ways to do multitasking: The Grand Central Dispatch (GCD) and NSOperationQueue frameworks.We will discuss here about GCD. GCD is a lightweight way to represent units of work that are going to be executed concurrently You don’t schedule thes...
Batch and bash are quite different. Batch flags are indicated with a /, while bash flags use a -. Capitalization matters in bash, but (almost) not at all in batch. Batch variable names can contain spaces, bash variable names can not. Ultimately, both are ways of manipulating and interacting wit...

Page 24 of 32