<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.mconstantin.eu.org/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What to do and what NOT to do in each layer of your application</title><link>http://blogs.mconstantin.eu.org/cchrism/archive/2004/06/02/152.aspx</link><description>Scott postedA reminder on "Three/Multi Tier/Layer Architecture/Design" brought to you by my late night frustrations. 
So, before writting DataLayer stuff in your .aspx page (or worse, open connections), please review the article. One interesting note.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60404.2676)</generator><item><title>re: What to do and what NOT to do in each layer of your application</title><link>http://blogs.mconstantin.eu.org/cchrism/archive/2004/06/02/152.aspx#225</link><pubDate>Wed, 11 May 2005 21:08:00 GMT</pubDate><guid isPermaLink="false">84fa4630-d7f3-4739-a4ce-65ab18add461:225</guid><dc:creator>Javier Luna</dc:creator><description>I believe that any DataLayer must be a simple code block, that they allow operations against DB. &lt;br&gt;&lt;br&gt;That code block would not have to know on the Business Entities. Single to specialize it is to execute the operations (Store Procedures and SQL Sentences) against the engine DB (SQL, Oracle, DB2, etc.), with which this setting. &lt;br&gt;&lt;br&gt;Finally, I invite to you to download the DataLayer.Primitives Public Version. &lt;br&gt;&lt;br&gt;This is very cool Data Layer :) &lt;br&gt;&lt;br&gt;DataLayer.Primitives - Readme! &lt;br&gt;&lt;a target="_new" href="http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=1389"&gt;http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=1389&lt;/a&gt;&lt;br&gt;</description></item></channel></rss>