zahid's blog
Sign in
|
Join
|
Help
Home
Contact
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Community
Home
Blogs
Media
Forums
Wikis
Groups
Video
Job
Archives
July 2010 (2)
June 2009 (1)
March 2009 (2)
March 2009 - Posts
6
Comments
Sending Email using WPF and C#
by
MD.ZAHIDUL ISLAM
Introduction In this article you will learn how to send email from you WPF application using C#.Sending email from your WPF application is actually very simple.You can send email using SMTP Server that require authentication and SSL.You can use GMail's...
0
Comments
Getting object’s information on the fly
by
MD.ZAHIDUL ISLAM
Do you ever try to find out information about an object at run time? Though all of us working with object all the day but I think few of us try this. It is very useful when you want to interrogate types in the system as well as to create code on the fly...