ASP (3.0) Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/asp3/tutorials/ ASP (3.0) Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Tue, 15 Mar 2011 12:42:00 GMT Design for testing Testing should be an integral part of your design, and Kevin Jones explains just how to make it so. http://www.developerfusion.com/article/84407/design-for-testing/ http://www.developerfusion.com/article/84407/design-for-testing/ Tue, 15 Mar 2011 12:42:00 GMT Kevin Jones Rails MVC and routing Kevin Jones thinks that the key idea in Rails is routing. See how this fits in with the MVC pattern and find out more about Rails by reading on. http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ Tue, 02 Nov 2010 11:33:00 GMT Kevin Jones Automate web application UI testing with Selenium Testing web applications is a problem, but Sing Li thinks the solution might be easier than you think with Selenium. http://www.developerfusion.com/article/84484/light-up-your-development-with-selenium-tests/ http://www.developerfusion.com/article/84484/light-up-your-development-with-selenium-tests/ Mon, 04 Oct 2010 08:38:00 GMT Sing Li Microsoft Indexing Service and ASP.NET Microsoft Indexing Service is a service that provides a means of quickly searching for files on the machine. Barry investigates how we can use the indexing service to expose full-text searching in ASP.NET. http://www.developerfusion.com/article/7141/microsoft-indexing-service-and-aspnet/ http://www.developerfusion.com/article/7141/microsoft-indexing-service-and-aspnet/ Tue, 09 Oct 2007 21:00:00 GMT Barry Dorrans Using SQL Server for ASP.NET session state Learn how you can use an alternative session storage method, using SQL Server - very useful if you're running sites across multiple servers, or need session state to persist across application restarts. http://www.developerfusion.com/article/7140/using-sql-server-for-aspnet-session-state/ http://www.developerfusion.com/article/7140/using-sql-server-for-aspnet-session-state/ Tue, 09 Oct 2007 20:57:00 GMT Barry Dorrans High-Performance .NET Application Development & Architecture This article demonstrates the art of creating and architecting high-performance and scalable .NET applications, covering all stages, from planning to development and their perspective best practices. http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ Wed, 15 Feb 2006 15:25:00 GMT Dimitrios Markatos DataGrid/GridView Paging and Sorting Using A DataReader This article will demonstrate two ways one could implement the DataReader to bind a DataGrid, that includes caching, paging and persistent bi-directional sorting, all without the use of a DataAdapter/DataSet at all, and includes ASP.NET 2.0 GridView version! http://www.developerfusion.com/article/5292/datagridgridview-paging-and-sorting-using-a-datareader/ http://www.developerfusion.com/article/5292/datagridgridview-paging-and-sorting-using-a-datareader/ Thu, 26 Jan 2006 15:07:00 GMT Dimitrios Markatos Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid/GridView - Part 2: Maintaining CheckBox State Acr In this article, we will examine how to create a fully functional DataGrid and GridView in .NET 2.0 with all the features you'd find set up on Hotmail, Yahoo, and AOL Mail, and further demonstrate how you can multi-select items across pages and batch delete them all. http://www.developerfusion.com/article/5258/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagridgridview-part-2-maintaining-checkbox-state-acr/ http://www.developerfusion.com/article/5258/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagridgridview-part-2-maintaining-checkbox-state-acr/ Fri, 20 Jan 2006 12:58:00 GMT Dimitrios Markatos Generate Thumbnail Images from PDF Documents in .NET This article presents VB.NET code to create thumbnail images from a directory of Adobe Acrobat PDF documents using the .NET Framework. http://www.developerfusion.com/article/5091/generate-thumbnail-images-from-pdf-documents-in-net/ http://www.developerfusion.com/article/5091/generate-thumbnail-images-from-pdf-documents-in-net/ Wed, 21 Dec 2005 15:12:00 GMT Jonathan Hodgson Dynamic Column Sorting and Paging in ASP.NET Demonstrates how to enable your visitors to sort your datagrid by columns, and implement paging. http://www.developerfusion.com/article/4686/dynamic-column-sorting-and-paging-in-aspnet/ http://www.developerfusion.com/article/4686/dynamic-column-sorting-and-paging-in-aspnet/ Sat, 02 Apr 2005 19:10:00 GMT Dimitrios Markatos Building a Full-Featured Custom DataGrid Control In this article, we will demonstrate how you can build your very own Datagrid control component, one that you will be able to customize, and more importantly reuse. Based on this ability, you will then end up with one powerful control that will have many implementations, from which you could learn about creating almost any other types of custom controls. http://www.developerfusion.com/article/4676/building-a-fullfeatured-custom-datagrid-control/ http://www.developerfusion.com/article/4676/building-a-fullfeatured-custom-datagrid-control/ Sat, 19 Mar 2005 12:52:00 GMT Dimitrios Markatos Implementing two-way Data Binding for ASP.NET ASP.NET simplifies many things but data binding simple controls like textboxes and checkboxes leaves a lot to be desired. Databinding is one-way only and you end up doing lots of repetitive work to publish your data. In this article I'll show you how simple databinding in .Net works and then show how to create custom controls that implement two-way binding to make short work of creating databound forms. http://www.developerfusion.com/article/4659/implementing-twoway-data-binding-for-aspnet/ http://www.developerfusion.com/article/4659/implementing-twoway-data-binding-for-aspnet/ Tue, 18 Jan 2005 08:43:00 GMT Rick Strahl ASP.NET Controls Explained: Part 1/2 In ASP.NET, there are several features that we can use to make our code reusable and independent of other code, including user controls, server controls, and the code behind method. In this article James explains what each of these features are used for, and also shows you how to use each one by providing a number of simple yet detailed ASP.NET examples. http://www.developerfusion.com/article/2074/aspnet-controls-explained-part-12/ http://www.developerfusion.com/article/2074/aspnet-controls-explained-part-12/ Sun, 08 Aug 2004 00:00:00 GMT James Yang ASP.NET Controls Explained: Part 2/2 In this, the final article of the two part series relating to ASP.NET controls, James teaches us about custom controls and components. He talks about creating them, as well as compiling them from the command prompt using the C# compiler. He also provides two ASP.NET examples that demonstrate how to both create and integrate custom controls and components into our ASP.NET pages. http://www.developerfusion.com/article/2075/aspnet-controls-explained-part-22/ http://www.developerfusion.com/article/2075/aspnet-controls-explained-part-22/ Sun, 08 Aug 2004 00:00:00 GMT James Yang Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid (i.e. HotMail & Yahoo) In this article, we will examine how to create a fully functional DataGrid with all the features you'd find set up on Hotmail or Yahoo. As an added bonus we'll be performing all of our data tasks strictly utilizing Microsoft's new Data Access Application Block or DAAB v2. http://www.developerfusion.com/article/4632/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagrid-ie-hotmail-yahoo/ http://www.developerfusion.com/article/4632/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagrid-ie-hotmail-yahoo/ Wed, 14 Apr 2004 06:43:00 GMT Dimitrios Markatos Replicating GetRows in .NET Dimitrios explains how replicating GetRows in .NET is easy and shows how it offers precise control of the details of the data and its display. http://www.developerfusion.com/article/4566/replicating-getrows-in-net/ http://www.developerfusion.com/article/4566/replicating-getrows-in-net/ Sun, 21 Mar 2004 13:52:00 GMT Dimitrios Markatos Extracting the Country from the IP Address:- How To? Get to know from where the visitors to your website are coming. Amit shows you how you can know the Country of a visitor through his IP Address without using COM. http://www.developerfusion.com/article/4549/extracting-the-country-from-the-ip-address-how-to/ http://www.developerfusion.com/article/4549/extracting-the-country-from-the-ip-address-how-to/ Sat, 13 Mar 2004 15:59:00 GMT Amit Gupta Using ADO.NET with SQL Server An extensive examination of using ADO.NET to access SQL Server databases, from establishing connections and executing stored procedures, to connection pools, data readers and data sets. http://www.developerfusion.com/article/4278/using-adonet-with-sql-server/ http://www.developerfusion.com/article/4278/using-adonet-with-sql-server/ Mon, 16 Feb 2004 15:41:00 GMT James Crowley Wireless Markup Language (WML) Tutorial Gez Lemon introduces WML - the markup language used to make sites suitable for viewing using a WAP (Wireless Application Protocol) device - covering cards, timers, tasks, getting user input and creating dynamic pages. http://www.developerfusion.com/article/4346/wireless-markup-language-wml-tutorial/ http://www.developerfusion.com/article/4346/wireless-markup-language-wml-tutorial/ Sun, 15 Feb 2004 08:59:00 GMT Gez Lemon Make your Classic ASP code work like in ASP.NET Developing in Classic ASP using the same technics as in ASP.NET?. If you have to work in Classic ASP, why don't do it the right way? By using a similar framework not only your code will be more organized and efficient, but it will take you a fraction of the time to port to ASP.NET! http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ Sun, 15 Feb 2004 08:37:00 GMT Christian Calderon