https://www.developerfusion.com/t/asp3/tutorials/ ASP (3.0) Tutorials & Articles from Developer Fusion 2011-03-15T12:42:00.00Z http://www.developerfusion.com/article/84407/design-for-testing/ Design for testing 2011-03-15T12:42:00.00Z Testing should be an integral part of your design, and Kevin Jones explains just how to make it so. Kevin Jones http://www.developerfusion.com/article/84417/rails-mvc-and-routing/ Rails MVC and routing 2010-11-02T11:33:00.00Z 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. Kevin Jones http://www.developerfusion.com/article/84484/light-up-your-development-with-selenium-tests/ Automate web application UI testing with Selenium 2010-10-04T08:38:00.00Z Testing web applications is a problem, but Sing Li thinks the solution might be easier than you think with Selenium. Sing Li http://www.developerfusion.com/article/7141/microsoft-indexing-service-and-aspnet/ Microsoft Indexing Service and ASP.NET 2007-10-09T21:00:00.00Z 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. Barry Dorrans http://www.developerfusion.com/article/7140/using-sql-server-for-aspnet-session-state/ Using SQL Server for ASP.NET session state 2007-10-09T20:57:00.00Z 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. Barry Dorrans http://www.developerfusion.com/article/5385/highperformance-net-application-development-architecture/ High-Performance .NET Application Development & Architecture 2006-02-15T15:25:00.00Z 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. Dimitrios Markatos http://www.developerfusion.com/article/5292/datagridgridview-paging-and-sorting-using-a-datareader/ DataGrid/GridView Paging and Sorting Using A DataReader 2006-01-26T15:07:00.00Z 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! Dimitrios Markatos http://www.developerfusion.com/article/5258/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagridgridview-part-2-maintaining-checkbox-state-acr/ Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid/GridView - Part 2: Maintaining CheckBox State Acr 2006-01-20T12:58:00.00Z 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. Dimitrios Markatos http://www.developerfusion.com/article/5091/generate-thumbnail-images-from-pdf-documents-in-net/ Generate Thumbnail Images from PDF Documents in .NET 2005-12-21T15:12:00.00Z This article presents VB.NET code to create thumbnail images from a directory of Adobe Acrobat PDF documents using the .NET Framework. Jonathan Hodgson http://www.developerfusion.com/article/4686/dynamic-column-sorting-and-paging-in-aspnet/ Dynamic Column Sorting and Paging in ASP.NET 2005-04-02T19:10:00.00Z Demonstrates how to enable your visitors to sort your datagrid by columns, and implement paging. Dimitrios Markatos http://www.developerfusion.com/article/4676/building-a-fullfeatured-custom-datagrid-control/ Building a Full-Featured Custom DataGrid Control 2005-03-19T12:52:00.00Z 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. Dimitrios Markatos http://www.developerfusion.com/article/4659/implementing-twoway-data-binding-for-aspnet/ Implementing two-way Data Binding for ASP.NET 2005-01-18T08:43:00.00Z 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. Rick Strahl http://www.developerfusion.com/article/2074/aspnet-controls-explained-part-12/ ASP.NET Controls Explained: Part 1/2 2004-08-08T00:00:00.00Z 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. James Yang http://www.developerfusion.com/article/2075/aspnet-controls-explained-part-22/ ASP.NET Controls Explained: Part 2/2 2004-08-08T00:00:00.00Z 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. James Yang http://www.developerfusion.com/article/4632/selecting-confirming-deleting-multiple-checkbox-items-in-a-datagrid-ie-hotmail-yahoo/ Selecting, Confirming & Deleting Multiple Checkbox Items In A DataGrid (i.e. HotMail & Yahoo) 2004-04-14T06:43:00.00Z 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. Dimitrios Markatos http://www.developerfusion.com/article/4566/replicating-getrows-in-net/ Replicating GetRows in .NET 2004-03-21T13:52:00.00Z 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. Dimitrios Markatos http://www.developerfusion.com/article/4549/extracting-the-country-from-the-ip-address-how-to/ Extracting the Country from the IP Address:- How To? 2004-03-13T15:59:00.00Z 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. Amit Gupta http://www.developerfusion.com/article/4278/using-adonet-with-sql-server/ Using ADO.NET with SQL Server 2004-02-16T15:41:00.00Z 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. James Crowley http://www.developerfusion.com/article/4346/wireless-markup-language-wml-tutorial/ Wireless Markup Language (WML) Tutorial 2004-02-15T08:59:00.00Z 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. Gez Lemon http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ Make your Classic ASP code work like in ASP.NET 2004-02-15T08:37:00.00Z 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! Christian Calderon