
Search In
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
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
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 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
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 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
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
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
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
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
