<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/148.html</link><description>Tips and Tutorials RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Using the SAP.NET Connector to connect your .NET applications to</title>
<link>http://www.advancescripts.com/detailed/15956.html</link>
<description>This article will demonstrate how to get connected to SAP and how to call an ABAP function and pass data to and from SAP. The SAP Connector for Microsoft .NET is a programming environment that enables communication between the Microsoft .NET platform and SAP Systems. It supports SAP Remote Function Calls (RFC) and Web services, and allows you to write various applications, for example, Web form, Windows form, and console applications within Microsoft Visual Studio .NET. </description>
</item>
<item>
<title>ASP.NET Textbox Autopostback tutorial</title>
<link>http://www.advancescripts.com/detailed/15931.html</link>
<description>This tutorial will demonstrate how to display the text entered into an asp:textbox on a webpage</description>
</item>
<item>
<title>Web.Config - Custom Errors tutorial</title>
<link>http://www.advancescripts.com/detailed/15930.html</link>
<description>This tutorial is very quick and easy to learn. It is essential to know this information when developing a site in ASP.NET.</description>
</item>
<item>
<title>ASP.NET 2.0 - Counting Microsoft Access Rows</title>
<link>http://www.advancescripts.com/detailed/15928.html</link>
<description>This tutorial uses an asp:AccessDataSource and asp:FormView to perform the count, this tutorial will demonstrate in detail how this is easily accomplished</description>
</item>
<item>
<title>ASP.NET Programmatically setting the visibility property</title>
<link>http://www.advancescripts.com/detailed/15923.html</link>
<description>This tutorial is a quick and simple example of how to set the visibility property in asp.net code.</description>
</item>
<item>
<title>Explain Microsoft intermediate language (MSIL) Assembler?</title>
<link>http://www.advancescripts.com/detailed/15783.html</link>
<description>MSIL Assembler (Ilasm.exe) is a command line tool provides by .Net. The MSIL Assembler generates a portable executable (PE) file from MSIL assembly language. You can run the resulting executable, which contains MSIL and the required metadata, to determine whether the MSIL performs as expected</description>
</item>
<item>
<title>Recurring Charging of Credit Card via PayFlowPro</title>
<link>http://www.advancescripts.com/detailed/15499.html</link>
<description>This listing explains how to setup and use PayFlowPro SDKs to accomplish recurring billing. By using PayFlowPro all processing can be done while the user is still on your website. This article assumes you already have a merchant account setup. </description>
</item>
<item>
<title>Streaming with Windows Media Services and ASP.NET</title>
<link>http://www.advancescripts.com/detailed/14973.html</link>
<description>This paper shows you how to get started streaming your music or video over the Internet with Windows Streaming Services and ASP.NET. </description>
</item>
<item>
<title>How To Test And Debug An ASP.NET Application</title>
<link>http://www.advancescripts.com/detailed/14792.html</link>
<description>Visual Studio includes an integrated debugger that can help you locate and correct even the most obscure bugs. And ASP.NET includes a Trace feature that displays useful information as your ASP.NET pages execute. In this sample chapter, you'll learn how to use both of these powerful debugging tools.</description>
</item>
<item>
<title>Using the Validation Controls</title>
<link>http://www.advancescripts.com/detailed/14788.html</link>
<description>In this paper, you will learn how to validate form fields when a form is submitted to the web server. You can use the validation controls to prevent users from submitting the wrong type of data into a database table. </description>
</item>
<item>
<title>How to Use Master Pages</title>
<link>http://www.advancescripts.com/detailed/14773.html</link>
<description>A master page makes it easy for you to create pages that have common elements such as banners and navigation menus. That's why it is one of the most important new features of ASP.NET 2.0. In fact, you may decide that you're going to use one master page for every group of pages that you develop. </description>
</item>
<item>
<title>Optimizing Application and Session State Management</title>
<link>http://www.advancescripts.com/detailed/14742.html</link>
<description>Session State Management is the ability of a Web application to persist information, both at the application and session levels. In classic ASP, developers liked Session objects for their ease of use but disliked them for negatively impacting application scalability and performance. ASP.NET faces similar challenges; however, the actual performance implications may surprise you. </description>
</item>
<item>
<title>C#, ASP.NET, AJAX, VB.NET, XML, Css, Flash, Javascript, Photosho</title>
<link>http://www.advancescripts.com/detailed/14649.html</link>
<description>dotnet watch offers articles and code on dotnet, discussion forums, C# , ASP.NET , VB.net , Flash and dot net articles</description>
</item>
<item>
<title>Design Patterns In VB.NET School</title>
<link>http://www.advancescripts.com/detailed/14165.html</link>
<description>Using design patterns can lead to better designed and implemented object oriented programs. They can also help make code more understandable. The Programmer's Heaven design patterns school covers each design pattern, complete with explanations and code examples in VB.NET. It also looks at the approach taken by the creators of design patters and the motivation for using them in your own development. </description>
</item>
<item>
<title>Client Side in ASP.NET: Common Javascript Functions</title>
<link>http://www.advancescripts.com/detailed/14062.html</link>
<description>In this tutorial we are going to present you a set of famous and frequently used client side scripts. You can simply copy any of these scripts into your web application without giving any attention to their underlying technologies. If, in any case, further customization or configuration is essential to utilize any of these scripts then we will include this information as well.</description>
</item>
<item>
<title>Caching in an ASP.NET 2.0 Web Application</title>
<link>http://www.advancescripts.com/detailed/14061.html</link>
<description>Caching is the most effective technique you can use to improve the performance of your ASP.NET web application. Designing your application with caching in mind, improves both the performance and the scalability of that application.  

</description>
</item>
<item>
<title>Built-In Asynchronous I/O Support in ASP.NET</title>
<link>http://www.advancescripts.com/detailed/14060.html</link>
<description>As we all know, I/O operations is one of the most time consuming operations. In the same time, IO is one of the most needed operations almost in all applications. To make our applications faster and having more responsive user interface, we need to perform those I/O operations asynchronously. This tutorial explains how to make faster and more responsive user interface through asynchronous I/O operations in ASP.NET 2.0 Web application.  

</description>
</item>
<item>
<title>A Simple Web Application</title>
<link>http://www.advancescripts.com/detailed/13729.html</link>
<description>Learn how to create the basic structure of a simple web application using Microsoft's Web Matrix or Visual Studio. 

</description>
</item>
<item>
<title>An introduction to ASP.NET</title>
<link>http://www.advancescripts.com/detailed/13726.html</link>
<description>The tutorial covers what is .NET, what is ASP.NET and why use ASP.NET</description>
</item>
<item>
<title>Installing Visual Studio.NET Beta 2.0</title>
<link>http://www.advancescripts.com/detailed/13603.html</link>
<description>ASP.NET 2.0 Tutorials - Installing Visual Studio.NET Beta 2.0 : In this tutorial you will learn the procedure for Installing Visual Studio.NET Beta 2.0 starting with minimum system requirements, runtime setup and side by side installation. 

</description>
</item>
<item>
<title>Introducing Visual Studio.NET Web Applications</title>
<link>http://www.advancescripts.com/detailed/13602.html</link>
<description>ASP.NET 2.0 Tutorials : Introducing Visual Studio.NET Web Applications - In this tutorial - Introducing Visual Studio.NET Web Applications, You will learn How Web Applications Work, Choose a Language for creation.</description>
</item>
<item>
<title>Introduction to Visual Studio.NET</title>
<link>http://www.advancescripts.com/detailed/13601.html</link>
<description>In this tutorial we shall proceed with a brief Introduction to Visual Studio.NET and also discuss three Versions of Visual Studio.NET - The first version-VS.NET, VS.NET 2003, Visual Studio 2005 VS.NET 2005</description>
</item>
<item>
<title>Building a Shopping List</title>
<link>http://www.advancescripts.com/detailed/13376.html</link>
<description> am sure that most of us before going for shopping on a certain occasion, we have to dig up our mind to draft a shopping list. This tutorial will explain how to build a shopping list using ASP.NET 2.0 with MS SQL database. Based on this article, some cool technical stuff in Visual Web Developer will be used to facilitate our work.</description>
</item>
<item>
<title>Build Notepad ASP.NET Web Application</title>
<link>http://www.advancescripts.com/detailed/13375.html</link>
<description>A complete ASP.NET 2.0 Notepad Web application example (with source code). Explains Forms, sign in process, some complex SQL queries and new HiddenField ASP.NET 2.0 server control.</description>
</item>
<item>
<title>Developing SEO friendly URLs with ASP NET 2.0</title>
<link>http://www.advancescripts.com/detailed/12634.html</link>
<description>We can develop SEO Friendly websites where the content is driven from the Database with a Content Management System which is developed using ASP.NET. We will learn to build a simple CMS driven site with no nonsense URL, which Search Engines invite.</description>
</item>
<item>
<title>Adding Localization to ASP.NET Applications</title>
<link>http://www.advancescripts.com/detailed/12418.html</link>
<description>For those of you who need to be able to support multiple cultures (languages, right-to-left screen presentation, non-US currency, etc.) in your web applications, here's a great video that walks through the steps to add localization in just a few steps. The &quot;test&quot; application that the presenter builds is pretty simple to follow and to build yourself. Once you get the basics from building the test application  you should find it easier to build &quot;Localization&quot; into your ASP.NET applications.</description>
</item>
<item>
<title>ASP.NET HOW DO I Video Series: Membership and Roles</title>
<link>http://www.advancescripts.com/detailed/12404.html</link>
<description>Learn how to secure a Web site using the new Membership and Roles features of ASP.NET 2.0. Topics include user registration, password recovery, and restricting access to content with roles. Get a tour of how the Web Site Administration Tool simplifies user account administration and makes it easy to control content access permissions.</description>
</item>
<item>
<title>ASP.NET HOW DO I Video Series: Tips and Tricks</title>
<link>http://www.advancescripts.com/detailed/12272.html</link>
<description>This Tips &amp; Tricks video covers many useful techniques for enhancing ASP.NET 2.0 web sites using Visual Web Developer 2005 Express Edition. Topics include encrypting sensitive information stored in web.config, maintaining the browser scroll position across postbacks, posting content to a different page, setting focus on a specific control when a page is loaded, creating a bulleted list of hyperlinks from an XML file, working with the file upload control, simplifying complex URLs and more.</description>
</item>
<item>
<title>Creating Our First ASP.NET Web Page</title>
<link>http://www.advancescripts.com/detailed/12266.html</link>
<description>With this paper we'll be creating an ASP.NET Web page that serves as a financial calculator. This paper will focus on building the ASP.NET Web page, with only a light discussion of the source code and Web controls used.</description>
</item>
<item>
<title>Moving to ASP.NET</title>
<link>http://www.advancescripts.com/detailed/12224.html</link>
<description>In this paper, we discuss the benefits that companies are seeking to gain in migrating to ASP.NET, and the various approaches they can adopt. We also discuss how to estimate the complexity of a .NET migration, and outline the main phases of a well-planned migration.</description>
</item>
<item>
<title>Stress Testing and Monitoring ASP.NET Applications</title>
<link>http://www.advancescripts.com/detailed/9663.html</link>
<description>In this paper, we discuss the concepts behind performance testing and its role in the development and testing cycles. We cover performance testing fundamentals and general methodologies for testing aWeb application. We also describe the features of the Microsoft Application Center Test (ACT) tool and provide a step-by-step tutorial on how to utilize the tool on an ASP.NET application.</description>
</item>
<item>
<title>ASP.NET HOW DO I Video Series: Web Parts and Personalization</title>
<link>http://www.advancescripts.com/detailed/8080.html</link>
<description>This video shows how to use the new Web Parts and Personalization features of ASP.NET 2.0 and the designer support provided by Visual Web Developer 2005 Express Edition to build customizable web pages whose content and layout can be modified by the user. See how Web Parts enable the user to add new content to a page on-the-fly and restructure the page in the browser using drag-and-drop.</description>
</item>
<item>
<title>ASP.NET HOW DO I Video Series: Master Pages/Site Navigation</title>
<link>http://www.advancescripts.com/detailed/7548.html</link>
<description>Learn how to secure a Web site using the new Membership and Roles features of ASP.NET 2.0. Topics include user registration, password recovery, and restricting access to content with roles. Get a tour of how the Web Site Administration Tool simplifies user account administration and makes it easy to control content access permissions. </description>
</item>
<item>
<title>ASP.NET HOW DO I Video Series: Data</title>
<link>http://www.advancescripts.com/detailed/7542.html</link>
<description>This video illustrates how simple it is to create data-driven web sites using Visual Web Developer 2005 Express Edition, ASP.NET 2.0, and SQL Server 2005 Express Edition. See the integrated data editing support provided by Visual Web Developer that simplifies database creation and population using the Database Explorer and DataSet Designer. Explore how easy it is to create a master-details view with support for filtering, sorting, paging, and editing with no code.</description>
</item>
<item>
<title>Create a Full-Featured Custom Login Portal</title>
<link>http://www.advancescripts.com/detailed/7537.html</link>
<description>Get an overview of the major features and improvements introduced with Visual Web Developer 2005 Express Edition and ASP.NET 2.0. Follow along through the creation of a fictitious customer portal to learn about topics including Master Pages, Themes, database access, Membership, Roles, the Web Site Administration Tool, site navigation, and user profiles. </description>
</item>
<item>
<title>ASP.NET HOW DO I Video Series: Localization</title>
<link>http://www.advancescripts.com/detailed/7534.html</link>
<description>This video is a tour of the web site localization support in Visual Web Developer 2005 Express Edition. Learn how to create culture-aware and locale-specific web content with ASP.NET 2.0 with no additional code. Topics include the new declarative binding syntax, page-level vs. application-level resources, and using the rich resource editor. </description>
</item>
<item>
<title>Programming Web Forms</title>
<link>http://www.advancescripts.com/detailed/5202.html</link>
<description>In this paper, you will learn techniques to help you utilize the full power of ASP.NET in creating Web Forms, including: Using code-behind to segregate the presentation code from the logic; Understanding the control lifecycle of a web page; Managing state in ASP.NET; Using Visual Studio .NET as a development tool. </description>
</item>
<item>
<title>ASP.NET 2.0 Tips &amp; Tricks</title>
<link>http://www.advancescripts.com/detailed/3845.html</link>
<description>While this isn't an introductory session and will assume some basic familiarity of ASP.NET 2.0 it does provide a nice tour of a wide set of ASP.NET capabilities. We'll look at Cross Page Posts, Site Navigation, Wizard Control, Url rewriting, as well as learn how to build a web based RSS reader with &quot;zero&quot; code! Plus: CodeSmith 3.0 Tips &amp; Tricks! We'll explore also some of great tips and tricks that show off some of the awesome capabilities of this tool. Source code included. </description>
</item>
<item>
<title>Configuring and Deploying Your ASP.NET Solutions</title>
<link>http://www.advancescripts.com/detailed/3785.html</link>
<description>In this paper, you learn how to configure your Web solutions using ASP.NET's standardized configuration files. You also learn how to design deployment plans that make it easy for you to install your ASP.NET solutions both locally and remotely. </description>
</item>
<item>
<title>ASP.NET Forms Authentication, Best Practices</title>
<link>http://www.advancescripts.com/detailed/3447.html</link>
<description>ASP.NET does an excellent job of providing out of the box support for multiple forms of authentication using the classes in System.Web.Security namespace. In v1.1 of the framework, there exists support for forms-based, Microsoft Passport based and Integrated Windows (or NTLM) based authentication. These are intended to provide developers with easy access to an intuitive API which they can use to add authentications features to their own applications without having to reinvent it from scratch. </description>
</item>
<item>
<title>Understanding AJAX Applications and ASP.NET</title>
<link>http://www.advancescripts.com/detailed/3443.html</link>
<description>AJAX (Asynchronous JavaScript and XML) describes a cross-platform, client-centric approach to developing Web applications. In AJAX, developers use client scripts to make asynchronous calls to Web server applications using an XML-based protocol. The new ASP.NET technology code-named &quot;Atlas&quot; is a package of Microsoft technologies that applies and extends the AJAX approach. This topic describes the Web application development issues that AJAX addresses, explains the basic concepts of AJAX, and more</description>
</item>
<item>
<title>Introducing .NET Data Management</title>
<link>http://www.advancescripts.com/detailed/3395.html</link>
<description>The .NET Framework includes a series of classes that implement a new data access technology that is specifically designed for use in the .NET world. We'll look at why this has come about, and how it relates to the techniques used in ASP. In fact, the new framework classes provide a whole lot more than just a .NET version of ADO. Like the move from ASP to ASP.NET, they involve fundamental changes in the approach to managing data in external data stores. </description>
</item>
<item>
<title>Transforming XML with XSLT and ASP.NET</title>
<link>http://www.advancescripts.com/detailed/3315.html</link>
<description>What exactly is XSLT useful for and why would you, as an ASP.NET developer, want to learn about it? The answer boils down to the capability of XSLT to transform XML documents into different formats that can be consumed by a variety of devices, including browsers, Personal Digital Assistants (PDAs), Web-enabled phones, and other devices that will appear in the near future. </description>
</item>
<item>
<title>ASP.NET Migration Summit - Moving from ASP to ASP.NET</title>
<link>http://www.advancescripts.com/detailed/3308.html</link>
<description>From this session, brought to you by Microsoft and DevelopMentor, you will learn the internal details of how ASP .NET works, from the new compiled processing model to the inheritance story of a page and code-behind. Also, learn about the strengths of Web Forms and a completly new Server-Side controls architecture. You will also learn how to scale a Web site by taking advantage of the new state management features in ASP .NET. Finally, you will learn about Web Services.</description>
</item>
<item>
<title>Mastering ASP.NET with VB.NET: Introduction to ASP.NET</title>
<link>http://www.advancescripts.com/detailed/3288.html</link>
<description>ASP.NET is the .NET framework layer that handles Web requests for specific types of files, namely those with .aspx and .acsx extensions. The ASP.NET engine provides a robust object model for creating dynamic content and is loosely integrated into the .NET framework. This integration makes it easy to change the implementation when the .NET framework migrates to platforms other than Windows. </description>
</item>
<item>
<title>.Net (dotnet) Tips and Tutorials</title>
<link>http://www.advancescripts.com/detailed/3213.html</link>
<description>C# (C Sharp), VB.Net and ASP.Net help, tips, and tutorials from the experts. Featuring message boards and a database of tutorials for .Net assistance.</description>
</item>
<item>
<title>Bungie.net - Technical Case Study</title>
<link>http://www.advancescripts.com/detailed/3207.html</link>
<description>The Bungie.net site is the online companion to the wildly successful Halo 2 video game for Xbox, released in November 2004 by Microsoft. The site also acts as the community hub for all things related to Bungie games. Built with the Microsoft .NET Framework, Bungie.net serves up more than 4 million pages per day, accumulating 300 gigabytes of online game statistics per month from more than 1 million games played daily.</description>
</item>
<item>
<title>Unleash Your Web Site's Potential with ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/3136.html</link>
<description>This presentation provides a sweeping overview of the new features in ASP.NET 2.0. The first half of this presentation previews topics that are covered in detail in the next eight decks. The second half (beginning with the first slide after the Web Parts demo) introduces features that, with the exception of what's new in localization, won't be covered again later on. </description>
</item>
<item>
<title>ASP.NET Language Structure</title>
<link>http://www.advancescripts.com/detailed/3082.html</link>
<description>In this paper, we will look at the structure of a very simple ASP.NET page and how that page is rendered in the visitor's browser. Then we will look at the Page class, which is the .NET class that all your ASP.NET pages are based on. After that, we will review basic compiler directives that you can place on your page. At the end of the chapter, we will review a simple Quiz ASP.NET page that demonstrates the basics of an ASP.NET page.</description>
</item>
<item>
<title>Security in ASP.Net Applications</title>
<link>http://www.advancescripts.com/detailed/3015.html</link>
<description>Marcus Mac Innes demonstrates how security on a web site can be compromised by taking advantage of holes within the application code. These holes can be discovered by using a series of probes which disclose whether or not vulnerability exists. Source code included.</description>
</item>
<item>
<title>Introducing ASP.NET</title>
<link>http://www.advancescripts.com/detailed/3008.html</link>
<description>ASP.NET solves many of the problems that currently face Web developers, and it greatly simplifies the tasks of creating, debugging, and deploying Web applications. It's radically different from its predecessors in many ways, but it shares a common heritage and background to some. It requires that you learn new skills and forget about some you already have. It'll take time to master, but that investment will be repaid many times over once you start working with it in earnest. </description>
</item>
<item>
<title>The Evolution of ASP and the Benefits of ASP.NET</title>
<link>http://www.advancescripts.com/detailed/2261.html</link>
<description>We are now at the next stage of Active Server Pages development. ASP.NET takes Active Server Pages and rapid web application development to a whole new level. All of the benefits provided by Active Server Pages to web development have been expanded upon and improved. Many of the inherent hurdles and barriers that caused struggles and difficulties for web developers in earlier versions of ASP have been lowered or eliminated altogether. </description>
</item>
<item>
<title>Building Secure Web Apps</title>
<link>http://www.advancescripts.com/detailed/1385.html</link>
<description>This session presents countermeasures for the threats on web apps. Topics include input validation; techniques for accessing databases securely, including the use of parameterized commands and stored procedures, accounts with limited privileges, Windows authentication vs. SQL Server logins, and secure storage of connection strings; HTML-encoding of user input echoed to the page; vulnerabilities regarding forms authentication and forms authentication cookies; storage of password hashes etc.</description>
</item>
<item>
<title>ASP.NET Website Programming: Deploying the Site</title>
<link>http://www.advancescripts.com/detailed/1367.html</link>
<description>The release of ASP.NET forces us to reconsider many preconceptions about the deployment of websites. For example, we need to get used to the possibility of running multiple copies of the same site on a single server, sharing different versions of identically named DLLs. Another thing that developers might find incredible is XCopy deployment, which allows a developer to deploy an application by simply copying files to the target location. </description>
</item>
<item>
<title>Best Practices for ASP.NET Development</title>
<link>http://www.advancescripts.com/detailed/1361.html</link>
<description>This session attempts to summarize some best practices that developers will find useful when building ASP.NET applications. The presentation focuses on common tasks and illustrates the use of the best practices.</description>
</item>
<item>
<title>Rearchitect Your Web Applications for Microsoft ASP.NET</title>
<link>http://www.advancescripts.com/detailed/1355.html</link>
<description>While ASP.NET 2.0 is completely backwards compatible with ASP.NET 1.1, its new features may require you to revise parts of your Web applications. This article provides a detailed analysis of how changes in ASP.NET 2.0 will influence your porting decisions. </description>
</item>
<item>
<title>Developing</title>
<link>http://www.advancescripts.com/detailed/1348.html</link>
<description>This discussion will focus around &quot;How to write secure code?&quot; using .NET Technologies. It will also discuss secure coding practices for enterprises and organizations. The discussion will include following topics: .NET Security Fundamentals; Code Access Security; Impersonation, Authentication and Authorization; Security in COM+ and ASP.NET. Source code included. </description>
</item>
<item>
<title>Amazon E-Commerce Services Search examples</title>
<link>http://www.advancescripts.com/detailed/1266.html</link>
<description>This example demonstrates how Amazon E-Commerce Services can be used to essentially build your own Amazon.com. If you can surf it on Amazon.com, you can access it through Amazon's Web Services. (okay...ALMOST anything) </description>
</item>
<item>
<title>ASP.NET 2.0 in 10 Minutes</title>
<link>http://www.advancescripts.com/detailed/1248.html</link>
<description>Watch Thomas Lewis, Technical Evangelist for ASP.NET 2.0, give you his top-of-mind perspective on salient features of ASP.NET 2.0 in this 10 minute video. </description>
</item>
<item>
<title>ASP.NET 2.0 Localization Features</title>
<link>http://www.advancescripts.com/detailed/1234.html</link>
<description>As more and more companies reach out to other countries for business, creating global Web applications with Microsoft ASP.NET is becoming more and more important. ASP.NET 1.1 supported creating localized Web sites by means of the ResourceManager class. ASP.NET 2.0 makes it even easier to provide support for multiple cultures and locales through improved runtime and tool support. </description>
</item>
<item>
<title>Integrating PayPal Payments into E-Commerce Applications</title>
<link>http://www.advancescripts.com/detailed/1230.html</link>
<description>This article describes how you can minimize the external PayPal interaction and work the PayPal payment into the order processing workflow to provide a seamless interface using ASP.NET and C#.</description>
</item>
<item>
<title>Using Visual Studio 2005 to Build Data-Driven ASP.NET 2.0</title>
<link>http://www.advancescripts.com/detailed/1213.html</link>
<description> Thom Robbins, from Microsoft New England, provides a quick overview of all the data source controls: SqlDataSource, AccessDataSource, XmlDataSource, ObjectDataSource, and SiteMapDataSource as well as the declarative caching properties you can use with the controls.</description>
</item>
<item>
<title>Migrating to ASP.NET : Guidelines</title>
<link>http://www.advancescripts.com/detailed/1107.html</link>
<description>This paper looks at some of the specific benefits you can achieve in migrating applications from ASP, and presents five distrinct strategies for a migration, based on its perceived strategic value and your desired timeframe for results. A scorecard with key questions about your migration allows you to quickly arrive at an initial estimate of a migration's complexity. Finally, it outlines the major activities involved in the four phases of a migration project. </description>
</item>
<item>
<title>Customizing XML for ASP.NET Web Services</title>
<link>http://www.advancescripts.com/detailed/1078.html</link>
<description>Out of the box, ASP.NET is a very powerful platform for writing XML Web Services. But what happens when you need to format the XML to match an existing XML grammar? Not surprisingly, this can be accomplished using the XML Serialization Engine. In the first part of this two-part article, Justin Rudd shows you the basics of the engine as well as how the engine works with ASP.NET. </description>
</item>
<item>
<title>Making an ASP.NET Web Site Accessible</title>
<link>http://www.advancescripts.com/detailed/1067.html</link>
<description>Take advantage of inheritance in the .NET Framework to extend ASP.NET classes to make them generate ASP.NET code that is fully accessible to people with disabilities.</description>
</item>
<item>
<title>Authentication in ASP.NET: .NET Security Guidance</title>
<link>http://www.advancescripts.com/detailed/1058.html</link>
<description>This article discusses the importance of security considerations when designing a server application. Both Microsoft Internet Information Services (IIS) and ASP.NET provide security models that will allow you to authenticate your users appropriately and obtain the correct security context within your application. </description>
</item>
<item>
<title>The Quest for ASP.NET Scalability</title>
<link>http://www.advancescripts.com/detailed/1040.html</link>
<description>In this article, we will look at some of the architectural and design decisions that may affect ASP.NET application scalability. In addition, you will leanr how you can use Enterprise Services and MSMQ to reduce the effect of those scalability problems.</description>
</item>
<item>
<title>ASP + Web Services</title>
<link>http://www.advancescripts.com/detailed/880.html</link>
<description>A web service is application logic that is programmatically available, and can be exposed using the Internet. Just as applications have targeted the rich services of the platform in the past, web applications of the future will take advantage of web services for programmability and feature enhancement. </description>
</item>
<item>
<title>Work with XML documents in Visual Studio .NET</title>
<link>http://www.advancescripts.com/detailed/875.html</link>
<description>In this lab you will: open the menus, view the various windows in Visual Studio .NET and explore them on your own; explore the new XML designer features of Visual Studio .NET. and, finally, create a simple ASP.NET web application. You will see that, on the surface, the ASP.NET WYSIWYG environment is not that dissimilar from Visual InterDev.</description>
</item>
<item>
<title>Caching: Techniques and Best Practices</title>
<link>http://www.advancescripts.com/detailed/873.html</link>
<description>ASP.NET provides three primary forms of caching: page level output caching, user control level output caching (or fragment caching), and the Cache API. Output caching and fragment caching have the advantage of being incredibly simple to implement, and are sufficient in many cases. The cache API provides additional flexibility (quite a lot, in fact), and can be used to take advantage of caching throughout every application. </description>
</item>
<item>
<title>Web Forms Internals</title>
<link>http://www.advancescripts.com/detailed/868.html</link>
<description>ASP.NET pages are dynamically compiled on demand when first required in the context of a Web application. Dynamic compilation is not specific to ASP.NET pages (.aspx files); it also occurs with Web Services (.asmx files), Web user controls (.ascx files), HTTP handlers (.ashx files), and ASP.NET application files such as the global.asax file. But what does it mean exactly that an ASP.NET page is compiled?</description>
</item>
<item>
<title>Moving to ASP.NET</title>
<link>http://www.advancescripts.com/detailed/847.html</link>
<description>This chapter is not meant to convince you to move to ASP.NET - you should already be convinced! Instead you can think of this chapter as a playbook for how you can move your current application to Microsoft .NET. We'll provide a basic overview of how ASP.NET works, which will help you get started.</description>
</item>
<item>
<title> Hosting ASP.NET - Running an All-Managed HTTP Server</title>
<link>http://www.advancescripts.com/detailed/846.html</link>
<description>Within this paper, we examine how to host the ASP.NET runtime (called the HttpRuntime stack, or just HttpRuntime) by looking at the source code to an all-managed HTTP server Microsoft provides, codenamed Cassini. Using Cassini as a guide, we will examine hosting, configuration, and the execution path. Lastly, we will consider what sort of implications this has for enterprise projects both behind and in front of the firewall.</description>
</item>
<item>
<title>Web Matrix Project Guided Tour</title>
<link>http://www.advancescripts.com/detailed/844.html</link>
<description>The ASP.NET Web Matrix Project Guided Tour is a series of walkthroughs and supporting commentary designed to quickly acquaint developers with the syntax, architecture, and power of the ASP.NET Web Matrix Project development environment. The walkthrough samples are designed to be short, easy-to-understand illustrations of ASP.NET Web Matrix Project features.</description>
</item>
<item>
<title>Database Cache Invalidation in ASP.NET</title>
<link>http://www.advancescripts.com/detailed/789.html</link>
<description>Database cache invalidation is one of the new features in the upcoming release of ASP.NET, codename &quot;Whidbey&quot;. In this article I'll show you how easy it is to use this feature in your application using the PDC version of ASP.NET &quot;Whidbey&quot;. </description>
</item>
<item>
<title>Converting a JSP project to an ASP.NET project</title>
<link>http://www.advancescripts.com/detailed/777.html</link>
<description>The objective of this lab is to convert a simple JSP application into an ASP.NET application using the Java Language Conversion Assistant (JLCA). The JSP application is a simplified e-commerce scenario, consisting of two JSP pages, a Servlet, a tag library consisting of a single tag, and the SQL Server Pubs database. The first JSP page allows the user to select a book from the pubs database and a indicate a quantity to purchase. The list of books is created using the tag from the tag library.</description>
</item>
<item>
<title>Creating ASP.NET Web Applications</title>
<link>http://www.advancescripts.com/detailed/701.html</link>
<description>In this lab, you will create a Web application to manage a list of products as part of a Sales Order System. You will also learn how to create and deploy this Web application. To sign into the Sales Order System you need to enter the User ID and password in the login page. You will first create the login page, which is an ASP.NET page (Web form) using ASP .NET server controls.</description>
</item>
<item>
<title>Creating Mobile Applications</title>
<link>http://www.advancescripts.com/detailed/698.html</link>
<description>In this lab you will build a mobile Web application that allows users to calculate their monthly mortgage payment from any mobile device, including cell phones, pagers and PDAs. ASP.NET mobile controls extend ASP.NET and Visual Studio .NET 2003 IDE to make it fast and easy to build mobile Web applications. You will create a mobile Web form project using Visual Studio .NET 2003 and consume an XML Web Service from your Mobile Front end and test it with multiple device emulators.</description>
</item>
<item>
<title>ViewState - Caveats and Optimization Strategies</title>
<link>http://www.advancescripts.com/detailed/653.html</link>
<description>Learn when and how to use ViewState on DataGrids.</description>
</item>
<item>
<title>Advanced Templates and Skinning in ASP.NET</title>
<link>http://www.advancescripts.com/detailed/639.html</link>
<description>Learn the difference between Classic ASP techniques and the new Templating method in ASP.NET. </description>
</item>
<item>
<title>ASP.NET: Speech-Enabling ASP.NET Applications</title>
<link>http://www.advancescripts.com/detailed/580.html</link>
<description>Learn how to speech-enable your ASP.NET applications. This session will introduce you to the Microsoft Speech Application SDK and drill down into scenarios for building speech enabled web, telephony and mobile applications. Get a technical walk through for how to build dialogs, grammars and prompt databases using the Microsoft Speech Application SDK.</description>
</item>
<item>
<title>Migrating from PHP to ASP.NET</title>
<link>http://www.advancescripts.com/detailed/506.html</link>
<description>Learn about migrating from PHP to ASP.NET. Learn about the features, functionality and architecture of both systems.</description>
</item>
<item>
<title>Design and Implementation Guidelines for Web Clients</title>
<link>http://www.advancescripts.com/detailed/504.html</link>
<description>Design and Implementation Guidelines for Web Clients provides advice on how best to implement logic in the presentation layer of a distributed application. This guide is designed to accompany the User Interface Process Application Block; this application block provides a template implementation for user interface process components.</description>
</item>
<item>
<title>Client Side and Server Side Processing</title>
<link>http://www.advancescripts.com/detailed/207.html</link>
<description>In this stand-alone Flash animation you will learn the difference between client-side processing and server-side processing in a simple ASP.NET application.</description>
</item>
<item>
<title>ASP.NET Mobile advanced lab</title>
<link>http://www.advancescripts.com/detailed/160.html</link>
<description>In this lab, you will learn how to build a mobile Web application using some of the more advanced features of the ASP.NET mobile controls. During this lab you will build a mobile web application that allows users to browse a list of available eBooks from any mobile device, including cell phones, pagers and PDAs like the Pocket PC. The user can select eBooks from those available, so that the selected titles can be emailed to them. </description>
</item>
</channel>
</rss>
