Search English (United States)  தமிழ் (இந்தியா)
Saturday, November 22, 2008 ..:: Articles ::.. Register  Login
SQL SERVER - What is - DML, DDL, DCL and TCL - Introduction and Examples
Mani's Articles By mani on Monday, November 03, 2008
This articles describes Introduction of DML, DDL, DCL and TCL and Aggregate functions examples...
Comments (0) More...

Differences Delete, Drop, Truncate in sql server
Mani's Articles By mani on Monday, November 03, 2008
This article describes the differences of Delete, Drop and Truncate in sql server
Comments (0) More...

Difference Delete, Drop, Truncate in sql server
Mani's Articles By mani on Monday, November 03, 2008
This article describes the differences of Delete, Drop and Truncate in sql server
Comments (0) More...

Securing the Connection String in Asp.Net
Mani's Articles By mani on Saturday, November 01, 2008
Basically we can use the web.config file to save our connection string. We can easily altering the connection string if it changes in the future. When we store the connection string in the web.config file it's stored in a readable form. If anyone can open the web.config file he can read the connection string and security will be lose. So In this article we will see that how we can secure our connection string by encrypting it.
Comments (0) More...

Producer-Consumer problem through Java applet
Articles Programming By ganesh on Sunday, September 21, 2008 8:48 AM
A Traditional multitasking operating system problem demonstrated with a java applet. This program explains the concepts of Producer-Consumer problem, shared memory access, Multithreading and Monitor as a synchronizing mechanism in Java.
Comments (0) More...

Three Sorting functions in a singe C++ class
Articles Programming By ganesh on Thursday, September 04, 2008 8:30 AM
This program implements Three mostly used sorting algorithms viz., Quicksort, Mergesort and Heapsort in a single class. This will be useful for the people who learn C++, OOP and sorting algorithms together.
Comments (0) More...

Row numbers in SQL Query (MS SQL Server 2000 and 2005)
Articles Programming By ganesh on Tuesday, August 12, 2008 5:28 PM
This Article helps you assigning row numbers to the result of select SQL query in Microsoft SQL Server 2000 and SQL Server 2005.
Comments (1) More...

Internet Information Services (IIS) - An Introduction
Articles General Computing By ganesh on Monday, July 21, 2008 9:24 AM
IIS helps web servers to publish various services over the Internet. This Article introduces IIS and its services to a beginner.
Comments (0) More...

Pointers made simple - Part 1
Articles Programming By ganesh on Monday, May 12, 2008 8:39 PM
Don’t lose your nerve when you forced to work with pointers? Pointer is an interesting feature of C language. It plays a vital role in major C programs. I hope this article makes you to understand pointers easily and takes you up to the level of playing with pointers.
Comments (3) More...

Tutorial on Stack - Part 1 - Principles and Applications of stacks
Articles Programming By ganesh on Monday, May 12, 2008 8:18 PM
In this Part 1 of tutorial on stack, you can learn what is stack, operations performed on stack and some applications where stacks play key role in computing.
Comments (1) More...

Copyright 2007 by technicalganesh.com   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2008 by DotNetNuke Corporation