Skip to main content
Email Password   helpLost your password?

Articles by Williarob (1 article found)

Average article rating: 4.58

Custom Controls

A Virtual Form Web Custom Control
Last Updated: 23 Jan 2009   Page Views: 5,790   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 10
Licence: The Code Project Open License (CPOL)   
Ever think "wouldn't it be nice if there was a control - like a panel control - that you could simply use to wrap some input controls, set a single property (to the ID of the control that should be 'clicked' when the Enter key is pushed), and that was all you needed to do?". Well, now there is such

ASP

Multi-Threading in ASP.NET [Technical Blog]
Last Updated: 31 Mar 2009   Page Views: 6,403   Rating: 4.33/5    Votes: 7   Popularity: 3.66   Bookmark Count: 16
Licence: The Code Project Open License (CPOL)   
ASP.Net Threading Inside the ASP.Net Worker Process there are two thread pools. Theworker thread pool handles all incoming requests and the I/O Threadpool handles the I/O (accessing the file system, web services anddatabases, etc.). Each App Domain has its own thread pool and thenumber of ope
Custom Threading in ASP.NET [Technical Blog]
Last Updated: 31 Mar 2009   Page Views: 3,670   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 5
Licence: The Code Project Open License (CPOL)   
or "One Mans obsession with finding a way to call synchronous methods asynchronously in ASP.NET". This is for anyone interested in exploring the System.Threading Namespace in ASP.NET. There are many wrong ways to do it, one right way, and one other way that should only be used when you have no al

Audio and Video

How to get the length (duration) of a media File in C# on Windows 7 [Technical Blog]
Last Updated: 26 Oct 2009   Page Views: 1,873   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 8
Licence: The Code Project Open License (CPOL)   
If you have ever looked at a media file (audio or video) in explorer on a Windows 7 PC, you may have noticed that it displays additional information about that media file that previous versions of Windows didn't seem to have access to, for example the length/duration of a Quicktime Movie Clip:   Ev

C#

Add Asynchronous Data Methods to the Enterprise Library [Technical Blog]
Last Updated: 31 Mar 2009   Page Views: 1,782   Rating: 0.0 / 5    Votes: 0   Popularity: 0.0   Bookmark Count: 4
Licence: The Code Project Open License (CPOL)   
A Data Access Layer that does not support Asychronous I/O is not scalable. Period. However, since Microsoft kindly provided the source code along with the Enterprise Library, it is possible to make the Enterprise Library's Data Application Block scalable by adding the Asynchronous methods (Begin

Expression

Using Expression Encoder 2 Silverlight 2 Templates in your project [Technical Blog]
Last Updated: 8 Apr 2009   Page Views: 6,389   Rating: 4.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 11
Licence: The Code Project Open License (CPOL)   
How to use Expression Encoder 2 Silverlight 2 Templates in your project.
Using Expression Encoder 2 Silverlight 2 templates in your project [Technical Blog]
Last Updated: 26 Jul 2009   Page Views: 3,511   Rating: 5.00/5    Votes: 1   Popularity: 0.00   Bookmark Count: 8
Licence: The Code Project Open License (CPOL)   
Some time ago, I wrote a popular article on how to create a scrolling Silverlight 1.x Playlist using Microsoft Expression Encoder output. Well, I finally found some time to revisit that application to see how I might upgrade it to Silverlight 2. As you are probably aware, Expression Encoder 2 Servi

Uncategorised Technical Blogs

Multi-Threading in ASP.NET [Technical Blog]
Last Updated: 26 Jul 2009   Page Views: 8,002   Rating: 5.00/5    Votes: 10   Popularity: 5.00   Bookmark Count: 31
Licence: The Code Project Open License (CPOL)   
ASP.Net Threading Inside the ASP.Net Worker Process there are two thread pools. The worker thread pool handles all incoming requests and the I/O Thread pool handles the I/O (accessing the file system, web services and databases, etc.). Each App Domain has its own thread pool and the number of ope

Williarob


Member
Robert Williams has been programming web sites since 1996 and employed as .NET developer since its release in 2002.
Occupation: Software Developer (Senior)
Company: Salem Web Network
Location: United States United States


Last Updated 24 Nov 2009 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2009