<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><link>http://www.asp.net/Articles/rss.ashx?count=25&amp;mid=64</link><title>ASP.NET Daily Articles</title><description>ASP.NET Daily Articles</description><dc:language>en-US</dc:language><generator>RSS Generated by www.asp.net</generator><item><dc:creator>Mike Brind</dc:creator><title>Displaying Google Analytics Data in ASP.NET</title><link>http://www.mikesdotnetting.com/Article/119/Displaying-Google-Analytics-Data-in-ASP.NET</link><pubDate>Mon, 30 Nov 2009 10:34:36 GMT</pubDate><description>If you have a Google Analytics account, you can use the Data Export API provided by Google to access your visitor stats, and retrieve them for use elsewhere. Here's how to display some stats in ASP.NET.</description></item><item><dc:creator>Ben Scheirman</dc:creator><title>Customizing ASP.NET MVC 2 - Metadata and Validation</title><link>http://dotnetslackers.com/articles/aspnet/Customizing-ASP-NET-MVC-2-Metadata-and-Validation.aspx</link><pubDate>Sun, 29 Nov 2009 10:34:36 GMT</pubDate><description>In this article, you will learn about two major extensibility points of ASP.NET MVC 2, the ModelMetadataProvider and the ModelValidatorProvider. These two APIs control how templates are rendered, as well as server-side &amp; client side validation of your model objects.</description></item><item><dc:creator>Dave Verschleiser</dc:creator><title>How To Consume Web Services Using AJAX and ASP.NET 3.5</title><link>http://www.murrayhilltech.com/articles/articles.aspx?key=1</link><pubDate>Sat, 28 Nov 2009 10:34:36 GMT</pubDate><description>The article covers the use of AJAX to consume web services in ASP.NET 3.5.  It delves into both client-side network callbacks and server-side ASP.NET controls, and helps the reader to determine which method is best suited for his or her application.  It includes code samples as well.</description></item><item><dc:creator>Lee Dumond</dc:creator><title>Resetting the Page Index in a ListView</title><link>http://leedumond.com/blog/resetting-the-page-index-in-a-listview/</link><pubDate>Fri, 27 Nov 2009 10:34:36 GMT</pubDate><description>Resetting paging in a GridView is pretty easy, but that isn't the case for a ListView. There's actually no such property as PageIndex with ListView, so we need to dig into the internals of the DataPager to perform this common task.</description></item><item><dc:creator>Mohammad Azam</dc:creator><title>Introduction to ASP.NET HTML Helpers</title><link>http://highoncoding.com/Articles/624_Introduction_to_ASP_NET_HTML_Helpers.aspx</link><pubDate>Thu, 26 Nov 2009 10:34:36 GMT</pubDate><description>In this article we will introduce the concept of HTML helpers and how they can help the developer to speed up the development for an ASP.NET MVC application.</description></item><item><dc:creator>Gil Fink</dc:creator><title>Replacing ASP.NET Session with Velocity Session Provider</title><link>http://blogs.microsoft.co.il/blogs/gilf/archive/2009/10/06/replacing-asp-net-session-with-velocity-session-provider.aspx</link><pubDate>Wed, 25 Nov 2009 10:34:36 GMT</pubDate><description>One nice feature of Microsoft Distributed Cache aka Velocity is a custom session provider that can replace the ASP.NET default session provider. 
The article explains how to replace ASP.NET session with the Velocity session provider that is being provided with Velocity.</description></item><item><dc:creator>Shivprasad Koirala</dc:creator><title>Detecting .NET Application Memory Leaks</title><link>http://www.dotnetfunda.com/articles/article625-best-practices-no-5--detecting-net-application-memory-leaks.aspx</link><pubDate>Tue, 24 Nov 2009 10:34:36 GMT</pubDate><description>This article shows how to detect and investigate .NET application memory leaks.</description></item><item><dc:creator>Bryian Tan</dc:creator><title>ASP.NET Multiple Selection DropDownList with AJAX HoverMenuExtender</title><link>http://www.c-sharpcorner.com/UploadFile/bryianTan/ASP-NET-Multiple-Selection-DropDownList09102009215209PM/ASP-NET-Multiple-Selection-DropDownList.aspx</link><pubDate>Mon, 23 Nov 2009 10:34:36 GMT</pubDate><description>An article on how to build a Multiple Selection DropDownList with AJAX HoverMenuExtender.</description></item><item><dc:creator>Raj Kumar</dc:creator><title>ASP.NET MVC Web Application using ADO.NET Entity Data Model</title><link>http://www.c-sharpcorner.com/UploadFile/raj1979/ASPNETMVCADONETEntityDataModel10092009014300AM/ASPNETMVCADONETEntityDataModel.aspx</link><pubDate>Sun, 22 Nov 2009 10:34:36 GMT</pubDate><description>This article will help you to understand how to create ASP.NET MVC web applications using the ADO.NET Entity Data Model.</description></item><item><dc:creator>Aashish Gupta</dc:creator><title>Customizing ASP.NET Menu Control to use jQuery,Superfish and CSS Friendly Control Adapters</title><link>http://www.smallworkarounds.net/2009/10/customizing-aspnet-menu-control-to-use.html</link><pubDate>Sat, 21 Nov 2009 10:34:36 GMT</pubDate><description>In this article I will share the steps on how to hook up the Superfish jQuery Menu plug-in into your ASP.NET website to beautify your ASP.NET Menu control.</description></item><item><dc:creator>Yi Liu</dc:creator><title>How to Create an ASP.NET Modal Popup Login</title><link>http://aspalliance.com/1882_How_to_Create_an__ASPNET_Modal_Popup_Login.all</link><pubDate>Fri, 20 Nov 2009 10:34:36 GMT</pubDate><description>In this article, I demonstrate how to create a modal popup login page in ASP.NET. By using Login controls, AJAX Extensions, and the AJAX Control Toolkit, you can easily accomplish this task without much coding. The demo project is based on Visual Web Developer Express 2008 and the .NET Framework 3.5. It also assumes you have installed the AJAX Control Toolkit.</description></item><item><dc:creator>Scott Mitchell</dc:creator><title>Database Documentation, API for Pre- and Post-Conditions, Blogs and More</title><link>http://msdn.microsoft.com/en-us/magazine/ee335714.aspx</link><pubDate>Thu, 19 Nov 2009 10:34:36 GMT</pubDate><description>Scott Mitchell's November 2009 Toolbox column in MSDN Magazine</description></item><item><dc:creator>Mike Brind</dc:creator><title>Dependency Injection and Inversion of Control with ASP.MET MVC</title><link>http://www.mikesdotnetting.com/Article/117/Dependency-Injection-and-Inversion-of-Control-with-ASP.MET-MVC</link><pubDate>Wed, 18 Nov 2009 10:34:36 GMT</pubDate><description>As you delve more into ASP.NET MVC you start to come across a whole new way of doing things that Web Forms development didn't really expose you to. Inversion of Control (IoC) and Dependency Injection (DI) are two phrases that crop up a lot in the MVC space. So what are they all about? And should you care?</description></item><item><dc:creator>rtpHarry</dc:creator><title>Adding Custom Attributes to Your Web Sitemap</title><link>http://runtingsproper.blogspot.com/2009/11/i-bet-you-didn-know-that-adding-custom.html</link><pubDate>Wed, 18 Nov 2009 08:59:37 GMT</pubDate><description>The site map file is a great place to store extra snippets of page-specific information. In this article we will explore how easy it is to add custom attributes to a site map by creating a user control to display a sitemap and adding custom attributes to filter out specific pages.</description></item><item><dc:creator>Bryian Tan</dc:creator><title>ASP.NET Slideshow Control with jQuery and XML</title><link>http://blog.ysatech.com/post/2009/11/10/ASP-NET-slideshow-Control-with-jQuery-and-XML.aspx</link><pubDate>Mon, 16 Nov 2009 10:34:36 GMT</pubDate><description>A step by step tutorial on building and implementing an ASP.NET Slideshow user control with jQuery and XML.</description></item><item><dc:creator>Mohammad Azam</dc:creator><title>Grouping Data in the ListView Control</title><link>http://www.highoncoding.com/Articles/607_Grouping_Data_in_the_ListView__Control.aspx</link><pubDate>Sun, 15 Nov 2009 10:34:36 GMT</pubDate><description>In ASP.NET 1.X and ASP.NET 2.0 DataList was the primary control used to display data in groups. In ASP.NET 3.5 we have a new control that takes care of grouping data. In this article we are going to demonstrate how to group data using the ListView control.</description></item><item><dc:creator>Dino Esposito</dc:creator><title>Conditional Rendering in ASP.NET AJAX 4.0</title><link>http://msdn.microsoft.com/en-us/magazine/ee335716.aspx</link><pubDate>Sat, 14 Nov 2009 10:34:36 GMT</pubDate><description>Client-side rendering in ASP.NET 4 allows you to use HTML templates to define your desired layout and supplies a text-based syntax for placeholders of run-time data. This article covers conditional template rendering.</description></item><item><dc:creator>Mike Brind</dc:creator><title>Parameterized IN Clauses with ADO.NET and LINQ</title><link>http://www.mikesdotnetting.com/Article/116/Parameterized-IN-clauses-with-ADO.NET-and-LINQ</link><pubDate>Fri, 13 Nov 2009 10:34:36 GMT</pubDate><description>Since my article on using parameters for Preventing SQL Injection In ASP.NET, I have had a few emails asking how to do the same with an IN clause expression. In this entry, I explore a couple of ways to do this.</description></item><item><dc:creator>Suprotim Agarwal</dc:creator><title>Fun with LINQ - Find the Longest and Shortest Type Name in .NET 3.5 using LINQ</title><link>http://www.dotnetcurry.com/ShowArticle.aspx?ID=272</link><pubDate>Thu, 12 Nov 2009 10:34:36 GMT</pubDate><description>While browsing through the forums a couple of days ago, I came across this query where the user wanted to list down the types in .NET 3.5 in the order of the length of their names. He also wanted to find out the total number of types in .NET 3.5 and 2.0. Here’s how to do so using LINQ.</description></item><item><dc:creator>Akhtar Shiekh</dc:creator><title>Optimized Paging and Sorting in ASP.NET GridView</title><link>http://dotnetslackers.com/articles/gridview/Optimized-Paging-and-Sorting-in-ASP-NET-GridView.aspx</link><pubDate>Wed, 11 Nov 2009 10:34:36 GMT</pubDate><description>In this article I am going to demonstrate what are the performance drawbacks of using conventional way to page and sort your GridView and then I will demonstrate 'An Optimized way to implement Paging and Sorting'.</description></item><item><dc:creator>Bryian Tan</dc:creator><title>ASP.NET Multiple Selection DropDownList with AJAX HoverMenuExtender</title><link>http://blog.ysatech.com/post/2009/09/09/ASP-NET-Multiple-Selection-DropDownList-with-AJAX-HoverMenuExtender.aspx</link><pubDate>Tue, 10 Nov 2009 10:34:36 GMT</pubDate><description>Recently, I was looking for a multiple selection dropdownlist control for my new project. After spending some time researching for it, I decided to put together all my finding in one web user control. This web user control consists of an ASP.NET AJAX HoverMenuExtender, JavaScript, StyleSheet and  CheckBoxListExCtrl . The final product will work with or without a MasterPage and you can drag and drop more than one instances of the control on to the page.</description></item><item><dc:creator>Jeffrey Palermo, Ben Scheirman, and Jimmy Bogard</dc:creator><title>Getting Started with the ASP.NET MVC Framework</title><link>http://dotnetslackers.com/articles/aspnet/Getting-Started-with-the-ASP-NET-MVC-Framework.aspx</link><pubDate>Mon, 9 Nov 2009 10:34:36 GMT</pubDate><description>This article introduces the essential concepts of the ASP.NET MVC framework, dissects the MVC pattern, and provides real-world examples to illustrate how it works.</description></item><item><dc:creator>Shivprasad Koirala</dc:creator><title>Improve Bandwidth Performance of ASP.NET Sites Using IIS Compression</title><link>http://www.dotnetfunda.com/articles/article589-best-practice-no-4-improve-bandwidth-performance-of-aspnet-sites-using-iis-compression.aspx</link><pubDate>Sun, 8 Nov 2009 10:34:36 GMT</pubDate><description>Bandwidth performance is one of the critical requirements for every website. In today’s time major cost of the website is not hard disk space but its bandwidth. So transferring maximum amount of data over the available bandwidth becomes very critical. In this article we will see how we can use IIS compression to increase bandwidth performance.</description></item><item><dc:creator>Satheesh Babu</dc:creator><title>Building Efficient Search Page Using QueryExtender control in ASP.Net 4.0</title><link>http://www.codedigest.com/Articles/ASPNET/289_Building_Efficient_Search_Page_Using_QueryExtender_control_in_ASPNet_40.aspx</link><pubDate>Sat, 7 Nov 2009 10:34:36 GMT</pubDate><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.</description></item><item><dc:creator>Amit Patel</dc:creator><title>Mobile Device Detection and Redirection Using ASP.NET</title><link>http://dotnetslackers.com/articles/aspnet/Mobile-Device-Detection-and-Redirection-Using-ASP-NET.aspx</link><pubDate>Fri, 6 Nov 2009 10:34:36 GMT</pubDate><description>This article explains two approaches to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser.</description></item></channel></rss>