Tag Archives: .NET

How to Change Routing Tables with a Windows Command Prompt – From the CompTIA Network + Course

In this CompTIA Network + training video, instructor Mark Jacob demonstrates how to use a standard Windows Command Prompt to manipulate routing tables. Transcription: I want to show you something from what you will learn in the labs of this course such as manipulating routing tables. If you’re new to the environment you may be … Continue reading How to Change Routing Tables with a Windows Command Prompt – From the CompTIA Network + Course

Video – The Fundamentals of C# Generics by Dan Wahlin

In previous posts, we looked at getting started with C# Interfaces and understanding Polymorphic behaviors. In this post, we’ll look at using C# Generics and Custom Generics in your applications. Video transcription  Dan Wahlin: An important feature of the C# language is Generics. Generics are not necessarily new. They have actually been out since C# 2. They … Continue reading Video – The Fundamentals of C# Generics by Dan Wahlin

Simplifying ASP.NET ListView Control Templates by Dan Wahlin

I've been working with the new ListView control in ASP.NET 3.5 combining it with LINQ and Lambda expressions and was finding myself duplicating a lot of code between ItemTemplate and AlternatingItemTemplate templates (I'll be posting the sample application that demonstrates using LINQ, Lambdas and Stored Procedures soon).  The AlternatingItemTemplate contained the same code as the … Continue reading Simplifying ASP.NET ListView Control Templates by Dan Wahlin

Using the ASP.NET ListView Control and freezing the header, video by Dan Wahlin

ASP.NET 3.5 introduces a new control called the ListView that allows developers to have 100% control over the HTML markup that is generated while still providing paging, inserting, updating, and deleting support. To me the ListView control is a nice blend between the GridView and Repeater controls with new features added. In this video I … Continue reading Using the ASP.NET ListView Control and freezing the header, video by Dan Wahlin

First Look at Visual Studio .NET 2008 and the LinqDataSource

Visual Studio .NET 2008 provides many new features that will definitely enhance developer productivity.  In this video tutorial I provide an introductory look at VS.NET 2008 and show a few features such as multi-targeting, split view, and the LinqDataSource control.  In the video you'll see how to build an ASP.NET page that retrieves data from … Continue reading First Look at Visual Studio .NET 2008 and the LinqDataSource

Working with ASP.NET AJAX UpdatePanel Properties video by Dan Wahlin

This video tutorial demonstrates the affect that the UpdatePanel’s UpdateMode and ChildrenAsTriggers properties have on updating a panel’s content. The video starts out by discussing the UpdateMode property and shows why you may want to know about it when using multiple UpdatePanel controls on a single page. It then discusses the ChildrenAsTriggers property and shows … Continue reading Working with ASP.NET AJAX UpdatePanel Properties video by Dan Wahlin