36 registered members About Us| Contact Us | Site Map 
Programming          
      E-mail :     Password :                 Lost your password?

 


 
Latest Articles
Autogenerate Playlists for ITunes in Directory Order (C# programming)  - Shijo Joseph
  This Article demonstrates a tool which can auto generate Playlists for ITunes. We can create playlists same as the folder structure from which they have been added to ITunes library.
Add Client functionlity from serverside (Asp.Net)  - baranee dharan
  Add javascript functionality to a server control from server side (code behind).
Forms Authentication (Asp.Net)  - baranee dharan
  There are many authentication types are available in asp.net
In search for .net 4.0 Features - dynamic (C# programming)  - Shijo Joseph
  A small R&D for newly introduced feature in .Net 4.0 with regard to dynamic objects. Hope this would help beginners to have a quick start who want to know about what is there in dynamic.
PHP Part 1 (PHP)  - pon pandi
  PHP data types
Manage your Registry (VB.Net)  - baranee dharan
  Access your machine's registry using VB.net
PHP An Introudction (PHP)  - pon pandi
  An introdcution to PHP
Functions in detail (VB.Net)  - baranee dharan
  visual basic .net functions
Handling exceptions in C# (C# programming)  - Praveen Kumar
  This section on handling exceptions in C# gives information about the mechanism of handling exceptions, exception classes, system performance on using exceptions, multiple catch blocks, nested try blocks
Service Controller (Windows)  - baranee dharan
  Using service controller we can create or manage windows service efficiently.
Featured Zone
Autogenerate Playlists for ITunes in Directory Order (C# programming)
By : Shijo Joseph
  This Article demonstrates a tool which can auto generate Playlists for ITunes. We can create playlists same as the folder structure from which they have been added to ITunes library.
In search for .net 4.0 Features - dynamic (C# programming)
By : Shijo Joseph
  A small R&D for newly introduced feature in .Net 4.0 with regard to dynamic objects. Hope this would help beginners to have a quick start who want to know about what is there in dynamic.
Manage your Registry (VB.Net)
By : baranee dharan
  Access your machine's registry using VB.net
A sample program on delegates and Multicast delegate (C# programming)
By : Praveen Kumar
  Delegates are a special type of object in C#. Delegates are of Simple and Multicast delegate.Delegate are defined, invoked and instance of delegate is created.
View all
Editors Choice
  Autogenerate Playlists for ITunes in Directory Order (C# programming)
By : Shijo Joseph
  This Article demonstrates a tool which can auto generate Playlists for ITunes. We can create playlists same as the folder structure from which they have been added to ITunes library.
  Forms Authentication (Asp.Net)
By : baranee dharan
  There are many authentication types are available in asp.net
  In search for .net 4.0 Features - dynamic (C# programming)
By : Shijo Joseph
  A small R&D for newly introduced feature in .Net 4.0 with regard to dynamic objects. Hope this would help beginners to have a quick start who want to know about what is there in dynamic.
  PHP Part 1 (PHP)
By : pon pandi
  PHP data types
  Manage your Registry (VB.Net)
By : baranee dharan
  Access your machine's registry using VB.net
View all
VC++
Introduction to DLL
By : baranee dharan
  This is an introduction to DLL using ATL in Visual C++.
A wrapper class to make binary database using CMap
By : Antony Lawrence
  I had to write certain persistent data into disk and retrieve it later. And I could make it using CMap. We can also make a complicated database. Haven't yet tried with large data but definitely good for a smaller size databases.
How to Read the content of a WebPage Using MFC and C++
By : shine joseph
  Once when I see the view source Menu Item in the Internet Explorer. I tried to create a sample that will read a webpage from the web server and displa
Some of the Common MFC Facts and Tips.
By : shine joseph
  Here I like to share some of the MFC common questions and answers that is essential for an MFC programmer to understand. I am telling you to go deep i
Combo box in Visual C++
By : baranee dharan
  Combo box is a very important and simple control for application programmers. Lets have a look at it.
View all
Windows
Service Controller
By : baranee dharan
  Using service controller we can create or manage windows service efficiently.
Control panel commands from Command
By : baranee dharan
  Control your "Control Panel" from command prompt
List your pc's tasks from command prompt
By : baranee dharan
  You can use your command prompt to list your process of your PC instead our normal Crtl+Alt+Del.
Hidden Windows Components
By : baranee dharan
  Some of the windows components has been hidden from the user to install/uninstall.
How can i regain the internet bandwidth used by windows
By : shine joseph
  Here is a trick to limit the internet bandwidth usage by the windows .
C# programming
Autogenerate Playlists for ITunes in Directory Order
By : Shijo Joseph
  This Article demonstrates a tool which can auto generate Playlists for ITunes. We can create playlists same as the folder structure from which they have been added to ITunes library.
In search for .net 4.0 Features - dynamic
By : Shijo Joseph
  A small R&D for newly introduced feature in .Net 4.0 with regard to dynamic objects. Hope this would help beginners to have a quick start who want to know about what is there in dynamic.
Handling exceptions in C#
By : Praveen Kumar
  This section on handling exceptions in C# gives information about the mechanism of handling exceptions, exception classes, system performance on using exceptions, multiple catch blocks, nested try blocks
A sample program on delegates and Multicast delegate
By : Praveen Kumar
  Delegates are a special type of object in C#. Delegates are of Simple and Multicast delegate.Delegate are defined, invoked and instance of delegate is created.
A set of sample programs in C#
By : Praveen Kumar
  A set of sample programs in C# such as fibonacci series, even or odd, palindrome, matrix representation and traingle representation of a given character and matrix multiplication using arrays, looping statements - for and while loop, conditional statement - if else statement etc.
View all
VB
DCOM Programming Introduction
By : baranee dharan
  DCOM Programming Introduction
Windows - timer API
By : baranee dharan
  Windows timer API to avoid the timer control problem
C
Tutorials in C Part 1
By : shine joseph
  C language was developed by Dennis Ritchie at Bell laboratories in the late 1970’s. It is derived from the Languages BPCL and B used to cr
PHP
PHP Part 1
By : pon pandi
  PHP data types
PHP An Introudction
By : pon pandi
  An introdcution to PHP
Ajax in PHP
By : alpha shine
  Most of the web developers used JavaScript to develop more user friendly programming practices. But the problem with JavaScript is that if we wa
Handling Files and how to Upload a file
By : alpha shine
  The function fopen() is used to deal with files. The function is having two parameters, one the filename and the other the mode in which we want to op
Php Forms and GET and POST methods
By : alpha shine
  Php forms are simple forms with elements. Strictly speaking, the forms are html forms and they are automatically available to php scripts.
View all
VB.Net
Manage your Registry
By : baranee dharan
  Access your machine's registry using VB.net
Functions in detail
By : baranee dharan
  visual basic .net functions
Delegates with an example
By : baranee dharan
  Delegates in VB.Net exposed with an example
Asp.Net
Add Client functionlity from serverside
By : baranee dharan
  Add javascript functionality to a server control from server side (code behind).
Forms Authentication
By : baranee dharan
  There are many authentication types are available in asp.net
Tech News
  Digital Content Wherever You Want It
  'Star Wars' fans flock to video game launch
  Intel rolls out computer chip with six brains
  Google considers moving to boats
  HP laptop claims to break 24-hour battery life barrier
  Another Gadget Overheating Issue: Sony Recalls 440,000 Vaios
  Review: Google Chrome lacks polish under the hood
  Nokia introducing unlimited music downloads
  Steve Jobs? obituary doing rounds while he is still alive
  World phone broadband at Rs 95 per month
  Internet addiction syndrome in Britain
  First impressions of Google?s new browser
  Lighter than Air? Samsung X360 Unveiled
  Energy Efficiency Standard for Servers Moves Forward
Survey

       

 
Untitled Document
 
Tech Resources:Home| Post Articles| Tech News
The Programming Gallery:
About Us | Contact Us | Site Map
Copyright © 2008 programminggallery.com All Rights Reserved Programminggallery.
Republication or redissemination of the contents of this screen are expressly prohibited without the written consent of Programminggallery