<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>CodeDigest.com Latest Articles</title><link>http://www.codedigest.com</link><description>Latest articles hosted on CodeDigest.com.</description><copyright>Copyright 2008 - 2009 CodeDigest.com. All rights reserved.</copyright><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/CodedigestLatestArticles" type="application/rss+xml" /><feedburner:emailServiceId>CodedigestLatestArticles</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>Numeric Converter - Going Mobile!</title><description>The Numeric Converter allows you to convert a number of any bases to another base.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/V9P7oloin9w" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/V9P7oloin9w/296_Numeric_Converter_-_Going_Mobile!.aspx</link><pubDate>10/24/2009 12:44:52 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/CSHARP/296_Numeric_Converter_-_Going_Mobile!.aspx</feedburner:origLink></item><item><title>Introduction to ASP.Net Dynamic Data Website</title><description>Most often, we build applications that works on the data stored in the database. Understanding this need, Microsoft shipped a new feature with ASP.Net 3.5 called Dynamic Data Website that enables us to build a data driven websites very easily.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/WFw0di_WVAI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/WFw0di_WVAI/292_Introduction_to_ASPNet_Dynamic_Data_Website.aspx</link><pubDate>10/14/2009 9:40:13 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/292_Introduction_to_ASPNet_Dynamic_Data_Website.aspx</feedburner:origLink></item><item><title>Search Engine Friendly URL's Using Routing in ASP.Net 3.5</title><description>Routing is a technique which enables us to use a descriptive, search engine and human friendly URL’s for ASP.Net application to access a resource. In this article, we will implement a simple routing mechanism in ASP.Net 3.5.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/LpiFgdPweKY" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/LpiFgdPweKY/294_Search_Engine_Friendly_URLs_Using_Routing_in_ASPNet_35.aspx</link><pubDate>10/11/2009 10:37:06 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/294_Search_Engine_Friendly_URLs_Using_Routing_in_ASPNet_35.aspx</feedburner:origLink></item><item><title>Using Stored Procedure with LINQDatasource Control in ASP.Net</title><description>At times, it may be required to use stored procedures for the data operations for certain conditions with LINQDataSource control. It is possible to configure the LINQDatasource to use stored procedures instead of the default LINQ to do the database interactions through the LINQ to SQL classes. Read more in this article..&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/ubj0UusBmV4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/ubj0UusBmV4/293_Using_Stored_Procedure_with_LINQDatasource_Control_in_ASPNet.aspx</link><pubDate>10/1/2009 10:39:03 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/293_Using_Stored_Procedure_with_LINQDatasource_Control_in_ASPNet.aspx</feedburner:origLink></item><item><title>Building Efficient Search Page Using QueryExtender control in ASP.Net 4.0</title><description>Building a search page is one of the very common and repeated tasks we do in any data driven websites. To do this, we will build a select query with where clause based on the search parameter suppplied through the input controls on the page. Understanding this need, Microsoft has introduced a new extender control called QueryExtender control with ASP.Net 4.0(Currently in beta) release that works with LINQ.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/4DpznRRSoy8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/4DpznRRSoy8/289_Building_Efficient_Search_Page_Using_QueryExtender_control_in_ASPNet_40.aspx</link><pubDate>9/8/2009 9:01:21 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/289_Building_Efficient_Search_Page_Using_QueryExtender_control_in_ASPNet_40.aspx</feedburner:origLink></item><item><title>Advanced Usages of SqlDataSource Control in ASP.Net-PART 2</title><description>In Part 1 of this article series we have seen some of the advanced usages of SqlDataSource control.  In detail, Part 1 discussed on some of the usages like cancelling databind when using SqlDataSource control, getting total number of rows returned, accessing output parameters and changing the sql query at runtime. We will continue this articles series with part 2 to understand some more advanced usages.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/n9cArD5yeLI" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/n9cArD5yeLI/287_Advanced_Usages_of_SqlDataSource_Control_in_ASPNet-PART_2.aspx</link><pubDate>9/5/2009 12:46:00 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/287_Advanced_Usages_of_SqlDataSource_Control_in_ASPNet-PART_2.aspx</feedburner:origLink></item><item><title>Creating Music Video Box Using Windows Presentation Foundation(WPF)</title><description>This article explains the creation of a Music Video Box using Windows Presentation Foundation 3D Geometry and Media classes to play music albums as chosen by the user.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/x-8-XMQOOck" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/x-8-XMQOOck/286_Music_Video_Box_in_WPF.aspx</link><pubDate>9/1/2009 8:25:56 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/WPF/286_Music_Video_Box_in_WPF.aspx</feedburner:origLink></item><item><title>New Features in ASP.Net 4.0-PART 2</title><description>In Part1 of this article series, we have seen the enhancements made on controlling viewstate, ClientID generation of server controls and some SEO enhancements in ASP.Net 4.0. Moving forward, we will see some more new features the ASP.Net 4.0 offers.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/rQL5M_papS8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/rQL5M_papS8/285_New_Features_in_ASPNet_40-PART_1.aspx</link><pubDate>8/30/2009 6:38:37 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/285_New_Features_in_ASPNet_40-PART_1.aspx</feedburner:origLink></item><item><title>New Features in ASP.Net 4.0-PART 1</title><description>Recently, Microsoft released the newer version of its IDE Visual Studio 2010 beta 1 and .Net FX 4. Recently, Microsoft released the newer version of its IDE Visual Studio 2010 beta 1 and .Net FX 4.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/T1V_y_s5Uq8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/T1V_y_s5Uq8/284_New_Features_in_ASPNet_40-PART_1.aspx</link><pubDate>8/29/2009 9:23:57 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/284_New_Features_in_ASPNet_40-PART_1.aspx</feedburner:origLink></item><item><title>Lazy Loading jQuery Collapsible Panel in ASP.Net Using JSON</title><description>One of my previous article  Building Collapsible Panel Control using jQuery in ASP.Net Page discussed the basics of collapsible panel and building a simple collapsible panel with jQuery in an asp.net page. The collapsible panel in my previous article will be fully loaded with the contents when the page is intially rendered to the client. It will be better and light weight when we actually load the contents of the panels only when the user clicks the expand arrow button, a lazy loading or loading&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/Aa_HebtdyDs" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/Aa_HebtdyDs/283_Lazy_Loading_jQuery_Collapsible_Panel_in_ASPNet_Using_JSON.aspx</link><pubDate>8/26/2009 6:33:36 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/jQuery/283_Lazy_Loading_jQuery_Collapsible_Panel_in_ASPNet_Using_JSON.aspx</feedburner:origLink></item><item><title>Advanced Usages of SqlDataSource Control in ASP.Net-PART 1</title><description>With the release of .Netframework 2.0, there are lot of new features added that made the data access very easier and simpler. This release added a new set of data access controls to the asp.net control set called DataSource controls. With these controls, it is now possible to access and do data operations without even writing a single line of code. We will see some of the advance features of this control in this article.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/hb_wwwpvuDs" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/hb_wwwpvuDs/282_Advanced_Usages_of_SqlDataSource_Control_in_ASPNet-PART_1.aspx</link><pubDate>8/22/2009 12:08:44 PM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/282_Advanced_Usages_of_SqlDataSource_Control_in_ASPNet-PART_1.aspx</feedburner:origLink></item><item><title>Edit, Update, Delete and Insert data with DataList control using LINQ</title><description>Often we will get requirements to perform edit, update, delete and insert data displayed using databound controls. Traditionally, we have been doing this using SQL procedure or SQL query with the support of the inbuilt events like edit, update and delete on the databound controls. With the introduction of LINQ, it is now possible to interact with the database using a new querying capability that has .net language syntax called LINQ query. Read more..&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/4LUrLT6vEe4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/4LUrLT6vEe4/281_Edit_Update_Delete_and_Insert_data_with_DataList_control_using_LINQ.aspx</link><pubDate>8/14/2009 9:42:02 PM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/281_Edit_Update_Delete_and_Insert_data_with_DataList_control_using_LINQ.aspx</feedburner:origLink></item><item><title>Exploring Themes and Skins in ASP.Net 2.0</title><description>ASP.Net 2.0 released many new features that made web development a lot easier. Once such feature is Themes and Skins which can be used to style the page controls and provide a consistent look and feel across the application very easily.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/dukPv7HTOuc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/dukPv7HTOuc/280_Exploring_Themes_and_Skins_in_ASPNet_20.aspx</link><pubDate>8/11/2009 7:45:03 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/280_Exploring_Themes_and_Skins_in_ASPNet_20.aspx</feedburner:origLink></item><item><title>How to Get Next List Item ID in Sharepoint List?</title><description>Roi Kolbinger, SharePoint Consultant for KWizCom Professional Services explains how to discover the Id of the next list item.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/W_xi8jhQ10c" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/W_xi8jhQ10c/279_How_do_I_tell_what_the_next_list_item_ID_is.aspx</link><pubDate>8/11/2009 7:31:06 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/Sharepoint/279_How_do_I_tell_what_the_next_list_item_ID_is.aspx</feedburner:origLink></item><item><title>Radio Button Custom Field Choice – Going from Vertical to Horizontal with Java Script</title><description>Roi Kolbringer of KWizCom Professional Services shows readers how to use Java Script to take radio button custom field choices from the norm in MOSS – vertical, to horizontal.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/bsEtw-3_21s" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/bsEtw-3_21s/260_Radio_Button_Custom_Field_Choice_–_Going_from_Vertical_to_Horizontal_with_Java_Script.aspx</link><pubDate>8/11/2009 7:22:08 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/Sharepoint/260_Radio_Button_Custom_Field_Choice_–_Going_from_Vertical_to_Horizontal_with_Java_Script.aspx</feedburner:origLink></item><item><title>Consuming WebService in WPF Application</title><description>This article explains how to consume a Web Service in WPF Windows application. It requires binding of WPF controls to data coming from a web service.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/MjmiqPTj1K8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/MjmiqPTj1K8/276_How_to_consume_a_Web_Service_in_WPF_Application.aspx</link><pubDate>7/28/2009 7:56:04 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/WebServices/276_How_to_consume_a_Web_Service_in_WPF_Application.aspx</feedburner:origLink></item><item><title>Introduction to jQuery in ASP.Net and 10 Advantages to Choose jQuery</title><description>jQuery is a light weight javascript library which provides fast and easy way of HTML DOM traversing and manipulation, event handling, client side animations, etc. One of the greatest features of jQuery is, it supports an efficient way to implement AJAX applications because of its light weight nature. Read more in this article..&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/lX_K8BtII1Y" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/lX_K8BtII1Y/273_Introduction_to_jQuery_in_ASPNet_and_10_Advantages_to_Choose_jQuery.aspx</link><pubDate>7/23/2009 8:36:53 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/jQuery/273_Introduction_to_jQuery_in_ASPNet_and_10_Advantages_to_Choose_jQuery.aspx</feedburner:origLink></item><item><title>SEO Friendly Custom Paging and Jump To a Page Functionality in GridView Control Using LINQ</title><description>The main disadvantage of the inbuilt pager in GridView control is, it is not simply a hyper link to a page but they are associated with javascript which makes a postback to bind the current page records and thus making it not search engine friendly pager. A link is search engine friendly if it has a target page associated with it through href property. Search engines will automatically reach the target page and will index those pages in this case.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/V4uqc1FnW5M" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/V4uqc1FnW5M/271_SEO_Friendly_Custom_Paging_and_Jump_To_a_Page_Functionality_in_GridView_Control_Using_LINQ.aspx</link><pubDate>7/16/2009 9:19:18 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/271_SEO_Friendly_Custom_Paging_and_Jump_To_a_Page_Functionality_in_GridView_Control_Using_LINQ.aspx</feedburner:origLink></item><item><title>User Controls and Dynamic User controls in ASP.Net</title><description>Apart from inbuilt server controls and HTML controls, ASP.Net offers us the flexibility to create our own custom control which can be reused across our project. This is because, not every time the inbuilt asp.net controls will satisfy all our needs. To overcome this difficulty, asp.net infrastructure allows us to create our own custom control and user control to build our own functionalities.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/I0a9Ci9_sGA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/I0a9Ci9_sGA/269_User_Controls_and_Dynamic_User_controls_in_ASPNet.aspx</link><pubDate>7/10/2009 11:37:50 PM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/269_User_Controls_and_Dynamic_User_controls_in_ASPNet.aspx</feedburner:origLink></item><item><title>Working with DateTime Object and Formatting DateTime Object in ASP.Net</title><description>DateTime is one of the most frequently used objects in any project we work. Most often, we get requirements to do some basic operations like formatting, adding, comparing on the datetime objects in our projects. This article will help us to understand the DateTime object and other operation we can do with datetime object.&lt;img src="http://feeds.feedburner.com/~r/CodedigestLatestArticles/~4/cxAt10iynvU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/CodedigestLatestArticles/~3/cxAt10iynvU/264_Working_with_DateTime_Object_and_Formatting_DateTime_Object_in_ASPNet.aspx</link><pubDate>7/2/2009 5:42:49 AM</pubDate><feedburner:origLink>http://www.codedigest.com/Articles/ASPNET/264_Working_with_DateTime_Object_and_Formatting_DateTime_Object_in_ASPNet.aspx</feedburner:origLink></item></channel></rss>
