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.