<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MicroSYNC Network Blog &#187; ASP.NET</title>
	<atom:link href="http://blog.microsync.net/cat/asp-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.microsync.net</link>
	<description>Technologies is changing the world, and our life...</description>
	<lastBuildDate>Mon, 14 Jun 2010 01:28:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Send mail in ASP.NET via GMail account</title>
		<link>http://blog.microsync.net/asp-net/send-mail-in-asp-net-via-gmail-account/</link>
		<comments>http://blog.microsync.net/asp-net/send-mail-in-asp-net-via-gmail-account/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:19:48 +0000</pubDate>
		<dc:creator>Mr.AD</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[GMail]]></category>

		<guid isPermaLink="false">http://blog.microsync.net/?p=32</guid>
		<description><![CDATA[Good morning,
In this post, I want to show a simple code that demonstrate how to send a email in ASP.NET application via a GMail account.

Now, open Visual Studio 2005/2008 and create new ASP.NET project.
Declare this assembly below:

using System.Net;
using System.Net.Mail;

Use this function, modify if needed

public static bool SendMail&#40;string to&#41;
        [...]]]></description>
		<wfw:commentRss>http://blog.microsync.net/asp-net/send-mail-in-asp-net-via-gmail-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Authentication account Joomla on ASP.NET applications</title>
		<link>http://blog.microsync.net/asp-net/authentication-account-joomla-on-asp-net-applications/</link>
		<comments>http://blog.microsync.net/asp-net/authentication-account-joomla-on-asp-net-applications/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:39:10 +0000</pubDate>
		<dc:creator>Mr.AD</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.microsync.net/?p=5</guid>
		<description><![CDATA[Authentication account Joomla on ASP.NET applications 
Introduction
Browse the article headline, I know some of you have ever studied by  Joomla and  ASP.NET will be surprised. Because Joomla is developed in PHP  language, ASP.NET is a language is different from PHP so much.  Otherwise,  the environment operate them also diffirent, PHP [...]]]></description>
		<wfw:commentRss>http://blog.microsync.net/asp-net/authentication-account-joomla-on-asp-net-applications/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
