Google ads

Saturday, January 14, 2012

Simple Directory Watcher

Simple Directory Watcher

Simple Directory Watcher is a tiny tool for record change in some particular directory changes like adding new directories and creating and deleting Files ,it auotomatically detects the changes and show on console screen .

Here is C# Code For Simple Directory Watcher


Monday, January 9, 2012

Send Email in ASP.NET Using Gmail SMTP

Sending mails over asp.net using gmail SMTP

Gmail smtp settings

smtp.gmail.com (use authentication)
Use Authentication: Yes
Port for TLS/STARTTLS: 587
Port for SSL: 465

Use the above settings for SMTP Client Class properties

If you're having any trouble sending mail but you've confirmed that encryption is active for SMTP in your mail client, try to configure your SMTP server on a different port (465 or 587)

If you enable SSL use 465 or else use 587 (default)

Inline Code

Here is working C# Code

Saturday, January 7, 2012

Ms Chart Controls

Micro-soft Chart Control Environment

MsChart Control using for first time.Donload sample guide for mschart control provided by microsoft.By following simple steps you can get code and practicing tutorial guide deploye in to IIS and browse code.


Download web samples from here


You can see the code like this at your end.


Saturday, February 5, 2011

EPhoneBook with photos using ADO.NET technology SQLServer 2005 backend

This tool is developed based on c sharp language used to maintain the database of your friends mobile numbers,and their email ids and date of births , with their photos .
retrieving photos from the database using c #.
1)This is the Preview  of the EPhoneBook




2)Adding photos from here by clicking the Load image button.





3) And than save prepared values into the database by clicking save prepared. you can simply navigate to the further records  over here.





4)You can enter the values simply in desired fields .




                                                                                                                                                         5)Search the contact details of the particular person from here....




This EPhoneBook Designed easy to use and easy to search the contact details of the particular person .
Any Queries regarding this tool reply me i can send the full details and database structure of the EPhonebook.


6)The backend for this Application i used is SqlServer Database and table that  having the 6 columns containing name ,cell number ,location ,email-id , date of birth and image .