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)
0
Comments
Introducing Silverlight 4
by
MD.ZAHIDUL ISLAM
In this post I am going to discuss about some basic things inside Silverlight project. When we start Silverlight the first thing we face is XAML (Extended Application Markup Language). So I am going to start form XAML which is pronounced as /ˈzæməl/....
0
Comments
A Journey to Silverlight 4 world
by
MD.ZAHIDUL ISLAM
I have been working on Silverlight since Silverlight 2 when there is now good designer tools for developer. But now Silverlight 4 have become more matured and rich. To support silverlight application development faster Visual Studio 2010 introduce...
2
Comments
XBAP versus Silverlight application
by
MD.ZAHIDUL ISLAM
WPF browser application (XBAP) and Silverlight both use XAML (Extensible Application Markup Language, pronounced zammel ) is a declarative XML-based language created by Microsoft). The XBAP application offer a way to implement rich browser-based...
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...