|
|
Tips and Tutorials
ASP.NET » Tips and Tutorials
A D V E R T I S E M E N T
Want free Oracle Magazine? Apply here now!
Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET : Page FramSample chapter from "Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET" on ASP.NET controls, code-behind, Page object, web controls, HTML controls and Page object reference. How to determine what server is given web site running on using ASP.NET?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. ASP.NET Website Programming: Problem - Design - SolutionSample chapter from "ASP.NET Website Programming: Problem - Design - Solution" on deploying the web site. Describes in detail how you should deploy your site once you've finished it, discusses deployment of database and application components separately. Get Detailed Information About Your Site Visitors In Real Time using ASP.NETHave you ever wanted to see who is viewing your web site in real time? how many of them are there? what browser they are using? where have they come from? what are their host addresses and host names? and exactly what pages they have read? all in detail? In this article we build an ASP.NET application to do exactly that.
Learn ADO.NETIs the migration to ADO.NET keeping you up at night? This article will show you some techniques for transforming your ADO recordset into an ADO.NET dataset using Visual Basic .NET. Object Syntax IntroductionA Sample Chapter 5 from "Professional VB.NET 2nd Edition". Visual Basic has had powerful object-oriented capabilities since the introduction of version 4.0. VB.NET carries that tradition forward. VB.NET simplifies some of the syntax and greatly enhances these capabilities, and now supports the four major defining concepts required for a language to be fully object-oriented. This chapter will explore the creation and use of classes and objects in VB.NET. Professional ASP.NET 1.0 2002 Edition : Exposing Web ServicesComplete Online Chapter "Exposing Web Services" from Wrox Press book "Professional ASP.NET 1.0 2002 Edition". Topics covered include "Web Services", "SOAP Headers", "Synchronous vs Asynchronous" and "Data Caching". 2 Ways of Displaying Data from an SQL Server Database using ADO.NET.A step-by-step tutorial which explains 2 ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page. Every step has been explained in detail. Online demo and source code available for download. Sending e-mail with attachments from an ASP.NET page.This article describes how to send emails with attachments using System.Web.Mail namespace from an ASP.NET page. Full source code available for download. Displaying XML Data in an ASP.NET pageThe .NET framework provides the Dataset object which is designed to handle data abstractly independent of the data source. The DataSet can handle data from variety of sources like SQL, XML etc. In this article we'll show you how to bind a data grid control to data in an XML file using the DataSet class. File Uploading in ASP.Net Using C#.File uploading has always been a tedious task for the web developer community. Either we have to use a third party component or write several lines of code. With the advent of ASP.Net file uploading has become a lot easier, importantly without the need for third party components. All we have to do is to use the ASP.Net HTML File control and write a few lines of C# code. Displaying Information about the ASP.NET ProcessThe author writes "With ASP.NET you can configure the 'ASP.NET engine' to automatically restart itself when certain criteria are met. For example, if the Web server has 100 requests queued up, you may wish to have the Web server restarted, assuming that some script or DLL is hanging the Web server. Additionally, you can set requirements on restarting the Web server on the memory usage, the total number of requests, or by the total time the Web server's run. This proactive approach was implemented by the ASP.NET team in order to increase the overall uptime of a Web site running ASP.NET: if the memory suddenly shoots through the roof, the Web server can be restarted, reigning in the memory usage and starting anew. The information regarding the life cycle of the current (and past) ASP.NET processes can be examined through the use of the ProcessModelInfo class." This article examines how to retrieve and present such information. Migrating to ASP.NET : Guidelines for Planning a Successful MigrationThis 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. Creating Custom Configurations - freeASP.Net's introduction of the web.config file went a long way to filling the configuration hole we had to deal with in classic ASP. We actually went from having very little (global.asa was the closest thing) to a well-structured, change on the fly XML file. For the most part, the web.config file does the trick fine. However there are some limitations and constraints with using it, which you are probably already aware of. What you might not know is how easy is it to surmount those issues by creating a far more flexible alternative. Extend Dynamic TextBox Control View State To Store NameValueCollectionLearn how to extend an ASP.NET control to hold an unlimited number of additional values in ViewState to avoid expensive re-querying of the database. .NET Compact Framework Distributed Weight Slider ControlThe control offers a very user friendly mobile device experience in that it allows the user to use their stylus / mouse to adjust the weight for a given decision criteria instead of typing the numbers. XmlSerializer to Serialize .NET Class to XmlLearn how to serialize .NET classes to Xml at runtime using System.Xml.Serialization.XmlSerializer. Then, use SQL Server's OPENXML functionality to bulk load hundreds of records across multiple tables in a single stored procedure call. PORTALS@MY-ASP.NETMy-ASP.Net provides free documentation, tutorials, skins and DotNetNuke orientated marketing newsletters. Registeration is required to download. How to implement simple password security using ASP.NET tool. - FREEThis article presents a simple method for securing your ASP.NET web pages, requiring almost no code development. In this article, you'll be introduced to the components that .NET provides that significantly reduce the amount of code you have to write in order to secure your website pages. You'll learn about Forms Authentication, User Identity, XML configuration files, and authorization tickets. And you'll learn how to store username and password information in simple XML configuration files. Building a Simple Web Service Step-By-Step - FreeThis article walks you through the steps for buillding a simple web service and then how to wrap a web service located somewhere on the Internet in a component shell to allow the web service's properties and methods to be accessed from within code.
|
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
| |
|