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

Search In

Role Management Providers Configuration:

Role Management Providers Configuration: Role management providers are used by the role management services in order to separate the functionality of role management from the data store that contains the role information, however roles can use the s

Issue while parsing string into DateTime:

Issue while parsing string into DateTime: Before starting lets have a look on the following code block. Example: string temp = DateTime.Now.Date.ToString("dd/MM/yyyy"); //( let the value be "20/05/2015") DateTime dt = Convert.ToDateTime(temp);

Leveraging your contact network to finalize your technology partner?

OK, so you have an idea and you believe that there is a need of a technology solution. Basically you want to get the idea implemented. You pen down your requirements and start looking for an implementation partner. How do you go about finalizing the

.Net some good coding practices

Code practice for Readability Avoid unnecessary regions in class : A class is based on Single responsibility principle. We provide regions in class to surround block of code. I could be single or multiple methods. Regions makes it easier to naviga

config.xml file in PhoneGap

Hello Today we will discuss in details about the config.xml file in PhoneGap The config.xml file allows developers to specify metadata about their application. To load the config.xml file correctly it should be at the top level of the application

Basic Authentication with Apache

Sometimes we have some sensitive information on our website or an information which is intended for only a small group of people, we need a way to authenticate the users visiting that particular information. Authentication is any process by which you

Crazy intresting facts in Programming PHP

Hi, I have listed some crazy facts about PHP language To access localhost one can also use keyword "soccer". PHP originally was developed for Personal Home Page as the name specifies PHP. PHP which is now officially known as ‘Hypertext Preprocessor

Screen sliding using css

Hi all, Below is an example of slide screen using css. HTML:- <input type="checkbox" id="opci" /> <div class="baseM"> <label for="opci" class="nombre"></label> <div class="nextSlide "></div> <s

Using Enum.TryParse for parsing value to enum

This is a demo of using Enum.TryParse method for converting string values to enum type. We have function Enum.TryParse under System namespace in Enum class. This method is used for parsing string values to enum type. Signature of the method is as fo

Setup for Windows Application using Visual Studio 2013

"Creating Setup for Windows Application using Visual Studio 2013"     To create setup using visual studio 2013 you should have Visual Studio Installer, else you can download this extension from: Visual Studio Extension Gallery

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