This comprehensive tutorial will walk you step-by-step to create a single ASP.NET page by which you'll be able to retrieve the server name of any given web site. Explains all the code in detail. Very useful.
Introduction: In this tutorial we will introduce the new technology for building websites. This new technology is known as Asp.net. Asp.net allows the developer to build applications faster. This is achieved due to the fast that Asp.net makes use of the rich class libraries provided by Microsoft. net framework.
An article which discusses the similarites between different technologies of J2EE and .NET and helps you to move from J2EE to .NET. Quick tips to get you started, in case you need to migrate a J2EE based application to a .NET based application.
Shows and explains you how to make an ASP .NET Web Service, an ASP .NET Web Application and how to consume the Web Service with the ASP .NET Web Application.
This article introduces you to the two primary aspects of working with .NET web services: building your own custom web service and building the inerface necessary for harnessing the capabilities of a remotely distributed web service. The first part of this tutorial walks you through all the steps for building your own, simple web service, and the second part walks you through the steps necessary for building and then integrating a remote web service's capabilities into your own application. This tutorial also provides a link for downloading all code associated with this tutorial. Happy Coding!
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.
This Tips & 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 using URL remapping, and using the MultiView control to switch between groups of content programmatically.
This article describes procedures to easily and properly create and maintain your VS.Net 2003 projects under your source control system. This is especially important for ASP.Net web applications as many developers have difficulty organizing them under Visual Source Safe.