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

Search In

What is named paramters in c#

Named parameters:-          The concept of named parameters was introduced in C#4.0 and main purpose was to pass the parameter by name not the position. This features provide us the liberty to pass the parameter a

Basic Differences in Optional, Non Optional Value and How to Use Clousers in Swift

In this tutorial, we are going to learn the difference between optional and non optional value in swift. We represent optional value by question mark i.e “?” and non optional value by exclamation mark i.e “!”.   Non opt

What is the location of js, css or image files in Symfony

Hello Friends, If you are new in Symfony and looking to get location to save your js, css or image files, please review this blog. We have many ways to save the public files in symfony here we are describing two different ways to save these public f

What is hook in Codeigniter and how to use this

Hello Friends, Some time we need some functionality before execution of our controller function or after execution of controller. For example you need to check a user is login or not before execution of any controller. Codeigniter hook is a very goo

Compressing Files And Archiving in Linux Terminal

Compressing Files And Archiving in Linux Terminal There are strong compression utilities in Linux that can be run easily from the command line. Linux features are archiving utility called tar, in which you can add many files, and the tar file will b

How to protect CakePhp application against Sql injection in 2.x version?

Hi Reader's, Welcome to FindNerd, today we are going to discuss How to protect CakePhp application against SQL injection in 2.x version? Basically SQL injection is a technique which is used for attacking to data-driven in a web applications. It

How to Set & Get Magento Registry?

Hello Readers, This tutorial will guide you about "How to Set & Retrieve Variable in magento registry ". Registry means creating a new global variable which is to be used later in any magento template file (.phtml). Magento registry fun

How to parse Html text using Angularjs?

If our text contains some html content, then we have to use ng-bind-html directive in angular js, else our html content will not be parsed and will be rendered as it is. Example: If our text is   $scope.Val = "<span> Something </spa

How to create form in Symfony2

Hello Guys, If you are looking to create form in symfony2 the below code might help you: 1) Open your controller file and function where you would like to define form and add below code with require modification: //Define in Controller $filterfo

How to programmatically create Project documents in SharePoint 2013 using C#

Each project has its own documents in SharePoint. For creating the Project documents, first of all we have to create context by passing the projectSiteUrl. 1. Create context of projectSiteUrl using Microsoft.SharePoint.Client; context = new Client

1 34 408
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: