
Search In
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
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
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
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
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
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
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:
*{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
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
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
