How Do I: Precompile an ASP.NET Website
Videos - 20 days ago
Chris Pels shows how to precompile an ASP.NET website, which increases first-run performance and strengthens application security.
read more
How Do I: Use the FtpWebRequest Class to Create an FTP Connection to a FTP Server
Videos - 20 days ago
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 i
read more
How to Implement Custom Field Validation with Imperative Logic in VB or C#
Videos - 27 days ago
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.
read more
How to Remove Columns From Your DynamicData Data Grids
Videos - 27 days ago
In this video you'll see how to take advantage of full column scaffolding but still exclude table columns that you don't want to appear in your user interface.
read more
How to Create Table Specific Custom Forms in an ASP.NET Dynamic Data Application
Videos - 27 days ago
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.
read more
ASP.NET Dynamic Data Custom Form Formatting
Videos - 27 days ago
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.
read more
How Do I: Create a Reusable Component for Sending Email to a Distribution List
Videos - 34 days ago
In this video Chris Pels shows how to create a component that can be used on multiple web pages and web sites that sends emails to a list of recipients. First, the ASP.NET web site will be configured to send email using the <mailSettings> in the web.config file. Then a class and several metho
read more
How Do I: Embed an Image in an Email with ASP.NET
Videos - 62 days ago
Chris Pels shows how to embed an image in an email with ASP.NET. He creates a web form (with fields for To, From, Subject, and Body), uses the AlternateView class to create text and HTML versions of an email, stores an image in a LinkedResource class instance, embeds it in the HTML AlternateView. H
read more
How Do I: Implement Error Handling when Sending Email with ASP.NET
Videos - 62 days ago
Chris Pels shows how to implement error handling when sending an email with ASP.NET. He creates an ASP.NET web page to send email, shows how to configure <mailSettings> in the web.config file, describes the System.Net.Mail class and how it’s used to create and send email messages. He th
read more
How Do I: Create a Custom Provider for Logging Health Monitoring Events
Videos - 62 days ago
Chris Pels shows how to create a custom provider for the ASP.NET heath monitoring system, which records health monitoring events to a text-based log file. Learn how to create the custom provider class, which inherits from the BufferedWebEventProvider class, understand the methods and properties use
read more
Latest Comments