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

Search In

Working with Queries and Anonymous Types

Anonymous types is used to create new type without defining a type first It is used in LINQ, Returns a few of read only properties while querying collection of object using LINQ Use new keyword to define anonymous type It is reference type, derived

How to hide or disable directory listing via htaccess - Linux

It's hard to believe in coincidence but the truth is that lot of developers including senior ones, don't know or bother about this security issue. A lot of times we found that we can see list of all Images, CSS, JavaScript files hosted on server via

Configuring field data in a module to be dependent on another field

Lets consider a scenario where while creating cases in Suite CRM, we know that we can select the account to associate the case with. But what is required is, a contact should also be selected but with a catch that only those contacts should be availa

Page methods from client side code using ICallBackEventHandler interface

We can run server side code from the client without performing a Postback using ICallBackEventHandler interface.The ICallbackEventHandler interface can be implemented on a page or a Web control. The interface contains two key methods: RaiseCallbackEv

Magento shipping module configuration

To create new magento shipping module need to know all the useful functions to be used inside the shipping method class to put in various configuration options. When looking for available shipping methods, Magento first gathers all available carrier

Solution for Pods-prefix.pch error

In Xcode 6.1 and above versions sometimes we get this Pods-prefix.pch error. To resolve this issue you just need to follow simple steps. Quit Xcode. Go to Libarary > Developer > Xcode > Derived Data Remove All Derived Data. Do not forget

Add fadein effect animation for UIImageView

How to add a fadein effect to an imageview in objective C Hello all, Many time we stuck in adding fadein effect animation for UIImageView. to add a fadein effect to an imageview in objective C, please use below mentioned method. -(void)fadeEffet:

AngularJS - Tutorial 1

*{margin: 0;padding:0;} .mainCol{margin: 0 auto;font-family: 'Georgia';font-size: 15px;color: #146ba3;padding: 10px;} .mainCol h4{font-size: 18px;margin: 0 0 10px;} .mainCol ul li{list-style: none;;padding-bottom: 3px;} .mainCol

How to develop neurotechnology SDK in liferay?

Hello Guys Neurotechnology Sdk is used for fingerprint, face detection etc.. To develop neurotechnology SDK in liferay, first build maven project and create applet jar and relative jar's using Maven with "clean install -Papplet". Below steps will he

Events in Unity 3D

Loading Levels, Play,Pause and Exit in Unity 3D scene : Example : btn is a string. void OnClick () { if(btn=="Play") { Application.LoadLevel("MyScene"); } } Play a Game : Time.timeScale=1; Pause a Game : Time.timeScale=0; Exit from the Game

1 361 949
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: