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

Search In

IFNULL Function

The IFNULL( ) function is available in MySQL, and not in SQL Server or Oracle. This function takes two arguments.     If the first argument is not NULL, the function returns the first argument. Otherwise, the second argument is returned.

TRIGGER IN MSSQL

TRIGGERS IN MS-SQL Triggers are special kind of stored procedures that triggers automatically when an event occur. Triggers are written to fire when a specific event on table occurs. Following are the events that may force trigger-: 1) DML operatio

Woocommerce Or Magento - What to use and when?

Magento and WooCommerce are currently the top two frameworks in use for e-commerce websites over the web. Both are backed by strong open-source communities developing plugins for various functionalities a

Retrieving message from an azure queue

In my previous blog, I had explained how to add a message in queue. Now here is the sample code to read the message from a queue     CloudStorageAccount storageAccount = CloudStorageAccount.Parse(RoleEnvironment.GetConfigurationSett

Proxy Servers

While making requests to a server you never thought how that request gets fulfilled .   For ex : If you are accessing the Gmail its main server will be out of India so if its out of india how the processing is so fast that we get data in less

  • 179
TELNET protocol

TELNET is a protocol that is based on the telephone and  network model of the internet.   Telnet is a revolutionary idea to share the screen of the user with someone other who is no one near but with connected with the network.   T

  • 163
10 Steps to Generate Successful SEO Campaigns for Businesses

To generate successful SEO campaigns, you must consider many factors that go beyond traditional SEO work. Achieving better rankings in the search engines is never the only concern; SEO campaign can be quite good to drive traffic to the website f

Appending data to a blob

Microsoft has introduced a new blob type, CloudAppendBlob for appending data to an existing azure blob. It has the method AppendFromByteArray which appends data to the tail of existing blob. We need to use CloudAppendBlob type for the blob

Lazy Loading vs Eager Loading

Hi Team, Today I will explain Lazy Loading and Eager Loading. Firstly we will explore Eager Loading. Eager Loading is the process of loading the related data. We will use Include keyword to load the related data. Let us take an example of entity

Throw Exception from Expression in C# 7.0

Throw Exception from Expression When we use throw exception inside expression we got compile time error   In C# 7.0 you can directly throw exception from your expression directly. see below code   public string getEmpInfo( string Em

1 11
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: