<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>MVC技术</title>
<link>http://www.17aspx.com/html/mvc/</link>
<description>MVC技术</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; ASP.NET学习网(www.17aspx.com) 版权所有]]></generator>
<webmaster>26837062@QQ.com</webmaster>
<item>
    <title><![CDATA[ASP.NET MVC系列教程(7):Hellper与数据的提交与绑定]]></title>
    <link>http://www.17aspx.com/html/mvc/2009/0920/53.html</link>
    <description><![CDATA[ASP.NET MVC提供了很多Hellper的方法，Hellper就是一些生成HTML代码的方法，方便我们书写HTML代码(有一部分的朋友更喜欢直接写HTML代码)。我们也可以利用.NET 3.5的扩展方法来书写我们自己的]]></description>
    <pubDate>2009-09-20</pubDate>
    <category>MVC技术</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET MVC系列教程(6):TempData]]></title>
    <link>http://www.17aspx.com/html/mvc/2009/0920/52.html</link>
    <description><![CDATA[ASP.NET MVC的TempData用于传输一些临时的数据，例如在各个控制器Action间传递临时的数据或者给View传递一些临时的数据，相信大家都看过在ASP.NET页面间传值的方法有哪几种这个面试题，在]]></description>
    <pubDate>2009-09-20</pubDate>
    <category>MVC技术</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET MVC系列教程(5):View与ViewData]]></title>
    <link>http://www.17aspx.com/html/mvc/2009/0920/51.html</link>
    <description><![CDATA[view在MVC模式中与用户进行最直接的接触，它负责数据的呈现。这里要注意一点就是，view只是负责数据的呈现，所以我们应该要尽量让view中不涉及业务逻辑的处理。 我们来添加一个Bl]]></description>
    <pubDate>2009-09-20</pubDate>
    <category>MVC技术</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET MVC系列教程(4):Controller与Action]]></title>
    <link>http://www.17aspx.com/html/mvc/2009/0920/50.html</link>
    <description><![CDATA[本系列文章基于ASP.NET MVC Preview5. Controller是MVC中比较重要的一部分。几乎所有的业务逻辑都是在这里进行处理的，并且从Model中取出数据。在ASP.NET MVC Preview5中，将原来的Controller类一分为]]></description>
    <pubDate>2009-09-20</pubDate>
    <category>MVC技术</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET MVC系列教程(3):Routing技术]]></title>
    <link>http://www.17aspx.com/html/mvc/2009/0920/49.html</link>
    <description><![CDATA[本系列文章基于Microsoft ASP.NET MVC Beta. 在一个 route 中，通过在大括号中放一个占位符来定义 ( { and } ) 。当解析 URL 的时候，符号 / 和 . 被作为一个定义符来解析，而定义符之间的值则匹]]></description>
    <pubDate>2009-09-20</pubDate>
    <category>MVC技术</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET MVC系列教程(2):项目的目录结构与核心的D]]></title>
    <link>http://www.17aspx.com/html/mvc/2009/0920/48.html</link>
    <description><![CDATA[我们新建一个ASP.NET MVC的Web Application后，默认的情况下，项目的目录结构如下： App_Data ：这个目录跟我们一般的ASP.NET website是一样的，用于存放数据。 Content ：这个目录是建议用来存放]]></description>
    <pubDate>2009-09-20</pubDate>
    <category>MVC技术</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[浅析ASP.NET三层架构]]></title>
    <link>http://www.17aspx.com/html/mvc/2009/0910/6.html</link>
    <description><![CDATA[在ASP.NET中通常说的三层是指：表现层、业务层和数据层。用三层架构可以让代码的可读性和功能的扩展性有着很好的提高。首先来看一个图： 大家都知道是表现层（ PL ），业务逻辑层]]></description>
    <pubDate>2009-09-09</pubDate>
    <category>MVC技术</category>
    <author>admin</author>
    <comments>未知</comments>
</item>
<item>
    <title><![CDATA[ASP.NET MVC系列教程(1):框架概述]]></title>
    <link>http://www.17aspx.com/html/mvc/2009/0909/5.html</link>
    <description><![CDATA[什么是MVC模式 MVC（Model-View-Controller，模型视图控制器模式）用于表示一种软件架构模式。它把软件系统分为三个基本部分：模型（Model），视图（View）和控制器（Controller）。 那么MVC模]]></description>
    <pubDate>2009-09-09</pubDate>
    <category>MVC技术</category>
    <author>admin</author>
    <comments>未知</comments>
</item>

</channel>
</rss>

