Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

DataBinding in WPF

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

5 Reasons Why Businesses Need To Tighten Online Security

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

Program for factorial of a number using recursive function in C

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

What is the purpose of using IBOutlet & IBAction?

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, "

SQL Select Coun statement

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

How to extract today's date & time in Rails

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

Global variables in Angularjs

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 in jQuery

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

Concept Of AJAX

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...............

Trigger Colliders

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

1 36 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: