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

Search In

How to programmatically create Workflow Stages in SharePoint 2013 using CSOM

For creating Stages using CSOM, we have to use StageCreationInformation. 1. First of all, assign basic informatiom to Stage. Microsoft.ProjectServer.Client.StageCreationInformation stageInfo = new Microsoft.ProjectServer.Client.StageCreationInfor

How to create Swipeable View in android

 In the below example I have created View Pager (View pager slider). Here I have added ViewPager in activity_main.xml layout, after that I have created slide_page xml layout, in that I have added a textview and in next step I have created four n

Count down timer that shows in HH:MM:SS format

If we need to show countdown till in some point of time in future then CountDown timer is the best solution CountDown Timer sets countdown till in some point of time in the future, with regular interval. CountDownTimer is the class that handles all

Attribute Routing in MVC

Attribute routing in MVC is used to call your Web API methods.   You can define the route and theri prefixes so that whenever these API are called you can call it with your defined name.   You can bind the route according to your need b

How to identify whehter the zip file contains valid files or not?

Sometimes we need to find whehter the zip file contains valid files or not. Suppose you have a zip file which contains multiple file you want to upload that zip file only if it contains files having extension jpeg,jpg,png,gif,tiff only, so we can do

Hash Table in C

Hash table is data structure to store or retrieve data in key value pair format. So it is like a table where key and value pertaining to that key exists . So, it is an efficient way of mapping and accessing data.   [key 1] -> Data 1 [key 2

  • 161
TempData in asp.net mvc.

TempData in asp.net mvc TempData is a dictionary object derived from TempDataDictionary. TempData provide communication between Controller action and it's corresponding view by tranfering and maintaing data. The tempdata is retained not only

Pagination in android recyclerview

 Step 1- Defined here  some necessary variable   boolean isLoading=false; -> this variable will use to show progressbar below to recyclerview in your xml file when you scroll your recyclerview list . int mPageSize=10; -

Digital-to-Digital Conversion

Digital-to-Digital Conversion This process involves converting the digital signal to the digital data and digital data into digital signal. We use multiple process for achieving it.   Line Coding   The process of converting the digital

How Javascript Cookies works?

Sometimes we need to store session information for different web pages. It is mostly needed for commercial websites where we need to fill up a form through several stages. So to maintain the session information across web pages and to keep track of s

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