
Search In
Hello Readers,
Data Binding is a concept which is used to bring/display data in UI controls from source object. DataBinding in WPF is binding between the source object and the destination UI element. With data binding in WPF you can take data from a
Every business has an obligation to its customers, employees, and owners to stay safe. If hackers get hold of the company's data, everyone suffers the consequences. Companies must tighten up their online security to prevent that. The measures tha
What is Factorial ?
Factorial of a no. means multiplying below numbers. Factorial is denoted by “!” Exclamation mark
Eg:- 5! means :- 5 * 4 * 3 * 2 * 1 = 120
What is a Recursive function?
Definition:- A function which calls itself is called as
As you all know that at compile time
1. All IBOutlet keywords are removed entirely.
2. All IBAction keywords are replaced by void because actions invoked by user interface controls are not expected to have a return value.
The question then arises, "
Count ( ) In SQL Database this is a function which return no of rows from a table in Database . Generally this is used in SQL select statement and count the no. of records in a table .
Syntax ->
select count ( expression_name ) from table_name w
If you want to extract only the date, we can use the strftime method of Time/Date class, as
2.1.5 :055 > DateTime.now.strftime('%d/%m/%Y')
=> "12/30/2015"
(Here d is used to display date, m displays month and Y display the year in 4-dig
There are two ways to use global variables:
1.$rootscope
2.service
1- We can use rootscope which is the parent of all scopes. Values exposed there will be used in all controllers and templates. We can use this in a simple way by just injecting it
CDN is a Content Delivery System which are deployed in multiple data centers across the internet. It's goal is to serve end users. There are 3 popular jquery CDNs:
1. Google
2. Microsoft
3. jQuery.
Load jQuery from CDN:
Code to load jQuery Framewor
AJAX----- Asynchronous JavaScript and XML.
We use AJAX when we are using the concept of " B to B " or "B to C"
B to B -- business to business ........................................// user to website.
B to C -- business to costumers...............
Hello Find Nerd Readers,
While making even the simplest game you have to use triggers and collisions. In this blog we are targeting Triggers.
Q1: What are Triggers?
Ans: Triggers in Unity are Collider which does not reflect any physical force
