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

Search In

int.Parse(), Convert.ToInt32() and int.TryParse()

I have seen three type of methods that are available in .NET to convert integer from string. Personally I feel, we can use int.TryParse(string s, out int). The main difference between int.Parse(), Convert.ToInt32() and int.TryParse() int.Parse(strin

Design Patterns In .net

Design Patterns:- Design Patterns provide generic, reusable designs that solve problems at the design level. A design pattern does not define code and is not specific to a given programming domain. Instead, it provides a proven, tested solution for

How to iterate or remove all key object from NSUserDefaults

Hi Readers, In any iPhone app if it is needed to iterate or remove NSUserDefault keys (as in logout feature), following code can be used: To iterate key objects: NSUserDefaults *userDefault = [NSUserDefaults standardUserDefaults]; NSDicti

bb 18 king 5 let's 8 go 11!

No proof of clastogenicity was observed artificial insemination in a chromosomal aberration assay in human peripheral blood buy lisinopril lymphocytes with ezetimibe and also simvastatin with or without metabolic activation. Levitra functions by inh

How to use upload files with JQuery

Here is the example for *How to use upload files with JQuery. * If you having trouble with such issues, then use the below code. Here is the HTML <div class="flie-btn clearfix"> <input class="fileinput" type="file" name="data[User][

Variables in JAVA

Variable is a name. Variable name reserved an area which is allocated in memory. In java each and every variable has some specific type, this specific type defines the size in variable's memory. One should declare variables before used. Eg. int a; /

How to handle an error occurred in finally block

Hello all, To handle errors in C#, we generally use try, catch and finally methods. but when error occurs in finally block basically three things happens: . The exception rises and it needs to be handled at upper level, but while handling the err

Enabling SSL in CakePhp

Hello All, In this blog we will discuss about how to enable ssl https in your cakephp application on the server. You can enable SSL on live server by following these steps:- 1.In your core.php add/change the BASE_URL defination to https: define('

Page Processing in PHP

PHP has three types of modules which are as following. A) Core PHP : This modules handles requests, error handling as well as file streams. B) Zend Engine: It convert the php code into machine tokens or opcode and it will execute it in a virtual ma

What is Appium?

Now a days, the trend of browsing has changed a lot. Earlier, we use to sit on the system and perform various activities but now in this modern era the trend has been changed and we use to do all the internet related activities on our mobile device o

1 131 320
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: