Monday, October 15, 2012

About-Us

...

Friday, October 12, 2012

Asp.Net

Welcome to asp.net pa...

Wednesday, October 10, 2012

SQL QUERIES

writing queries in sql server  (2005/2008/R2 Edition)/*creating Database Syntax*/Create Database Sample/*Create Table Syntax*/create table Student(Sno numeric,Sname varchar(25),Sage numeric,Sdob datetime,Splace varchar(25))/*Inserting Values in Table*/insert into student values(103,'dhas',25,11/26/1990,'Tambaram')/*select Table*/select * from student/*Drop Table Syntax */drop table student/*Truncate table Syntax*/truncate table student/*Delete table syntax */delete from student/*update table*/update student set sname='amal' where sno=101/*Primary...

Thursday, June 14, 2012

மெல்லக் கொல்லும் செல் போனும் தப்பிக்க சில வழிமுறைகளும்!

மெல்லக் கொல்லும் செல் போனும் தப்பிக்க சில வழிமுறைகளும்!   இன்று செல்போன் அத்தியாவசியமான ஒன்றாகிவிட்டது. அதனால் பாதிப்புக்கள் பல இருந்தும், அதனை கைவிடமுடியாது தவிக்கிறோம். அவ்வாறான செல்போன் ஆபத்துக்களில் இருந்து குறிப்பிட்ட அளவில் நம்மை பாதுகாக்க சில பரிந்துரைகள் கீழே தரப்படுகின்றன, மொபைல் போனில் ஸ்பெசிபிக் அப்சார்ப்ஷன் ரேட்(SARSpecific...