<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>rss / new tutorials</title><link>http://www.developerhell.com/feed/new_articles/net</link><description>the last 20 tutorials</description><language>en</language><item><title>SOA Capabilities in BizTalk Server 2009: WCF SQL Server Adapter [pdf]</title><link>http://www.developerhell.com/out/SOA_Capabilities_in_BizTalk_Server_2009_WCF_SQL_Server_Adapter_pdf</link><guid>http://www.developerhell.com/out/SOA_Capabilities_in_BizTalk_Server_2009_WCF_SQL_Server_Adapter_pdf</guid><description>This tutorial will explain how to use the WCF SQL Server Adapter to implement composite transactions and poll for data changes in BizTalk Server 2009</description></item><item><title>Load Testing with Visual Studio Team System 2008 [pdf]</title><link>http://www.developerhell.com/out/Load_Testing_with_Visual_Studio_Team_System_2008_pdf</link><guid>http://www.developerhell.com/out/Load_Testing_with_Visual_Studio_Team_System_2008_pdf</guid><description>This chapter explains how to use unit testing or web testing, and how to simulate a realistic scenario such as the number of concurrent users that have different browsers and different network speed, and are accessing the system from multiple locations. This testing collects the application performance and stability data in different scenarios, and is used for analyzing this data in order to scale the application for better performance.</description></item><item><title>Storing User Profiles</title><link>http://www.developerhell.com/out/Storing_User_Profiles</link><guid>http://www.developerhell.com/out/Storing_User_Profiles</guid><description>User Profiles -  The profile feature in ASP.NET 2.0 allows you to define and store per-user settings to be used throughout your application. Settings can also be stored in an anonymous profile while users are not logged in, and then migrated to a logged-in user profile at a later time.</description></item><item><title>Creating Multiple Choice Exam Application Part I</title><link>http://www.developerhell.com/out/Creating_Multiple_Choice_Exam_Application_Part_I</link><guid>http://www.developerhell.com/out/Creating_Multiple_Choice_Exam_Application_Part_I</guid><description>This is the first part of a multi-part series. In this series we will cover the scenario of creating a multiple choice exam for the user. In the first part I will cover the design of the application. This will include unit tests, domain objects and NHibernate mapping files</description></item><item><title>Globalization and Localization</title><link>http://www.developerhell.com/out/Globalization_and_Localization</link><guid>http://www.developerhell.com/out/Globalization_and_Localization</guid><description>Explains how to make international applications customizable to users belonging to different nations, cultures, or regions.</description></item><item><title>Building a Gmail Style File Uploading System using ASP.NET 2.0</title><link>http://www.developerhell.com/out/Building_a_Gmail_Style_File_Uploading_System_using_ASP_NET_2_0</link><guid>http://www.developerhell.com/out/Building_a_Gmail_Style_File_Uploading_System_using_ASP_NET_2_0</guid><description>This article examines how to upload files to a web server using ASP.NET 2.0 with a different approach. With a click of a hyperlink you can show the &amp;quot;Choose File&amp;quot; dialog box and immediately once the user clicks the OK button from the File Choose dialog box, a file can be uploaded to the server.</description></item><item><title>Creating a Data Access Layer</title><link>http://www.developerhell.com/out/Creating_a_Data_Access_Layer</link><guid>http://www.developerhell.com/out/Creating_a_Data_Access_Layer</guid><description>In this tutorial we&#039;ll start from the very beginning and create the Data Access Layer (DAL), using typed DataSets, to access the information in a database.</description></item><item><title>Read Asp.net Request Param and Session dynamically into properties</title><link>http://www.developerhell.com/out/Read_Asp_net_Request_Param_and_Session_dynamically_into_properties</link><guid>http://www.developerhell.com/out/Read_Asp_net_Request_Param_and_Session_dynamically_into_properties</guid><description>Article shows how you can use Attributes and Reflection to dynamically populate property with value from param, session or context without writing any addition code.  I have used this technique in past and I hope you will also find it useful.</description></item><item><title>Data Visualization Using ASP.NET 2.0</title><link>http://www.developerhell.com/out/Data_Visualization_Using_ASP_NET_2_0</link><guid>http://www.developerhell.com/out/Data_Visualization_Using_ASP_NET_2_0</guid><description>Explains how to analyse and graphically visualise numeric data from dataset (iris).</description></item><item><title>An Architectural View of the ASP.NET MVC Framework</title><link>http://www.developerhell.com/out/An_Architectural_View_of_the_ASP_NET_MVC_Framework</link><guid>http://www.developerhell.com/out/An_Architectural_View_of_the_ASP_NET_MVC_Framework</guid><description>At DevConnections Fall and TechEd Europe, Microsoft recently unveiled the ASP.NET MVC Framework. MVC stands for Model-View-Controller and is one of the most popular design patterns for decoupling data access and business logic from data presentation and user interaction. At the time of this writing, the framework is not available yet, not even as a CTP. However, the first CTP is expected to ship in just a few weeks.</description></item><item><title>Delegates and Events in C#</title><link>http://www.developerhell.com/out/Delegates_and_Events_in_C</link><guid>http://www.developerhell.com/out/Delegates_and_Events_in_C</guid><description>This C# tutorial will teach you how to create delegates and events in C# using a practical example of creating two applications, a client and a multi-threaded server. You will learn how to fire your own custom event from a class and handle it in a different class.</description></item><item><title>An Introduction to AJAX and Atlas with ASP.NET 2.0</title><link>http://www.developerhell.com/out/An_Introduction_to_AJAX_and_Atlas_with_ASP_NET_2_0</link><guid>http://www.developerhell.com/out/An_Introduction_to_AJAX_and_Atlas_with_ASP_NET_2_0</guid><description>Traditionally, web applications have left a lot to be desired from a user experience standpoint, due primarily to the &quot;request/response&quot; lifecycle. Any interaction with a page typically requires a postback to the web server (a &quot;request&quot;), which then performs any server-side tasks needed and returns the updated page&#039;s markup (the &quot;response&quot;). Outside of intranet-based applications, such behavior adds a bit of a lag when interacting with a page. One approach to improving the end user&#039;s experience is to use AJAX. AJAX-enabled pages provide a slick, responsive user experience, making web-based applications function more like desktop-based ones.</description></item><item><title>Recordset Paging with ADO 2.0</title><link>http://www.developerhell.com/out/Recordset_Paging_with_ADO_2_0</link><guid>http://www.developerhell.com/out/Recordset_Paging_with_ADO_2_0</guid><description>Recordset paging is the process of breaking up a recordset into multiple &quot;pages&quot; of information for display. You&#039;ve probably noticed that most well designed sites implement this feature, allowing you to navigate through a recordset to view a certain number of records at a time.</description></item><item><title>ASP.NET 2.0 Caching</title><link>http://www.developerhell.com/out/ASP_NET_2_0_Caching</link><guid>http://www.developerhell.com/out/ASP_NET_2_0_Caching</guid><description>Probably one of the coolest features with ASP.NET is caching, ASP.NET 2.0 has new caching features that I will explore in this article.</description></item></channel></rss>