
Search In
While developing project in ASP.NET there are situations where you need to make your task multi threaded to run in background or in foreground.
For ex : If your application is sending notification after each day you need to create a thread for that
While defining and developing web applications one important thing that you have is the configuration file that contains the information and settings of your applications.
This is the basic structure of your configuration file.
<co
While working with disconnected approach you work with storing and retrieving data from buffers for select operation.
Adapter acts like a buffer where the data is contained .
But for reading that data you need to store it either in
While performing database operations like Insert,Update,Delete,Select we use Sql classes for doing it.
But instead of writing the entire code for classes we can just do it with the helper class DLL known as Sql Helper.
We need to fi
The HashTable is based on the key value pair which is based on the hashing done. It uses the key to access the elements of the collection.
A hash table is used when you want a key value pair and want to access collection through key. Each it
While building applications and writing codes, you have to understand that conventions needs to be followed while writing code.
Two main things are used while writing codes.
1 Camel Casing
2 Pascal Casing
Camel cas
File represents a set of bytes whether a text file or a binary file.
File is used to store data in the textual or in encoded format as per as use requirement.
Modes of File
Mode
Description
r
Opens an existi
It is based on Divide and conquer approach. We first partition the list and then sort it and after sorting we combine the final list or array
It is being merged and sort using the merge sort algorithm.
This
Here in this blog i have used AJAX to search and provide result on the whenever user enter any character in the textbox. The result is coming from a PHP page. Ajax search is used for making the code easy to understand and for saving the users time, h
In the below example I have created ListView animation in android. Here, first I have created ListView and Button in activity_main.xml layout and also added animation layout with in ListView. Then in Second step I have created list_anim layout with i
