<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/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>Community Blogs : .NET 3.5</title><link>http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx</link><description>Tags: .NET 3.5</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Creating an Extended Content Result for ASP.NET MVC</title><link>http://weblogs.asp.net/andrewrea/archive/2009/12/14/creating-an-extended-content-result-for-asp-net-mvc.aspx</link><pubDate>Mon, 14 Dec 2009 00:11:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7278062</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7278062</wfw:commentRss><comments>http://weblogs.asp.net/andrewrea/archive/2009/12/14/creating-an-extended-content-result-for-asp-net-mvc.aspx#comments</comments><description>I had a requirement on a small home project I am working on, where I need to add some more information to a content result than was there.&amp;#160; More specifically I had to add the status code and also have access to the response header collection.&amp;#160; I did come across an interesting thing with this, where by accessing and adding to the response header collection in a certain way will actually raise an exception and inform you that this is only support when IIS Integrated Pipeline is enabled.&amp;#160; I did some looking about and found a post by Phil Haack showing how he had achieved what I was looking for when he made the Download result class.&amp;#160; So the following causes an exception: public override void ExecuteResult(ControllerContext context...(&lt;a href="http://weblogs.asp.net/andrewrea/archive/2009/12/14/creating-an-extended-content-result-for-asp-net-mvc.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7278062" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category></item><item><title>DTOGenerator: Easily Generate Data Transfer Objects from ADO.NET Entity Framework or LINQ to SQL Data Classes</title><link>http://weblogs.asp.net/shahar/archive/2009/10/01/dtogenerator-easily-generate-data-transfer-objects-from-ado-net-entity-framework-or-linq-to-sql-data-classes.aspx</link><pubDate>Thu, 01 Oct 2009 16:45:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7221149</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7221149</wfw:commentRss><comments>http://weblogs.asp.net/shahar/archive/2009/10/01/dtogenerator-easily-generate-data-transfer-objects-from-ado-net-entity-framework-or-linq-to-sql-data-classes.aspx#comments</comments><description>In my previous post I wrote about a small utility that automatically generates Data Transfer Objects from LINQ to SQL Data Classes. Few days ago I had the time to add an important feature – the application can now generate DTO’s from ADO.NET Entity Framework Model as well. I also renamed the application to DTOGenerator and published it in CodePlex. Data Transfer Objects in 2 Diagrams There are really a lot of explanations about Data Transfer Objects in the web. You can read about them in the MSDN Magazine . But, Here is a 2 diagrams that show the concept of DTO’s in 2 most common scenarios: Getting Information: DAL=&amp;gt;BLL=&amp;gt;GUI (click to enlarge) Insert Information: GUI=&amp;gt;BLL=&amp;gt;DAL (click to enlarge) How to Use DTOGenerator Creating Data...(&lt;a href="http://weblogs.asp.net/shahar/archive/2009/10/01/dtogenerator-easily-generate-data-transfer-objects-from-ado-net-entity-framework-or-linq-to-sql-data-classes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7221149" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Development/default.aspx">Development</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/linq+to+sql/default.aspx">linq to sql</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ADO.NET+Entity+Framework/default.aspx">ADO.NET Entity Framework</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Tips+_2600_+Tricks/default.aspx">Tips &amp; Tricks</category></item><item><title>an Open Source Utility that Automatically Create Data Transfer Objects based on LINQ to SQL Data Classes</title><link>http://weblogs.asp.net/shahar/archive/2009/09/24/an-open-source-utility-that-automatically-create-data-transfer-objects-based-on-linq-to-sql-data-classes.aspx</link><pubDate>Thu, 24 Sep 2009 13:41:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7215607</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7215607</wfw:commentRss><comments>http://weblogs.asp.net/shahar/archive/2009/09/24/an-open-source-utility-that-automatically-create-data-transfer-objects-based-on-linq-to-sql-data-classes.aspx#comments</comments><description>Few weeks ago I posted in my Hebrew blog a post about using Data Transfer Objects to work with LINQ to SQL and ADO.NET Entity Framework (that currently both of them doesn’t support working with POCO). One of the comments I got was that using DTO’s takes twice the time than not using them. That’s because you have to write DTO class for each entity and you also have to write&amp;#160; method in the DTO class that return the DAL object (the object created by the ORM and mapped to a table in the DB) from the DTO and vice-versa. Although I don’t think it’s too much work, and i think that the advantages are significant enough to make the effort worth, I wrote during my job a small code generator that create DTO’s for each entity in the LINQ to SQL DataClasses...(&lt;a href="http://weblogs.asp.net/shahar/archive/2009/09/24/an-open-source-utility-that-automatically-create-data-transfer-objects-based-on-linq-to-sql-data-classes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7215607" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Development/default.aspx">Development</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/General/default.aspx">General</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/linq+to+sql/default.aspx">linq to sql</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Tips+_2600_+Tricks/default.aspx">Tips &amp; Tricks</category></item><item><title>ADO.NET Data Services – what waits for us in the future</title><link>http://weblogs.asp.net/sergeyzwezdin/archive/2009/09/12/ado-net-data-services-what-waits-for-us-in-the-future.aspx</link><pubDate>Sat, 12 Sep 2009 11:27:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7202262</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7202262</wfw:commentRss><comments>http://weblogs.asp.net/sergeyzwezdin/archive/2009/09/12/ado-net-data-services-what-waits-for-us-in-the-future.aspx#comments</comments><description>Approximately hardly there is more than year back we have seen a new services platform - ADO.NET Data Services. Its occurrence has marked the beginning of wide use of the REST-approach by many developers. At that time this platform was represented as the convenient tool for access to data through HTTP. Lately it is possible to understand, that this tool is really successful - huge number of developers have started to use immediately it in the projects. The reason for it is quite logical - use of...( read more ) Read More......(&lt;a href="http://weblogs.asp.net/sergeyzwezdin/archive/2009/09/12/ado-net-data-services-what-waits-for-us-in-the-future.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7202262" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Technology/default.aspx">Technology</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Programming/default.aspx">Programming</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/REST/default.aspx">REST</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ADO.NET+Data+Services/default.aspx">ADO.NET Data Services</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+4.0/default.aspx">.NET 4.0</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/AppDev/default.aspx">AppDev</category></item><item><title>ADO.NET Data Services v.1.5 CTP2</title><link>http://weblogs.asp.net/sergeyzwezdin/archive/2009/09/01/ado-net-data-services-v-1-5-ctp2.aspx</link><pubDate>Mon, 31 Aug 2009 23:58:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7187089</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7187089</wfw:commentRss><comments>http://weblogs.asp.net/sergeyzwezdin/archive/2009/09/01/ado-net-data-services-v-1-5-ctp2.aspx#comments</comments><description>Astoria team has released next CTP of ADO.NET Data Services 1.5. In comparison with previous release, CTP2 is really big work and we can observe now already that ADO.NET Data Services becomes even more powerful platform. As a whole it is visible, that development of Astoria is directed on more closer integration with Silverlight and .NET Framework 3.5 SP1. What’s new in CTP2: Projection. It is new feature for Astoria which has appeared only in this CTP. This feature allows to build more difficult...( read more ) Read More......(&lt;a href="http://weblogs.asp.net/sergeyzwezdin/archive/2009/09/01/ado-net-data-services-v-1-5-ctp2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7187089" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Technology/default.aspx">Technology</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/REST/default.aspx">REST</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ADO.NET+Data+Services/default.aspx">ADO.NET Data Services</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+4.0/default.aspx">.NET 4.0</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Announce/default.aspx">Announce</category></item><item><title>Programmatic Drawing with Silverlight 2.0/3.0 – An Analogue Clock</title><link>http://weblogs.asp.net/andrewrea/archive/2009/08/12/programmatic-drawing-with-silverlight-2-0-3-0-an-analogue-clock.aspx</link><pubDate>Wed, 12 Aug 2009 20:57:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7168392</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7168392</wfw:commentRss><comments>http://weblogs.asp.net/andrewrea/archive/2009/08/12/programmatic-drawing-with-silverlight-2-0-3-0-an-analogue-clock.aspx#comments</comments><description>Download the source project Image Working in Silverlight &amp;#160; &amp;#160; I have seen a lot of comparisons made between ActionScript and Silverlight with specific focus on the difference in lines of code, and more specifically when referring to the drawing api.&amp;#160; What I thought I would do is do a little drawing and in this example I have developed a teeny tiny interface for a clock view, which has a method of simply SetTime(DateTime time)&amp;#160; and I have made one implementation of this Clock view which is an analogue clock.&amp;#160; I have used some simple ellipse equations to allow for dynamic resize and redraw and in hind sight I would refactor my code so as not to keep adding and removing the shapes which are UIElements.&amp;#160; I will make...(&lt;a href="http://weblogs.asp.net/andrewrea/archive/2009/08/12/programmatic-drawing-with-silverlight-2-0-3-0-an-analogue-clock.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7168392" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category></item><item><title>The Controls collection cannot be modified because the control contains code blocks (i.e. &lt;% … %&gt; ).</title><link>http://weblogs.asp.net/rupendradhillon/archive/2009/06/26/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks-i-e-lt-gt.aspx</link><pubDate>Fri, 26 Jun 2009 09:41:09 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7134792</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7134792</wfw:commentRss><comments>http://weblogs.asp.net/rupendradhillon/archive/2009/06/26/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks-i-e-lt-gt.aspx#comments</comments><description>I am pretty sure that any web developer would hate an exception that is hard to catch. One of those is the one which says “ The Controls collection cannot be modified because the control contains code blocks (i.e. &amp;lt;% ... %&amp;gt;). ” In my case I got this exception on a page that was working perfectly about two days ago and now had been untouched since then. My first line of Googling defense resulted in articles like this article and other discussions that tell you to change the &amp;lt;%= xxxxx %&amp;gt; to &amp;lt;%# xxxxx %&amp;gt;. Below I show how my code was when I was getting the error. However just changing the &amp;lt;%= sign to &amp;lt;%# or moving the script tag within the content placeholder did not make any difference because even though it removed the...(&lt;a href="http://weblogs.asp.net/rupendradhillon/archive/2009/06/26/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blocks-i-e-lt-gt.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7134792" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.Net+2.0/default.aspx">.Net 2.0</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Issues/default.aspx">Issues</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.Net+Platform/default.aspx">.Net Platform</category></item><item><title>Passed the Microsoft 70-536 .NET Framework - Application Development Foundation Exam</title><link>http://weblogs.asp.net/joshuajohnson/archive/2009/06/23/passed-the-microsoft-70-536-net-framework-application-development-foundation-exam.aspx</link><pubDate>Tue, 23 Jun 2009 15:55:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7132626</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7132626</wfw:commentRss><comments>http://weblogs.asp.net/joshuajohnson/archive/2009/06/23/passed-the-microsoft-70-536-net-framework-application-development-foundation-exam.aspx#comments</comments><description>I passed the Microsoft 70-536 exam. The next exam that I am targeting is the Microsoft 70-562 ASP.NET Application Development exam. I have been working with ASP.NET since version 1.0, so I should do well on this exam. Joshua Read More......(&lt;a href="http://weblogs.asp.net/joshuajohnson/archive/2009/06/23/passed-the-microsoft-70-536-net-framework-application-development-foundation-exam.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7132626" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Certification/default.aspx">Certification</category></item><item><title>Using .Net 3.5 and C# 3.0 features in T4 templates</title><link>http://weblogs.asp.net/shijuvarghese/archive/2009/06/03/using-net-3-5-and-c-3-0-features-in-t4-templates.aspx</link><pubDate>Wed, 03 Jun 2009 12:12:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7107055</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7107055</wfw:commentRss><comments>http://weblogs.asp.net/shijuvarghese/archive/2009/06/03/using-net-3-5-and-c-3-0-features-in-t4-templates.aspx#comments</comments><description>The T4 templates are compiled against .Net Framework 2.0 by default and it will be restricted to use LINQ and other .Net 3.5 features in your T4 templates. If you want to use any of C# 3.0 or .Net 3.5 features in your T4 templates, you have to specify T4 templates language attribute is C#v3.5 instead of C#. The .Net 3.5 features are using System.Core namespace so that you have to give reference to System.Core namespace in the T4 templates. The below is the syntax 1 &amp;lt;#@ template language= &amp;quot; C#v3.5 &amp;quot; hostspecific= &amp;quot; True &amp;quot; #&amp;gt; 2 &amp;lt;#@ assembly name= &amp;quot; System.Core &amp;quot; #&amp;gt; Read More......(&lt;a href="http://weblogs.asp.net/shijuvarghese/archive/2009/06/03/using-net-3-5-and-c-3-0-features-in-t4-templates.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7107055" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/T4/default.aspx">T4</category></item><item><title>Use together ADO.NET Data Services with SQL Compact</title><link>http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/27/use-together-ado-net-data-services-with-sql-compact.aspx</link><pubDate>Fri, 27 Mar 2009 08:24:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7006809</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=7006809</wfw:commentRss><comments>http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/27/use-together-ado-net-data-services-with-sql-compact.aspx#comments</comments><description>Yes, you were not mistaken, having read title. Now we will look how it is possible to work with data from SQL Compact using ADO.NET Data Services. Important remark. Actually, SQL Compact not absolutely correctly to use together with ADO.NET Data Services. SQL Compact initially is not focused on a mode of the multiuser work and it is intended for other purposes – for use as local storage. Using SQL Compact as storage for ADO.NET Data Services can negatively affect productivity of your web service...( read more ) Read More......(&lt;a href="http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/27/use-together-ado-net-data-services-with-sql-compact.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7006809" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Programming/default.aspx">Programming</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/REST/default.aspx">REST</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ADO.NET+Data+Services/default.aspx">ADO.NET Data Services</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/AppDev/default.aspx">AppDev</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/SQL+Compact/default.aspx">SQL Compact</category></item><item><title>How I can define custom instance logic of data model in ADO.NET Data Services?</title><link>http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/25/how-i-can-define-custom-instance-logic-of-data-model-in-ado-net-data-services.aspx</link><pubDate>Wed, 25 Mar 2009 07:48:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6998853</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=6998853</wfw:commentRss><comments>http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/25/how-i-can-define-custom-instance-logic-of-data-model-in-ado-net-data-services.aspx#comments</comments><description>When we work with ADO.NET Data Services we reference data model via generic-parameter. Thus, instance of data context class it is created by infrastructure of ADO.NET Data Services. In this case ADO.NET Data Services use constructor without parameters. Frequently such behavior quite enough – we create data model, in configuration file we register connection string and it works. However, it is possible to see scenarios when it necessary to meddle in this process. Causes my be very different: We need...( read more ) Read More......(&lt;a href="http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/25/how-i-can-define-custom-instance-logic-of-data-model-in-ado-net-data-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6998853" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Programming/default.aspx">Programming</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/REST/default.aspx">REST</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ADO.NET+Data+Services/default.aspx">ADO.NET Data Services</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/AppDev/default.aspx">AppDev</category></item><item><title>ADO.NET Data Services и LINQ to SQL: continuation</title><link>http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/24/ado-net-data-services-linq-to-sql-continuation.aspx</link><pubDate>Tue, 24 Mar 2009 06:57:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6996003</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=6996003</wfw:commentRss><comments>http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/24/ado-net-data-services-linq-to-sql-continuation.aspx#comments</comments><description>Recently I wrote about what actions are necessary, that the LINQ-to-SQL data model could work together with ADO.NET Data Services. I wish to add this information with one important fact. Actually, there is an convention on which ADO.NET Data Services tries to define independently key fields in entity. This convention consists in the following – if the entity is not marked with DataServiceKey attribute, following actions are carried out: Among properties of entity property ID is searching. If it exists...( read more ) Read More......(&lt;a href="http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/24/ado-net-data-services-linq-to-sql-continuation.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6996003" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Programming/default.aspx">Programming</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/REST/default.aspx">REST</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ADO.NET+Data+Services/default.aspx">ADO.NET Data Services</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/AppDev/default.aspx">AppDev</category></item><item><title>ADO.NET Data Services and LINQ-to-SQL</title><link>http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/23/ado-net-data-services-and-linq-to-sql.aspx</link><pubDate>Mon, 23 Mar 2009 06:46:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6994405</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=6994405</wfw:commentRss><comments>http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/23/ado-net-data-services-and-linq-to-sql.aspx#comments</comments><description>As a rule, ADO.NET Data Services works over ADO.NET Entity Framework data model. However, work with real projects (and customers:)) sometimes specifies to us other conditions. Frequently there is no necessity to use Entity Framework. And in this case we start to think of use LINQ-to-SQL as data model. In earlier versions of ADO.NET Data Services it is has been simple – create data model, create web-service and it works! When ADO.NET Data Services released, the situation has been changed – at construction...( read more ) Read More......(&lt;a href="http://weblogs.asp.net/sergeyzwezdin/archive/2009/03/23/ado-net-data-services-and-linq-to-sql.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6994405" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Programming/default.aspx">Programming</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/REST/default.aspx">REST</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/ADO.NET+Data+Services/default.aspx">ADO.NET Data Services</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/AppDev/default.aspx">AppDev</category></item><item><title>ASP.NET Podcast Show #138 - Coding Microsoft Velocity with David Penton - video </title><link>http://weblogs.asp.net/wallym/archive/2009/03/20/asp-net-podcast-show-138-coding-microsoft-velocity-with-david-penton-video.aspx</link><pubDate>Fri, 20 Mar 2009 10:30:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6981248</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=6981248</wfw:commentRss><comments>http://weblogs.asp.net/wallym/archive/2009/03/20/asp-net-podcast-show-138-coding-microsoft-velocity-with-david-penton-video.aspx#comments</comments><description>blank_page Subscribe to All! Subscribe to WMV. Subscribe to M4V (iPod). Subscribe to MP3. (The cool kids subscribe, why not you?!?) Download WMV . Download M4V . Download MP3 . Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2009/03/19/asp-net-podcast-show-138-coding-microsoft-velocity-with-david-penton-video.aspx Code Samples: http://www.aspnetpodcast.com/CS11/files/folders/podcastsupportfiles/entry1293.aspx Show Notes: ----- Code Sample Notes ----- Four (4) assembly references are needed for a cache project: CacheBaseLibrary.dll CASBase.dll ClientLibrary.dll FabricCommon.dll Import System.Data.Caching for code using Velocity You must start with a CacheFactory. No parameters in the construct means to read from a configuration...(&lt;a href="http://weblogs.asp.net/wallym/archive/2009/03/20/asp-net-podcast-show-138-coding-microsoft-velocity-with-david-penton-video.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6981248" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5+SP1/default.aspx">.NET 3.5 SP1</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Velocity/default.aspx">Velocity</category></item><item><title>ASP.NET Podcast Show #137 - Install and Configuration of Microsoft Velocity with David Penton - video</title><link>http://weblogs.asp.net/wallym/archive/2009/03/19/asp-net-podcast-show-137-install-and-configuration-of-microsoft-velocity-with-david-penton-video.aspx</link><pubDate>Thu, 19 Mar 2009 10:30:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6978927</guid><dc:creator>ASP.NET Weblogs</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/communityblogs/rsscomments.aspx?PostID=6978927</wfw:commentRss><comments>http://weblogs.asp.net/wallym/archive/2009/03/19/asp-net-podcast-show-137-install-and-configuration-of-microsoft-velocity-with-david-penton-video.aspx#comments</comments><description>Subscribe to All! Subscribe to WMV. Subscribe to M4V (iPod). Subscribe to MP3. (The cool kids subscribe, why not you?!?) Download WMV . Download M4V . Download MP3 . Original Url: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2009/03/18/asp-net-podcast-show-137-install-and-configuration-of-microsoft-velocity.aspx Show Notes: ----- Installation Notes ----- CTP1 must be uninstalled first! .Net Framework version 3.5 PowerShell version 1.0 Cluster configuration options XML based SQL Server (or SQL CE) based Set cache cluster/host options Cluster Name Cluster Size: small (1-3), medium (4-6), large (7-10) Cache Host port (default 22233) Cache Cluster port (if configuring) (default 22234) Max Server Memory ----- Configuration Notes -...(&lt;a href="http://weblogs.asp.net/wallym/archive/2009/03/19/asp-net-podcast-show-137-install-and-configuration-of-microsoft-velocity-with-david-penton-video.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6978927" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Podcasts/default.aspx">Podcasts</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/podcast/default.aspx">podcast</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5/default.aspx">.NET 3.5</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/.NET+3.5+SP1/default.aspx">.NET 3.5 SP1</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/Velocity/default.aspx">Velocity</category><category domain="http://weblogs.asp.net/communityblogs/archive/tags/David+Penton/default.aspx">David Penton</category></item></channel></rss>