<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ASP.NET Articles of the Day</title><link>http://www.asp.net</link><pubDate>Fri, 24 May 2013 00:00:00 GMT</pubDate><generator>umbraco</generator><description>ASP.NET Articles of the Day</description><language>en</language><atom:link href="http://www.asp.net/rss/videos" rel="self" type="application/rss+xml" /><item><title>Simple Data Binding with Knockout, Web API and ASP.Net Web Forms</title><link>http://www.dotnetjalps.com/2013/05/Simple-data-binding-with-Knockout-Web-API-and-ASP-Net-Web-Forms.html</link><pubDate>Fri, 24 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000047000</guid><description><![CDATA[ Jalpesh explains how we can use Knockout and Web API with ASP.NET Web Forms.]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/media/3662612/jalpesh-vadgama.jpg?cdn_id=2013-05-10-001" /></item><item><title>Getting "SignalR-Ready" in Visual Studio 2010</title><link>http://rionscode.wordpress.com/2013/04/06/getting-signalr-ready-in-visual-studio-2010/</link><pubDate>Thu, 23 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000045744</guid><description><![CDATA[ This article discusses the necessary steps to get started building SignalR Applications using Visual Studio 2010.]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Rion%20Williams.jpg?forceidenticon=false&amp;dt=635051112000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Tracing in ASP.NET Web API</title><link>http://www.devcurry.com/2013/05/tracing-in-aspnet-web-api.html</link><pubDate>Wed, 22 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000047061</guid><description><![CDATA[ Take a quick peek at ASP.NET Web API’s Tracing implementation and its unique features. Also see how we can enable Tracing in non-Web API template based MVC Apps that use Web API]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/media/1807730/suprotimagarwal.png?cdn_id=2013-05-10-001" /></item><item><title>A CKEditor File Browser For ASP.NET Web Pages</title><link>http://www.mikesdotnetting.com/Article/212/A-CKEditor-File-Browser-For-ASP.NET-Web-Pages</link><pubDate>Tue, 21 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000047177</guid><description><![CDATA[ CKEditor is one of the most popular rich text editors available. Out of the box, there is no file browser to help with selecting images, but you can purchase an add-on from them - CKFinder. Alternatively, you can build your own file browser component.]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/media/1777049/mike-brind_1_.jpg?cdn_id=2013-05-10-001" /></item><item><title>Splitting and Merging PDF Files using iTextSharp</title><link>http://www.typecastexception.com/post/2013/03/09/Splitting-and-Merging-Pdf-Files-in-C-Using-iTextSharp.aspx</link><pubDate>Mon, 20 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000045435</guid><description><![CDATA[ This article covers using the iTextSharp library to split and merge PDF Files in C#.]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/John%20Atten.jpg?forceidenticon=false&amp;dt=635051112000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>HTTP Cookies and ASP.NET Web API</title><link>http://www.devcurry.com/2013/04/http-cookies-and-aspnet-web-api.html</link><pubDate>Sun, 19 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000047005</guid><description><![CDATA[ Use cookies to exchange bits of information between a Web API service and a client]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/media/1807730/suprotimagarwal.png?cdn_id=2013-05-10-001" /></item><item><title>Custom Validation with IValidatableObject in MVC</title><link>http://www.itorian.com/2013/02/custom-validation-with.html</link><pubDate>Sat, 18 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000043739</guid><description><![CDATA[ In this post you will learn how to create a self validatable object using IValidatableObject to validate data in MVC.]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/abhimanyu%20kumar%20vatsa.jpg?forceidenticon=false&amp;dt=635051112000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>return View() vs return RedirectToAction() vs return Redirect() vs return RedirectToRoute()</title><link>http://www.dotnet-tricks.com/Tutorial/mvc/4XDc110313-return-View()-vs-return-RedirectToAction()-vs-return-Redirect()-vs-return-RedirectToRoute().html</link><pubDate>Fri, 17 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000045443</guid><description><![CDATA[ There are different ways to return/render a view in MVC Razor. Many developers got confused when to use return View(), return RedirectToAction(), return Redirect() and return RedirectToRoute().This articles explains the differences.]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/pro.shailendra.jpg?forceidenticon=false&amp;dt=635051112000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Querying Wikipedia in ASP.NET Using LINQ-to-Wiki</title><link>http://rionscode.wordpress.com/2013/03/01/querying-wikipedia-in-asp-net-using-linq-to-wiki/</link><pubDate>Thu, 16 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000045384</guid><description><![CDATA[ Rion Williams discusses how to query Wikipedia content within ASP.NET applications through traditional LINQ queries using the LINQ-to-Wiki library.]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Rion%20Williams.jpg?forceidenticon=false&amp;dt=635051112000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>How to Avoid Session Hijacking in Web Applications</title><link>http://www.ssnair.net/post/2013/04/27/How-to-Avoid-Session-Hijacking-in-Web-Applications</link><pubDate>Wed, 15 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000046955</guid><description><![CDATA[ This article describes hijacking (theft) of a user Cookie from a browser and how to avoid it.]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/suthish%20nair.jpg?forceidenticon=false&amp;dt=635051112000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Responsive ASP.NET GridView With Twitter Bootstrap</title><link>http://techbrij.com/asp-net-gridview-twitter-bootstrap-responsive-design</link><pubDate>Tue, 14 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000043648</guid><description><![CDATA[ How to implement Responsive ASP.NET GridView with Twitter Bootstrap]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/media/3319745/brij-mohan-dammani.jpg?cdn_id=2013-05-10-001" /></item><item><title>Area in MVC - Giving a Nice Physical Structure &amp; Dealing with Template Bug</title><link>http://www.itorian.com/2013/03/area-in-mvc-giving-nice-physical.html</link><pubDate>Mon, 13 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000045454</guid><description><![CDATA[ In this article you will learn how MVC Architecture separates all logic physically, and how to use Areas to separate it logically.]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/abhimanyu%20kumar%20vatsa.jpg?forceidenticon=false&amp;dt=635051112000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Getting Started with ASP.NET MVC 4 Mobile Sites using jQuery Mobile </title><link>http://www.devcurry.com/2013/03/getting-started-with-aspnet-mvc-4.html</link><pubDate>Sun, 12 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000045608</guid><description><![CDATA[ This article leverages the built-in ASP.NET MVC 4 Project template for Mobile Sites to quickly get started with a mobile dedicated website.]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/media/1807730/suprotimagarwal.png?cdn_id=2013-05-10-001" /></item><item><title>Excel Style Data Filtering in ASP.NET MVC using DataTables.js Plugin </title><link>http://www.devcurry.com/2013/01/excel-style-data-filtering-in-aspnet.html</link><pubDate>Sat, 11 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000043578</guid><description><![CDATA[ Sumit Maitra shows how we can use DataTable.js to do Excel-style filtering in an ASP.NET MVC application, where we have filter-dropdowns on the header of each column and filtering data by one column adjusts the filtering options in other columns]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/media/3120428/sumit-maitra.jpg?cdn_id=2013-05-10-001" /></item><item><title>Deploying an ASP.NET Website to Azure in Visual Studio 2012 from a Git Repository directly </title><link>http://www.dotnetcurry.com/ShowArticle.aspx?ID=881</link><pubDate>Fri, 10 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000045860</guid><description><![CDATA[ Explore how to deploy our own ASP.NET WebSite in Visual Studio, using the Git plugin to commit the code to Git and see how we can connect Windows Azure to our repository]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/media/1807730/suprotimagarwal.png?cdn_id=2013-05-10-001" /></item><item><title>ASP.NET MVC 4 - Implementing Asynchronous Controller using .NET Framework 4.5</title><link>http://www.devcurry.com/2013/01/aspnet-mvc-4-implementing-asynchronous.html</link><pubDate>Thu, 09 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000043618</guid><description><![CDATA[ The async and await keywords help us write concise code when developing Asynchronous Controllers in ASP.NET MVC thus helping in building applications that can accept more requests than their synchronous counterparts. This article explains this with an example.]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/media/3106687/mahesh-sabnis.jpg?cdn_id=2013-05-10-001" /></item><item><title>Nancy - A Lightweight .NET Framework</title><link>http://www.ssnair.net/post/2013/04/02/Nancy-a-light-weight-Net-framework</link><pubDate>Wed, 08 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000046904</guid><description><![CDATA[ Nancy is a lightweight open source framework for building HTTP-based services on .NET.]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/suthish%20nair.jpg?forceidenticon=false&amp;dt=635051112000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Lifecycle of an ASP.NET Web API Message</title><link>http://www.dotnetcurry.com/ShowArticle.aspx?ID=888</link><pubDate>Tue, 07 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000046950</guid><description><![CDATA[ Suprotim Agarwal looks at the lifecycle of an ASP.NET Web API message as it travels from the server to the client via the HttpRequest and back via the HttpResponse]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/media/1807730/suprotimagarwal.png?cdn_id=2013-05-10-001" /></item><item><title>Creating Advanced Audit Trails using ASP.NET Action Filters</title><link>http://rionscode.wordpress.com/2013/04/15/creating-advanced-audit-trails-using-actionfilters-in-asp-net-mvc/</link><pubDate>Mon, 06 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000046874</guid><description><![CDATA[ This post covers how to implement a more advanced auditing system within your ASP.NET MVC Application using custom ActionFilters though granular Request serialization, "Session" monitoring and more.]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Rion%20Williams.jpg?forceidenticon=false&amp;dt=635051112000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Introducing Online ASP.NET MVC 4 Cheat Sheet</title><link>http://techbrij.com/asp-net-mvc-4-cheat-sheet-online</link><pubDate>Sun, 05 May 2013 00:00:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000046926</guid><description><![CDATA[ A quick view of ASP.NET MVC 4]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/media/3319745/brij-mohan-dammani.jpg?cdn_id=2013-05-10-001" /></item></channel></rss>