<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - published adonet stories</title>
    <description>the latest published adonet stories from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>What is new in .NET Framework 4.5 </title>
      <description>Another major release in .NET Framework, .NET 4.5 which allows the developers to use Windows 8 technologies and windows runtime directly from .NET 4.5. It makes easy and natural to write Metro style applications using C# and VB. .NET 4.5 makes your applications run faster eg: Faster ASP.NET startup. .NET 4.5 gives  you easy access to your data with entity framework code first approach and recent SQL Server features. This post discuss these features in detail.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techbubbles.com%2fnet-framework-4-5%2fwhat-is-new-in-net-framework-4-5%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techbubbles.com%2fnet-framework-4-5%2fwhat-is-new-in-net-framework-4-5%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/What_is_new_in_NET_Framework_4_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/What_is_new_in_NET_Framework_4_5</guid>
      <pubDate>Sun, 09 Oct 2011 08:37:34 GMT</pubDate>
    </item>
    <item>
      <title>Entity framework and Stored procedure output parameter</title>
      <description>One of my friend was having problem in Entity framework and stored procedure output parameter. He was confused how to use output parameter with stored procedures.So I did some search on internet and I found a great way to use output parameter so I thought I should write a blog post for the same. So in this blog post I am going to explain you how we can use output parameter of entity framework.


So let's start coding for that.For demo, I have create a table called 'Customer' which contains just two col... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetjalps.com%2f2011%2f09%2fentity-framework-and-stored-procedure.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetjalps.com%2f2011%2f09%2fentity-framework-and-stored-procedure.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_framework_and_Stored_procedure_output_parameter</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_framework_and_Stored_procedure_output_parameter</guid>
      <pubDate>Fri, 09 Sep 2011 14:47:01 GMT</pubDate>
    </item>
    <item>
      <title>Foreign key vs. Independent associations in Entity Framework 4</title>
      <description>Independent and Foreign key associations are two ways to model relationships in Entity framework 4. This article describes differences between them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ladislavmrnka.com%2f2011%2f05%2fforeign-key-vs-independent-associations-in-ef-4%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ladislavmrnka.com%2f2011%2f05%2fforeign-key-vs-independent-associations-in-ef-4%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Foreign_key_vs_Independent_associations_in_Entity_Framework_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Foreign_key_vs_Independent_associations_in_Entity_Framework_4</guid>
      <pubDate>Fri, 02 Sep 2011 13:57:19 GMT</pubDate>
    </item>
    <item>
      <title>Design bug in DbSet.Find method of Entity Framework 4.1</title>
      <description>This blog post shows a problem with the DbSet.Find method that creates bad queries when used in models that have entity hierarchies (inheritance).  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fidof%2farchive%2f2011%2f08%2f01%2fentity-framework-4-1-beware-of-the-dbset-find-method.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fidof%2farchive%2f2011%2f08%2f01%2fentity-framework-4-1-beware-of-the-dbset-find-method.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Design_bug_in_DbSet_Find_method_of_Entity_Framework_4_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Design_bug_in_DbSet_Find_method_of_Entity_Framework_4_1</guid>
      <pubDate>Mon, 01 Aug 2011 12:20:26 GMT</pubDate>
    </item>
    <item>
      <title>Using Entity Framework to 0Successfully Target Multiple Databases  </title>
      <description>and LINQ, often forget the specifics of particular databases. This article discusses problems in the process of developing an application for Entity Framework (EF), which is meant to interact with Oracle, MySQL, PostgreSQL or SQLite rather than Microsoft SQL Server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.infoq.com%2farticles%2fmultiple-databases"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.infoq.com%2farticles%2fmultiple-databases" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Using_Entity_Framework_to_0Successfully_Target_Multiple_Databases</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Using_Entity_Framework_to_0Successfully_Target_Multiple_Databases</guid>
      <pubDate>Wed, 27 Jul 2011 15:59:24 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework 4.1 - manage relations</title>
      <description>How you manage relations between objects with Entity Framework 4.1 Code First approach. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f07%2f12%2fentity-framework-4-1-managing-relations%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codewrecks.com%2fblog%2findex.php%2f2011%2f07%2f12%2fentity-framework-4-1-managing-relations%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_4_1_manage_relations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_4_1_manage_relations</guid>
      <pubDate>Tue, 12 Jul 2011 08:20:30 GMT</pubDate>
    </item>
    <item>
      <title>C#/.NET Fundamentals: Choosing the Right Collection Class</title>
      <description>The .NET Base Class Library (BCL) has a wide array of collection classes at your disposal which make it easy to manage collections of objects. 

While it's great to have so many classes available, it can be daunting to choose the right collection to use for any given situation. 

As hard as it may be, choosing the right collection can be absolutely key to the performance and maintainability of your application!

This post will look at breaking down any confusion between each collection and the situations in which they excel. We will be spending most of our time looking at the System.Collections.Generic namespace, which is the recommended set of collections.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgeekswithblogs.net%2fBlackRabbitCoder%2farchive%2f2011%2f06%2f16%2fc.net-fundamentals-choosing-the-right-collection-class.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgeekswithblogs.net%2fBlackRabbitCoder%2farchive%2f2011%2f06%2f16%2fc.net-fundamentals-choosing-the-right-collection-class.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/C_NET_Fundamentals_Choosing_the_Right_Collection_Class</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/C_NET_Fundamentals_Choosing_the_Right_Collection_Class</guid>
      <pubDate>Mon, 20 Jun 2011 05:19:26 GMT</pubDate>
    </item>
    <item>
      <title>How to Configure a Self Reference in Code First</title>
      <description>A few days ago a worker in Sela asked me how to configure a self referencing entity with EF Code First. In this post I'll show you how to implement that configuration. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2011%2f06%2f03%2fhow-to-configure-a-self-reference-in-code-first.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2011%2f06%2f03%2fhow-to-configure-a-self-reference-in-code-first.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/How_to_Configure_a_Self_Reference_in_Code_First</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/How_to_Configure_a_Self_Reference_in_Code_First</guid>
      <pubDate>Mon, 06 Jun 2011 05:26:29 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework 4.1 Annotations-Part 1</title>
      <description>Entity Framework 4.1 has introduced the Code First Approach with it's Fluent API and Annotations.In this series of posts we will focus on the Annotations part of it and how it can be used to build the domain model and map it to the database. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsankarsan.wordpress.com%2f2011%2f06%2f05%2fentity-framework-4-1-annotationspart-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsankarsan.wordpress.com%2f2011%2f06%2f05%2fentity-framework-4-1-annotationspart-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_4_1_Annotations_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_4_1_Annotations_Part_1</guid>
      <pubDate>Mon, 06 Jun 2011 05:23:55 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Code First Database Initializer Strategy</title>
      <description>Yesterday I helped a colleague with his ASP.NET MVC 3 site deployment. That colleague implemented the data access layer using EF4.1 Code First. One of the restrictions that he had was that he didn't have database permissions to create a new database and couldn't use SQL Express or SQL CE in his application. Instead he had an empty database for his disposal in the hosting environment without a way to ru... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2011%2f05%2f30%2fcreating-a-code-first-database-initializer-strategy.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2011%2f05%2f30%2fcreating-a-code-first-database-initializer-strategy.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Creating_a_Code_First_Database_Initializer_Strategy</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Creating_a_Code_First_Database_Initializer_Strategy</guid>
      <pubDate>Wed, 01 Jun 2011 05:47:30 GMT</pubDate>
    </item>
    <item>
      <title> Sharing validation code between a WPF client, a WCF Service and Entit</title>
      <description>Recently Entity Framework 4.1 was released. 4.1 contains a DBContext class, which is largely a wrapper around the ObjectContext class with a simplified API. Now you might think as I did: "But if I'm comfortable with the ObjectContext class and I don't use code first, why in the world would I need a DbContext?". The answer is pretty simple. The DbContext has a feature which simply isn't supported by the ObjectContext: data validation with the attributes from the System.ComponentModel.DataAnnotations namespace. In this article I'll show you how to decorate your classes with validation attributes and how these classes can be reused by both the client and the server. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.infosupport.com%2fblogs%2falexb%2farchive%2f2011%2f05%2f24%2fsharing-validation-code-between-a-wpf-client-a-wcf-service-and-entity-framework-4-1-using-data-annotations.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.infosupport.com%2fblogs%2falexb%2farchive%2f2011%2f05%2f24%2fsharing-validation-code-between-a-wpf-client-a-wcf-service-and-entity-framework-4-1-using-data-annotations.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Sharing_validation_code_between_a_WPF_client_a_WCF_Service_and_Entit</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Sharing_validation_code_between_a_WPF_client_a_WCF_Service_and_Entit</guid>
      <pubDate>Tue, 24 May 2011 12:25:24 GMT</pubDate>
    </item>
    <item>
      <title>Crazy delicious: defining LightSpeed entities at runtime</title>
      <description>This post looks at creating entities definitions at runtime in your applications: &amp;quot;Ever since JD unleashed LightSpeed.MetaData on an unsuspecting world, we've been inundated by people asking about the possibility of declaring entities at run-time, for example to reflect a database schema that can be modified or extended by users, or to allow common batch actions to be applied to different databases without having to build explicit models for every database.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mindscapehq.com%2fblog%2findex.php%2f2011%2f04%2f19%2fdefining-lightspeed-entities-at-run-time-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mindscapehq.com%2fblog%2findex.php%2f2011%2f04%2f19%2fdefining-lightspeed-entities-at-run-time-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Crazy_delicious_defining_LightSpeed_entities_at_runtime</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Crazy_delicious_defining_LightSpeed_entities_at_runtime</guid>
      <pubDate>Tue, 19 Apr 2011 23:40:34 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to BLToolkit (Part III): The success story</title>
      <description>We have already talked about that BLToolkit can serve as a substitute as ADO.NET, and LINQ to SQL. Time to talk about the unique capabilities of this ORM. In this post I will tell about how to expend BLToolkit and open secrets of its performance. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fosmirnov.net%2fposts%2fintroduction-to-bltoolkit-part-iii-the-success-story%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fosmirnov.net%2fposts%2fintroduction-to-bltoolkit-part-iii-the-success-story%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Introduction_to_BLToolkit_Part_III_The_success_story</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Introduction_to_BLToolkit_Part_III_The_success_story</guid>
      <pubDate>Tue, 12 Apr 2011 07:19:30 GMT</pubDate>
    </item>
    <item>
      <title>Using ADRotator Control in our web apps</title>
      <description>ADRotator: Adrotator control is one of the rich contorls, Rich Controls are server sided controls that can be used to create complex HTML elements. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fadrotator-adrotator-control-is-one-of.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fadrotator-adrotator-control-is-one-of.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Using_ADRotator_Control_in_our_web_apps</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Using_ADRotator_Control_in_our_web_apps</guid>
      <pubDate>Fri, 08 Apr 2011 15:46:25 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to BLToolkit (Part II): With LINQ to SQL's taste</title>
      <description>In the previous post we talked about what the BLToolkit was originally created as a high-level wrapper on the ADO.NET. Today we'll talk about why BLToolkit is an ORM and its similarity with LINQ to SQL. As I promised, we will carefully consider a support of Linq. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fosmirnov.net%2fposts%2fintroduction-to-bltoolkit-part-ii-with-linq-to-sqls-taste%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fosmirnov.net%2fposts%2fintroduction-to-bltoolkit-part-ii-with-linq-to-sqls-taste%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Introduction_to_BLToolkit_Part_II_With_LINQ_to_SQL_s_taste</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Introduction_to_BLToolkit_Part_II_With_LINQ_to_SQL_s_taste</guid>
      <pubDate>Fri, 08 Apr 2011 08:06:19 GMT</pubDate>
    </item>
    <item>
      <title>ADO.NET Interview Questions</title>
      <description>Collections of interview questions on ADO.NET.These questions are belongs to all ADO.NET classes, objects,properties, methods and etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codegain.com%2finterviewquestions%2fadonet%2fadodotnet-interview-questions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codegain.com%2finterviewquestions%2fadonet%2fadodotnet-interview-questions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/ADO_NET_Interview_Questions_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/ADO_NET_Interview_Questions_1</guid>
      <pubDate>Mon, 04 Apr 2011 08:09:32 GMT</pubDate>
    </item>
    <item>
      <title>Getting Last inserted Identity value in SQL server</title>
      <description>In this article I would like to share my idea about getting Identity after a row was inserted in to the SQL Server 2005. After inserting a row into the database which has primary key feild, most of the time we need the identity, We have three approaches based on our requirements and situations. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fgetting-last-inserted-identity-value-in.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fgetting-last-inserted-identity-value-in.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Getting_Last_inserted_Identity_value_in_SQL_server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Getting_Last_inserted_Identity_value_in_SQL_server</guid>
      <pubDate>Sun, 03 Apr 2011 13:25:58 GMT</pubDate>
    </item>
    <item>
      <title>Introduction to BLToolkit (Part I): ADO.NET Wrapper</title>
      <description>Last year ORMeter site made ??a lot of noise. Its authors have done what many asked in various forums. They compared the performance of majority popular ORM on .Net platform. As a result developer's opinions were divided. Someone said that tests are out of touch with reality, someone has found another argument for infinite holy wars, someone thought that the site just advertise own product, etc. But there was another result. The developers around the world found out about such ORM as BLToolkit thatin almost all tests proved to be a leader. It is time to get to know it better. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fosmirnov.net%2fposts%2fintroduction-to-bltoolkit-part-i-ado-net-wrapper%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fosmirnov.net%2fposts%2fintroduction-to-bltoolkit-part-i-ado-net-wrapper%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Introduction_to_BLToolkit_Part_I_ADO_NET_Wrapper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Introduction_to_BLToolkit_Part_I_ADO_NET_Wrapper</guid>
      <pubDate>Fri, 01 Apr 2011 08:20:33 GMT</pubDate>
    </item>
    <item>
      <title>Know about Jquery Selectors with a simple example</title>
      <description>The factory function $() makes use of following three building blocks while selecting elements in a given document: &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fjquery-selectors-jquery-selector-is.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fjquery-selectors-jquery-selector-is.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Know_about_Jquery_Selectors_with_a_simple_example</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Know_about_Jquery_Selectors_with_a_simple_example</guid>
      <pubDate>Sun, 27 Mar 2011 12:54:22 GMT</pubDate>
    </item>
    <item>
      <title>Jquery basics before developing</title>
      <description>JQuery Basics 2 jQuery is a framework built using JavaScript capabilities. So you can use all the functions and other capabilities available in JavaScript &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fjquery-basics-before-developing.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fjquery-basics-before-developing.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Jquery_basics_before_developing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Jquery_basics_before_developing</guid>
      <pubDate>Sun, 27 Mar 2011 12:54:22 GMT</pubDate>
    </item>
    <item>
      <title>The basic things to know about Jquery before going to start it.</title>
      <description>jQuery is a powerful JavaScript library that can enhance our websites with out             considering the background.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fbasic-things-to-know-about-jquery.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fbasic-things-to-know-about-jquery.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/The_basic_things_to_know_about_Jquery_before_going_to_start_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/The_basic_things_to_know_about_Jquery_before_going_to_start_it</guid>
      <pubDate>Sun, 27 Mar 2011 12:53:34 GMT</pubDate>
    </item>
    <item>
      <title>Draw Bar and Pie charts dynamically using a generic handler in a simpl</title>
      <description>basic step that is drawing pie and bar charts dynamically using generic handler and a query string. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fdraw-bar-and-pie-charts-dynamically.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fdraw-bar-and-pie-charts-dynamically.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Draw_Bar_and_Pie_charts_dynamically_using_a_generic_handler_in_a_simpl</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Draw_Bar_and_Pie_charts_dynamically_using_a_generic_handler_in_a_simpl</guid>
      <pubDate>Sat, 19 Mar 2011 13:14:16 GMT</pubDate>
    </item>
    <item>
      <title>Dynamic controls creation and handling the dynamic control events in w</title>
      <description>create dynamic controls by creating an object or an instance to that particular control class &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fdynamic-controls-creation-and-handling.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f03%2fdynamic-controls-creation-and-handling.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Dynamic_controls_creation_and_handling_the_dynamic_control_events_in_w</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Dynamic_controls_creation_and_handling_the_dynamic_control_events_in_w</guid>
      <pubDate>Sat, 19 Mar 2011 13:09:17 GMT</pubDate>
    </item>
    <item>
      <title>Using Code First Model Configurations Classes</title>
      <description>In the past I explained how to use the Code First Fluent API in order to configure and shape your EDM during runtime. One of the problems that might raise when you use the Fluent API as I showed in the previous post is that the OnModelCreating method might become bloated and hard to read. This is the time to get familiar with another model configuration option which is built inside Code First. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2011%2f03%2f07%2fusing-code-first-model-configurations-classes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2011%2f03%2f07%2fusing-code-first-model-configurations-classes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Using_Code_First_Model_Configurations_Classes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Using_Code_First_Model_Configurations_Classes</guid>
      <pubDate>Tue, 08 Mar 2011 10:24:11 GMT</pubDate>
    </item>
    <item>
      <title>Deleting all data from the data base and Resetting Auto increment valu</title>
      <description>Hi., Here in this post i would like to explain., how to delete data form the data base table using a single query. and also resetting the auto increment property. that means it will set to stating value &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f02%2fdeleting-all-data-from-data-base-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdeliciousdotnet.blogspot.com%2f2011%2f02%2fdeleting-all-data-from-data-base-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Deleting_all_data_from_the_data_base_and_Resetting_Auto_increment_valu</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Deleting_all_data_from_the_data_base_and_Resetting_Auto_increment_valu</guid>
      <pubDate>Fri, 25 Feb 2011 05:30:21 GMT</pubDate>
    </item>
  </channel>
</rss>
