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

Search In

ASP.NET Multithreading

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

Configuration File in .NET

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

  • 315
SqlDataAdapter in ADO.NET

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

Sql Helper in C#

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

  • 214
Hash Table in C#

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

Naming conventions while writing code

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 I/O in C

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

Merge Sort in C

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

Performing live serach using AJAX and PHP

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

How to make ListView animation in android

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

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