What is Toluu?
Toluu is a free service for sharing the feeds you read and discovering new ones.
Get Invite

ASP.NET Videos

ASP.NET Videos


How Do I: Use the FtpWebRequest Class to Create an FTP Connection to a FTP ServerDecember 18 2008
In this video Chris Pels shows how to use the FtpWebRequest class to create an FTP connection and transfer a file. First, create a simple .aspx form to select a file to transfer to the FTP server. Next, see the essential methods and properties of the FtpWebRequest class that need to be configured in order to establish an FTP connection. Then, see how to get the local file contents so the file can be transferred using a StreamReader and a StreamWriter to write it to the FtpWebRequest. Finally, a FtpWebResponse is obtained to determine the outcome of the transfer. This approach can be used to programmatically transfer files for a web application.
How Do I: Precompile an ASP.NET WebsiteDecember 18 2008
Chris Pels shows how to precompile an ASP.NET website, which increases first-run performance and strengthens application security.
How to Implement Custom Field Validation with Imperative Logic in VB or C#December 11 2008
In this video we will build on the declarative field validation we implemented in our previous Dynamic Data Video and add custom programming logic to our validation.
How to Create Table Specific Custom Forms in an ASP.NET Dynamic Data ApplicationDecember 11 2008
Sometimes we need to deviate from the default UI in our ASP.NET Dynamic Data Application. In this video we'll see how we can do that, and how we can turn off auto column generation and construct a web form that displays only the data we specifically select.
ASP.NET Dynamic Data Custom Form FormattingDecember 11 2008
In this video you will gain some insight on how you can configure the visual aesthetics of a Dynamic Data application down to the very specifics of each field's display.