<?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>Facing new challenges everyday &#187; asp.net</title>
	<atom:link href="http://faces.eti.br/tag/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://faces.eti.br</link>
	<description>This site talks about the many challenges on computer programming.</description>
	<lastBuildDate>Sat, 24 Dec 2011 12:01:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Data Persistence on ASP.NET MVC Applications with EntityFramework</title>
		<link>http://faces.eti.br/2009/02/27/data-persistence-on-aspnet-mvc-applications-with-entityframework/</link>
		<comments>http://faces.eti.br/2009/02/27/data-persistence-on-aspnet-mvc-applications-with-entityframework/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 16:31:03 +0000</pubDate>
		<dc:creator>rogerio</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[entityframework]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://faces.eti.br/?p=533</guid>
		<description><![CDATA[There&#8217;s no doubt, ASP.NET is an amazing technology, very productive and easy to use, but it isn&#8217;t perfect, his architecture doesn&#8217;t help enough when you need add unit tests in your project and you can&#8217;t see a clean separation of concerns, some of its urls used to access pages isn&#8217;t so intuitive, if you need [...]]]></description>
		<wfw:commentRss>http://faces.eti.br/2009/02/27/data-persistence-on-aspnet-mvc-applications-with-entityframework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Basics with Visual Studio Web Developer 2008</title>
		<link>http://faces.eti.br/2009/01/08/aspnet-basics-with-visual-studio-web-developer-2008/</link>
		<comments>http://faces.eti.br/2009/01/08/aspnet-basics-with-visual-studio-web-developer-2008/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 00:35:09 +0000</pubDate>
		<dc:creator>rogerio</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://faces.eti.br/?p=353</guid>
		<description><![CDATA[ASP.NET is one of the key technologies behind .NET Framework, you can easily create web applications to collect data entered by user by placing some input controls in your page, once the data is entered and the page is submited, you can read data on server side by accessing specific properties in your controls. This [...]]]></description>
		<wfw:commentRss>http://faces.eti.br/2009/01/08/aspnet-basics-with-visual-studio-web-developer-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC, good or bad?</title>
		<link>http://faces.eti.br/2008/03/15/aspnet-mvc-good-or-bad/</link>
		<comments>http://faces.eti.br/2008/03/15/aspnet-mvc-good-or-bad/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 14:06:55 +0000</pubDate>
		<dc:creator>rogerio</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[mvc]]></category>
		<category><![CDATA[vb]]></category>

		<guid isPermaLink="false">http://faces.eti.br/?p=92</guid>
		<description><![CDATA[I have been listening some screencasts about ASP.NET MVC, at first moment we can see few features found on the other web frameworks like Grails and RoR, the controllers are very easy to write and all controllers actions can be bind easily on your view code by using helper methods.]]></description>
		<wfw:commentRss>http://faces.eti.br/2008/03/15/aspnet-mvc-good-or-bad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ASP.NET Atlas, first impressions &#8211; Part 2</title>
		<link>http://faces.eti.br/2007/10/01/aspnet-atlas-first-impressions-part-2/</link>
		<comments>http://faces.eti.br/2007/10/01/aspnet-atlas-first-impressions-part-2/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 02:15:24 +0000</pubDate>
		<dc:creator>rogerio</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://faces.eti.br/?p=77</guid>
		<description><![CDATA[Well, after some investigation I found something very similar to ICEFaces approach, ASP.NET Atlas guesses which portion of page must be updated, the number of updatePanels on the page doesn&#8217;t matter. My page code is now something like this: 123456789101112131415161718192021222324252627282930313233343536&#60;%@ Page Language=&#34;C#&#34; AutoEventWireup=&#34;true&#34; &#160;CodeFile=&#34;Default.aspx.cs&#34; Inherits=&#34;_Default&#34; %&#62; &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62; &#60;html [...]]]></description>
		<wfw:commentRss>http://faces.eti.br/2007/10/01/aspnet-atlas-first-impressions-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Atlas, first impressions</title>
		<link>http://faces.eti.br/2007/10/01/aspnet-atlas-first-impressions/</link>
		<comments>http://faces.eti.br/2007/10/01/aspnet-atlas-first-impressions/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 01:46:23 +0000</pubDate>
		<dc:creator>rogerio</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://faces.eti.br/?p=76</guid>
		<description><![CDATA[I&#8217;ve been spending some moments evaluating the news features of ASP.NET, at first look ASP.NET Atlas seems promising, but at this moment I couldn&#8217;t find anything similar to reRender feature that we have in Ajax4JSF, this is can be a serious problem, because how can we specify which portion of such page must be updated? [...]]]></description>
		<wfw:commentRss>http://faces.eti.br/2007/10/01/aspnet-atlas-first-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

