<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
	<channel>
		<title>TrooBloo - ASP.NET</title>
		<description>Articles and tutorials regarding ASP.NET</description>
		<link>http://www.troobloo.com/tech/aspdotnet.shtml</link>
		<language>en-us</language>

		<item>
			<title>Building Mobile Web Applications with .NET Mobile Web SDK &amp; ASP.NET</title>
			<link>http://www.wirelessdevnet.com/channels/wap/features/mobilesdk2.html</link>
			<description>by Srinivasa Sivakumar.S Introduction To .NET Before moving further, I want to give you a brief introduction to .NET and how it works. .NET is a developmental platform introduced by Microsoft at their 2000 Professional Developers Conference (PDC). The .NET framework is currently in Public Beta 1. The following figure shows a simple architecture of the .NET framework application development. When an ASP.NET page request comes from a web client such as IE or a mobile device, IIS will pick...</description>
		</item>

		<item>
			<title>ASP.NET Hosting Guide</title>
			<link>http://www.aspdev.org/articles/asp.net-hosting-guide/</link>
			<description>ASP.NET Hosting is a web service hosting provided on Windows 2000 server or Windows 2003 Server platform, which supports ASP.NET framework. ASP.NET is the successor of the highly successful classic ASP. ASP.NET is a powerful server-side technology utilizing the Microsoft .NET framework. ASP.NET pages have &quot;.aspx&quot; extension and are executed on the server. ASP.NET hosting is practically offered by all Windows hosting companies. Different hosting companies offer different ASP.NET hosting...</description>
		</item>

		<item>
			<title>ASP.NET Screen Scraping</title>
			<link>http://www.aspdev.org/articles/asp.net-screen-scraping/</link>
			<description>ASP.NET and the .NET framework make it unbelievably easy to retrieve web content (that s it, whole web pages) from remote servers. You might have various reasons to retrieve remote web content, for example you might want to get the latest news headlines from popular news sites and link to them from your website. To accomplish screen scraping in classic ASP, we had to resort to COM objects like AspHttp, ASPTear and Microsoft.XMLHTTP. The good news is that the .NET framework has built-in...</description>
		</item>

		<item>
			<title>ASP.NET SQLCacheDependency with SQLite and Triggers</title>
			<link>http://www.eggheadcafe.com/articles/20040916.asp</link>
			<description>ASP.NET SQLCacheDependency with SQLite 3.0 and Triggers By Peter A. Bromberg, Ph.D. &quot;I am not part of the problem. I am a Republican.&quot; -- Dan Quayle The SQLite database engine is getting better all the time, with Version 3.0.6 now out and 3 &quot;Final&quot; not too far off. If you aren't familiar with SQLite, you might want to catch up by reading my previous article here . SQLite, as of this writing, is not yet fully ready for the Compact Framework, but it should be, very soon. Now that should...</description>
		</item>

		<item>
			<title>ASP.NET Form Validation control</title>
			<link>http://www.developerfusion.com/show/3922/</link>
			<description>Product ASP.NET Form Validation control 1.0 Cost Notes More Information The ASP.NET Form Validation control provides automatic form field error highlighting, an advanced error summary that can link to each field with an error, auto focus, and much more. The control works with all Microsoft validators as well as most 3rd party validators, and includes design time support for Visual Studio.NET and ASP.NET Matrix. Full documentation and sample form included. Comments Read Comments | Post...</description>
		</item>

		<item>
			<title>ASP.NET Group Validator</title>
			<link>http://www.developerfusion.com/show/3923/</link>
			<description>Product ASP.NET Group Validator 1.0 Cost Notes Free TrialV ludes documentation and sample form More Information The validator controls that ship with ASP.NET only have the ability to validate a single form field. While they save time and simplify development, they aren't practical for the common task of validating groups of fields like CheckBoxLists, RadioButtonLists, several checkboxes, credit card information (name on card, card number, card type, and expiration), etc. ASP.NET Group...</description>
		</item>

		<item>
			<title>ASP.NET Tip: Create a ViewState Property</title>
			<link>http://www.developer.com/net/asp/article.php/3606741</link>
			<description>By Eric Smith ASP.NET uses the ViewState to store data going back and forth to the server, eliminating the manual drudgery of reloading form controls and so forth. The ViewState can also be helpful for keeping your own state information, once you know how to read and write it. Using the ViewState can also eliminate nearly every case in which you would have used a hidden input field, a cookie, or a query string variable to pass information. It simply provides a cleaner way to pass your...</description>
		</item>

		<item>
			<title>ASP.NET Data Web Controls Kick Start</title>
			<link>http://www.asp101.com/articles/sample_chapters/sams_aspnetdatawebcontrolskickstart/default.asp</link>
			<description>from Sams Publishing ASP.NET Data Web Controls Kick Start by Scott Mitchell Softcover - 432 pages Published by Sams Publishing Date Published: February 2003 ISBN: 0672325012 Buy a Copy I just requested my reviewer's copy so it's naturally not here yet. In the mean time, I've posted a sample chapter so you can take a look at the book until I get a chance to do so. Read Sample Chapter 3 - Customizing the HTML Output Table of Contents Introduction. I. DISPLAYING DATA. 1. An Introduction to...</description>
		</item>

		<item>
			<title>ASP.NET Custom Web Control</title>
			<link>http://www.csharphelp.com/archives/archive247.html</link>
			<description>By Loek van den Ouweland This ASP.NET custom web control shows some information about the host it runs on. It's an example of how to build custom controls that can be re-used just by dragging them on your web form. How to use: Start a new ASP.NET web application: right click the Toolbar and select 'Customize Toolbox' Select the .NET framework components tab Browse to de DLL provided in the zip-file (/bin/debug/) The component should be added to the component collection, press OK Now...</description>
		</item>

		<item>
			<title>ASP.NET: Hamburger, Yes! AJAX, &quot;NOT!&quot;, Redux!</title>
			<link>http://www.eggheadcafe.com/articles/20050528.asp</link>
			<description>Retrofitting Script Callbacks to ASP.NET 1.1 by Peter A. Bromberg, Ph.D. &quot; If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization. .&quot; -- Harry Weinberger As described in my previous articles, Remote Scripting has been used by classic ASP developers since the earliest days of Internet Explorer 3.0 when Microsoft put out their Remote Scripting applet and sample source code. Since various developers and seminar...</description>
		</item>

		<item>
			<title>ASP.NET's Hidden Dangers</title>
			<link>http://www.developer.com/net/asp/article.php/3318911</link>
			<description>By Dinis Cruz Go to page: 1 2 Next ASP.NET is a powerful development platform and, compared to ASP Classic, it is a giant leap forward. But, this extra power also brings new dangers. In ASP Classic, the damage caused by malicious code running on the server was somehow limited by the built-in limitations of the ASP Classic object model. In ASP.NET, due to the number of classes exposed by the .NET framework, malicious code has the potential to be much more damaging and dangerous. Where...</description>
		</item>

		<item>
			<title>The ASP.NET Page Object Model</title>
			<link>http://www.msdnaa.com/Resources/display.aspx?ResID=2371</link>
			<description>One Day in the Life of an ASP.NET Web Page Dino Esposito Wintellect August, 2003 Applies to: Microsoft&#xC2;&#xAE; ASP.NET Summary: Learn about the eventing model built around ASP.NET Web pages and the various stages that a Web page experiences on its way to HTML. The ASP.NET HTTP runtime governs the pipeline of objects that transform the requested URL into a living instance of a page class first, and into plain HTML text next. Discover the events that characterize the lifecycle of a page and how...</description>
		</item>

		<item>
			<title>Generating ASP.NET Images on the Fly</title>
			<link>http://www.aspdev.org/articles/generating-asp.net-images-fly/</link>
			<description>ASP.NET and the .NET framework make the task of generating images on the fly very easy. With classic ASP, developers were forced to use third-party components like ASPImage and ASPPicture for dynamic image manipulation. Fortunately, with ASP.NET, those days are over. Various image manipulation capabilities are now built directly into the .NET framework classes. The .NET Framework offers several classes for image generation and manipulation. ASP.NET developers can use these classes to...</description>
		</item>

		<item>
			<title>Debug ASP.NET pages using Tracing</title>
			<link>http://www.developerfusion.com/show/4649/</link>
			<description>by Julian Roberts on ASP.NET Read Comments Rate this resource Viewed 11 times Rating: 0 users 0 out of 5 Next &gt; In Classic ASP one might debug some code using VB Script: Response.Write strSQL Response.End() and the comment/uncomment the code accordingly. This was a bit of a pain during the development process. In ASP.NET, one can use the Trace feature which simplifies matters somewhat. Page-level tracing can be set in the Page directive on the ASPX page: &lt;%@ Page Language=&quot;c#&quot;...</description>
		</item>

		<item>
			<title>ASP.NET Tip: Create a BasePage Class for All Pages to Share</title>
			<link>http://www.developer.com/net/asp/article.php/3605646</link>
			<description>By Eric Smith Something I've been doing with my ASP.NET applications is creating a shared Page class from which all my Web pages inherit. This allows all the pages to share common functions, settings, and so forth without having to do much work. In ASP.NET 1.1, I used the BasePage class to help control the rendering of the page, but the Master Page in ASP.NET 2.0 eliminated this requirement. To create a BasePage, you just add a class to your project. In 2.0, this class will go into the...</description>
		</item>

		<item>
			<title>A Simple ASP.NET MessageBox Class</title>
			<link>http://www.developerfusion.com/show/4700/</link>
			<description>by Lee Gunn on ASP.NET Read Comments Rate this resource Viewed 172 times Rating: 2 users 4.50 out of 5 Next &gt; When moving from Windows Forms to ASP.NET Web Forms, an API that may be missed is that offered by the System.Windows.Forms.MessageBox Class. Sometimes when developing web forms the application may wish to inform the user of a successful or, god forbid, an unsuccessful operation. An effective way to communicate an important message to the user is through the use a MessageBox or,...</description>
		</item>

		<item>
			<title>ASP.NET 2.0's New and Improved Caching Features</title>
			<link>http://www.developer.com/net/asp/article.php/3427131</link>
			<description>By Thiru Thangarathinam Go to page: 1 2 3 Next The ASP.NET 1.x Cache API was a revolutionary feature that provided capabilities such as declarative output caching, programmatic output caching, and invalidation of cached items when the contents of an XML file or another cached item change. Even though all these increased the performance of Web applications, ASP.NET 1.x did not provide a mechanism for invalidating the data in a cache object when the data in a database changes. This much...</description>
		</item>

		<item>
			<title>ASP.NET Data Controls Part 3: DataList</title>
			<link>http://www.oreillynet.com/pub/a/dotnet/2003/03/10/datalist.html</link>
			<description>by Wei-Meng Lee 03/10/2003 In this third part of the ASP.NET Data Controls series, I will talk about the DataList control. The DataList control is somewhat a combination of the DataGrid and Repeater controls. It works like the Repeater control, allowing you to create templates so that it can be bound to a data source. It also allows you to edit records, much like the DataGrid control. Using the DataList Control To use the DataList control, drag and drop the DataList control from the...</description>
		</item>

		<item>
			<title>Taming the ASP.NET Validation Summary Control</title>
			<link>http://www.asp101.com/articles/manu/validationsummary/default.asp</link>
			<description>by Manu Gupta ASP.NET provides a lot of very strong and effective web controls. One of the most widely used controls is the Validation Summary control. It gives us a neat and clean way to display error messages on the web page. During my current program assignment I came across a problem when I had to disable the Validation Summary control on one button click and enable Validation Summary control on the same or other button click. I know some of you might say OH what a big deal just use...</description>
		</item>

		<item>
			<title>ASP.NET Atlas Powers the AJAX-Style Sites You&#xE2; ve Been Waiting For</title>
			<link>http://msdn.microsoft.com/msdnmag/issues/06/07/AtlasAtLast</link>
			<description>Matt Gibbs Print This article is based on a prerelease version of ASP.NET &quot;Atlas.&quot; All information contained herein is subject to change. This article discusses: Introduction to ASP.NET &#xE2; Atlas&#xE2; Atlas architecture Client and server controls Atlas and Web services This article uses the following technologies: ASP.NET, Visual Studio 2005, Internet Explorer Contents What is Atlas? The Atlas Architecture The Client Script Core Library Client Script Controls and Components Server Controls...</description>
		</item>

		<item>
			<title>The ASP.NET Repeater Web Server Control</title>
			<link>http://www.asp101.com/articles/john/repeater/default.asp</link>
			<description>by John Peterson Introduction If you've been using ASP.NET for any length of time then you've almost certainly utilized the DataGrid Server Control. And I'm sure a good portion of you have probably played with the DataList as well... after all, not all of our tables can only have one item per row. But what about that other data web control? I've got a friend who probably will kill me for using this analogy, but it's sort of like the three tenors... there's Pavarotti, Domingo, and that...</description>
		</item>

		<item>
			<title>ASP.NET Developer Conference &amp; Expo - Spring 2002</title>
			<link>http://www.asp101.com/articles/john/aspnetdev_spring02/default.asp</link>
			<description>by John Peterson On March 25th and 26th we helped run the first-ever ASP.NET Developer Conference &amp; Expo in San Jose, CA. We'd like to take this opportunity to thank all of the attendees for participating and to give those of you who couldn't attend a taste of what you missed. The conference was held at the DoubleTree Hotel in San Jose, California and was hosted by 4GuysFromRolla, 15 Seconds, ASPWire, and ASP 101 (us!). We had a great set of speakers including some of the leading...</description>
		</item>

		<item>
			<title>Managing ASP.NET Navigation</title>
			<link>http://www.oreillynet.com/pub/a/dotnet/2003/04/07/aspnetnav.html</link>
			<description>by Mike Gunderloy 04/08/2003 In an ASP.NET application, you can move between Web Forms in a variety of ways: with hyperlinks, with Response.Redirect , with Server.Transfer , or with Server.Execute . In this article, I will take a look at these various navigation methods and help you choose the appropriate one for your application. Hyperlinks The simplest possible way to navigate from one Web Form to another is with an HTML hyperlink control. On a Web Form, that might look like this: &lt;a...</description>
		</item>

		<item>
			<title>ASP.NET Data Controls Part 1: DataGrids</title>
			<link>http://www.oreillynet.com/pub/a/dotnet/2003/02/24/aspdatactl.html</link>
			<description>by Wei-Meng Lee 02/24/2003 One of the most powerful server controls in ASP.NET is no doubt the DataGrid control. The DataGrid control is a multi-column, data-bound ASP.NET server control. Using the DataGrid control, you can display records from a database using a variety of formats. You can also edit, update, and delete records from the database using the DataGrid control. In this first part of the ASP.NET server controls series, I will show you how to use the DataGrid control to...</description>
		</item>

		<item>
			<title>Shrink ASP.NET Code by 70 Percent</title>
			<link>http://www.fawcette.com/vsm/2004_04/magazine/columns/aspnet/</link>
			<description>Posted February 6, 2004 Technology Toolbox: ASP.NET A SP.NET 2.0 can reduce the number of lines of code an ASP.NET application requires by a whopping 70 percent. ASP.NET 2.0's new data source controls and data-aware controls go a long way towards producing this result. I'll show you how to harness the new features in your own applications. ASP.NET 1.0 lacked a declarative model for binding data to data-aware controls such as DataGrid, DataList, and Repeater. ASP.NET 2.0 fixes this with...</description>
		</item>

		<item>
			<title>Professional ASP.NET Web Forms Techniques</title>
			<link>http://www.asp101.com/articles/sample_chapters/wrox_proaspnetwebformstechs/default.asp</link>
			<description>from Wrox Press Professional ASP.NET Web Forms Techniques by Alex Homer Softcover - 570 pages Published by Wrox Press Date Published: 11/2002 ISBN: 1861007868 Buy a Copy I just requested my reviewer's copy so it's naturally not here yet. In the mean time, I've posted a sample chapter so you can take a look at the book until I get a chance to do so. Read Sample Chapter 5 - Banners, Footers, and E-Mail What You Need to Use This Book The following list is the recommended system...</description>
		</item>

		<item>
			<title>Build an ASP.NET Server Control</title>
			<link>http://www.fawcette.com/vsm/2003_12/magazine/columns/aspnet/</link>
			<description>Posted September 30, 2003 Technology Toolbox: C#, ASP.NET O ne of my first serious ASP.NET challenges was a project to develop a generic login form that any application at my client's site could use. A successful login needed to return a User object the calling application could use to get information about a verified use, and a failed login needed to return an error. The most effective and elegant solution was to create a custom ASP.NET server control. This under-publicized...</description>
		</item>

		<item>
			<title>Build Your Own ASP.NET Website Using C# &amp; VB.NET</title>
			<link>http://www.asp101.com/articles/sample_chapters/sitepoint_byoaspnet/default.asp</link>
			<description>from SitePoint Build Your Own ASP.NET Website Using C# &amp; VB.NET by Zak Ruvalcaba Softcover - 763 pages Published by SitePoint Pty Ltd Date Published: March 2004 ISBN: 0957921861 Buy a Copy Matt from SitePoint contacted me recently about doing a review of their new book, &quot;Build Your Own ASP.NET Website Using C# &amp; VB.NET&quot;. Since I haven't yet had the chance to check out any of their books, I agreed to take a look at it. While I'm waiting to receive (and find the time to read) my reviewers...</description>
		</item>

		<item>
			<title>Tree structures in ASP.NET and SQL Server - Introduction</title>
			<link>http://www.developerfusion.com/show/4633/</link>
			<description>by James Crowley on ASP.NET Download Source Code Read Comments Rate this resource Viewed 1592 times Rating: 4 users 3.75 out of 5 Next &gt; Trees can be an intuitively simply way of organising large amounts of information. We're exposed to them everywhere - from directories in file systems and categories in a web directory to hierarchies in organisations and family trees! Something like XML handles hierarchical data well, but if you've got a database full of data we want to associate with...</description>
		</item>

		<item>
			<title>ASP.NET Distributed Data Applications</title>
			<link>http://www.eggheadcafe.com/articles/20020905.asp</link>
			<description>By Robbe D. Morris Printer Friendly Version Purple keywords indicate links to related content. ASP.NET Distributed Data Applications by Alex Homer and Dave Sussman is a wonderful introduction to building distributed applications in .NET. This book is designed for people who already have an intermediate understanding of .NET, ADO.NET, and XML. If you are new to .NET, you may want to hold off on reading this one for now but it is definitely something you'll want to learn. The authors...</description>
		</item>

		<item>
			<title>The ASP.NET View State</title>
			<link>http://www.msdnaa.com/Resources/display.aspx?ResID=2039</link>
			<description>Dino Esposito Download the code for this article: CuttingEdge0302.exe (39KB) In ASP.NET pages, the view state represents the state of the page when it was last processed on the server. It's used to build a call context and retain values across two successive requests for the same page. By default, the state is persisted on the client using a hidden field added to the page and is restored on the server before the page request is processed. The view state travels back and forth with the...</description>
		</item>

		<item>
			<title>The ASP.NET Web Matrix Project - Version 0.6</title>
			<link>http://www.asp101.com/articles/john/webmatrix0.6/default.asp</link>
			<description>by John Peterson Goodies, Goodies, and More Goodies Quite a bit happened in the ASP.NET world this week. Here's the email I got from my Microsoft contact giving me the head's up on all the news. The names have been removed to protect the guilty! ;) Hi John, I know that you are familiar with ASP.NET Web Matrix project, but I wanted to highlight today s ASP.NET related news . In summary, Microsoft announced a refresh on ASP.NET Web Matrix , release of the ASP.NET Starter Kits , info on...</description>
		</item>

		<item>
			<title>Sending email from ASP.NET</title>
			<link>http://www.developerfusion.com/show/4658/</link>
			<description>by Robert Kingsley on ASP.NET Read Comments Rate this resource Viewed 430 times Rating: 1 users 3.00 out of 5 Next &gt; One of the most commonly performed operations that I see in web applications - aside from database actions - is sending email from code. In Active Server Pages 3.0 and earlier, this task required the use of a third-party control such as ASPMail (from ServerObjects) or ASPEmail (from Persits). Both of these COM objects work quite well, but they are no longer required when...</description>
		</item>

		<item>
			<title>Implementing AJAX in ASP.NET - Background</title>
			<link>http://www.developerfusion.com/show/4704/</link>
			<description>by Karl Seguin on ASP.NET Read Comments Rate this resource Viewed 868 times Rating: 5 users 4.60 out of 5 Next &gt; Asynchronous JavaScript and XML (AJAX) has recently become the craze thanks, in no small part, to Google&quot;s usage of it in Google Suggest as well as Google Maps . In ASP.NET terms, AJAX allows server-side processing to occur without requiring postback, thus enabling clients (browsers) with rich server-side capabilities. In other words it provides a framework for asynchronously...</description>
		</item>

		<item>
			<title>ASP.NET Feature Saves Development Time</title>
			<link>http://www.15seconds.com/issue/010207.htm</link>
			<description>By Rick Liddle Rating: 2.8 out of 5 Rate this article email this article to a colleague Introduction ASP.NET provides Web developers with the ability to efficiently handle many tedious tasks that can eat up an application's development time. To be able to effectively maintain state, server controls, and debugging through the Trace object are just a few examples of its advantages. At least 75% of my development time involves gathering a little bit of information from the user, querying...</description>
		</item>

		<item>
			<title>The Big ASP.NET DataGrid Article, Part 3</title>
			<link>http://www.developer.com/net/vb/article.php/3320941</link>
			<description>By Karl Moore Go to page: 1 2 3 Next Welcome to the final part of the ASP.NET DataGrid mini-series. Today, we'll be looking at implementing the likes of paging and sorting in your DataGrid... but start off with that most gruesome of tasks: adding an editable drop-down box to your DataGrid! The Lowdown on Using Dropdown Boxes in a Web Grid Want to add a dropdown box to your Web page, populated with values from your table? You're in for a sweet surprise-it's easy! Just add the...</description>
		</item>

		<item>
			<title>Leverage ASP.NET in Your Enterprise</title>
			<link>http://www.fawcette.com/dotnetmag/2002_07/magazine/columns/architecting/</link>
			<description>Give your IT Web development organization a boost by guiding it to ASP.NET. by Barry Bloom For this solution: ASP.NET, .NET Framework M oving your organization to ASP.NET offers several advantages over the traditional Active Server Pages (ASP)/Visual Basic 6 platform. ASP.NET introduces an integrated development environment (IDE), a single development library for all types of applications, and a true object-oriented approach to Web application development. In this column, I'll explain...</description>
		</item>

		<item>
			<title>411 ASP.NET Directory</title>
			<link>http://www.developerfusion.com/show/4352/</link>
			<description>Submitted by James Crowley Link URL http://www.411asp.net/ Go There Now A directory of ASP.NET tutorials, applications, scripts, assemblies and articles for the novice to professional developer. Read Comments Rate this resource Viewed 30 times Rating: 0 users 0 out of 5 Rate this resource for us: Poor Excellent recent comment previews Read Comments Post Comment Be the first to post a comment! asp.net hosting Add to favourites Printer friendly Share with a friend sponsor featured book [...</description>
		</item>

		<item>
			<title>Bind XML Data in ASP.NET</title>
			<link>http://www.fawcette.com/vsm/2003_04/magazine/columns/gettingstarted/</link>
			<description>April 2003 Issue Technology Toolbox: VB.NET, ASP.NET, XML, ASP T he ubiquitous XML is quickly becoming the Web's data language. The .NET Framework offers many ways to access and manipulate data, including XML. Reading your Web pages' source data from XML files has several advantages over loading content from a database. You can construct XML files easily and generate them from a database or other source. You can split your data into small, easily transportable pieces. Also, you can use...</description>
		</item>

		<item>
			<title>Cross page postbacks in ASP.NET 2.0</title>
			<link>http://www.developerfusion.com/show/4687/</link>
			<description>by Brock Allen on ASP.NET Read Comments Rate this resource Viewed 91 times Rating: 0 users 0 out of 5 Next &gt; ASP.NET 2.0 introduces the ability to have an ASPX page postback to a different ASPX page with cross page postbacks. This was done all the time in ASP but wasn't supported in ASP.NET 1.x. This wasn't directly supported because on the server you need the same page to be recreated upon postback so the same controls could be repopulated with the post data. Since the model is to work...</description>
		</item>

		<item>
			<title>ASP.NET Web Resource Index</title>
			<link>http://www.developerfusion.com/show/2080/</link>
			<description>Submitted by positive Link URL http://www.aspnetweb.com/home/hitsin.asp?link=1755 Go There Now ASPNETWEB.COM is an ASP.NET Resource Index and is intended for all level of ASP.NET developers who are looking for resources such as code samples, tutorials, product reviews, applications and more. Read Comments Rate this resource Viewed 2260 times Rating: 7 users 2.71 out of 5 Rate this resource for us: Poor Excellent recent comment previews Read Comments Post Comment Be the first to post a...</description>
		</item>

		<item>
			<title>ASP.NET 2.0 Client-Side Features: Bring Server-Side Power to the Client</title>
			<link>http://www.developer.com/net/asp/article.php/3506896</link>
			<description>By Thiru Thangarathinam Go to page: 1 2 3 Next In addition to providing a number of new features on the server side, ASP.NET 2.0 also provides a number of improvements on the client side; these increase Web developers' productivity. These feature improvements include script callbacks, cross-page postbacks, setting focus in a page, client-side button click events, and maintaining scrollbar position in the page. This article explores ASP.NET 2.0's client-side features in detail, providing...</description>
		</item>

		<item>
			<title>Professional ASP.NET Web Services [WROX]</title>
			<link>http://www.eggheadcafe.com/articles/20020330.asp</link>
			<description>By Peter A. Bromberg, Ph.D. To &quot;Print This Page&quot; Link Professional ASP.NET Web Services, by Matthew Reynolds, Brian Loesgen, Andreas Eide, Bill Sempf, Srinivasa Sivakumar, Mike Clark, Christopher L Miller, Robert Eisenberg, Mike Batongbacal, Brandon Bohling and Russ Basiura is the first (and at this point, likely the only) comprehensive book focusing entirely on Webservices on the .NET Platform. And comprehensive it is - not only does this book take you through virtually all aspects of...</description>
		</item>

		<item>
			<title>Extend the ASP.NET WebMethod Framework by Adding XML Schema Validation</title>
			<link>http://msdn.microsoft.com/msdnmag/issues/03/07/XMLSchemaValidation/default.aspx</link>
			<description>Aaron Skonnard and Dan Sullivan This article assumes you're familiar with XML, ASP.NET, and Web Services Level of Difficulty 1 2 3 Download the code for this article: XMLSchemaValidation.exe (208KB) SUMMARY WebMethods make the development of XML Web Services easier by encapsulating a good deal of functionality, but there is still a lot of underlying XML processing that you have to be responsible for. For example, WebMethods do not validate messages against the implied schema. Because...</description>
		</item>

		<item>
			<title>Building an ASP.NET App: John's DVD Catalog</title>
			<link>http://www.asp101.com/articles/john/dvd/default.asp</link>
			<description>by John Peterson Introduction Here's the plan in a nutshell... to build as ASP.NET application to manage my DVD collection. Now let me back up and explain that I'm not crazy and why this is actually a good idea. I was surfing the site looking for typos, out of date info, etc. when it occurred to me that while we have tons of code and articles, we have very few complete applications for you to look at and the last one I remember writing is so old I can't remember when I wrote it! Most...</description>
		</item>

		<item>
			<title>Embed text in Image using ASP.NET</title>
			<link>http://www.developerfusion.com/show/4648/</link>
			<description>by Julian Roberts on ASP.NET Read Comments Rate this resource Viewed 18 times Rating: 0 users 0 out of 5 Next &gt; Sometimes, it is nice to have a text caption embedded into an image, rather than display the caption in HTML. Fortunately, this is fairly straightforward in ASP.NET. Look at this photo of myself . I can embed some text into the photo using the following code: image_text.aspx &lt;%@ Page Language=&quot;c#&quot;%&gt; &lt;%@ Import Namespace=&quot;System.Drawing.Imaging&quot; %&gt; &lt;%@ Import...</description>
		</item>

		<item>
			<title>Migrating to ASP.NET</title>
			<link>http://www.asp101.com/articles/john/migration/default.asp</link>
			<description>by John Peterson The Speech and Slides Recently I was asked to speak at the ASP.NET Developer Conference &amp; Expo . I am not a big fan of public speaking, but since we were the ones putting on the conference, I figured I should do whatever I could to help out. That's right... they actually managed to get yours truly up on stage to speak about migrating from classic ASP to ASP.NET. For those of you who couldn't attend and listen to me ramble on about the topic, I figured the least I could...</description>
		</item>

		<item>
			<title>Automatic Logging of ASP.NET App shutdown events</title>
			<link>http://www.eggheadcafe.com/PrintSearchContent.asp?LINKID=1071</link>
			<description>Printer Friendly Version Scott Guthrie (&quot;Mr. ASP.NET&quot;) had this on his blog, written by one of his team. Just add the code to your global.asax.cs file along with the required namespace &quot;using&quot; declarations : public void Application_End() { HttpRuntime runtime = (HttpRuntime) typeof(System.Web.HttpRuntime).InvokeMember(&quot;_theRuntime&quot;, BindingFlags.NonPublic | BindingFlags.Static | BindingFlags.GetField, null, null, null); if (runtime == null) return; string shutDownMessage = (string)...</description>
		</item>

		<item>
			<title>Using ASP.Net User Controls</title>
			<link>http://www.eggheadcafe.com/articles/20050710.asp</link>
			<description>by Jon Wojtowicz User Controls Many articles have been written about creating and using user controls in ASP.Net. Most do a good job of describing how to create and statically add controls and some even cover dynamically adding the control. There seems to be a lack of information on some of the difficulties you can experience when using user controls. I'll provide basic coverage of creating and adding the control to a page statically, exposing properties and raising events. I'll also be...</description>
		</item>

		<item>
			<title>ASP.NET 2.0 Caching Features</title>
			<link>http://www.15seconds.com/issue/040518.htm</link>
			<description>By Thiru Thangarathinam Rating: 4 out of 5 Rate this article email this article to a colleague suggest an article Introduction In ASP.NET 2.0, caching has been improved in a couple of notable ways. Probably the most interesting feature is the introduction of database-triggered cache invalidation. In ASP.NET 1.x, you can invalidate a cached item based on some pre-defined conditions such as change in an XML file or change in another cache item. Using this feature, you can remove or...</description>
		</item>

	</channel>
</rss>
