Blog First. Ask Questions Later.
Browse by Tags
All Tags »
ASP.NET Tutorials »
Most Popular (
RSS)
-
|
A few weeks ago, an article appeared on O'Rielly that showed an example chat application that utilized Amazon's Simple Queue service to store chat messages. IMO, using a middle-ware Queuing system over a Web Service is a great idea (which was...
|
-
|
A while back I posted about using an enum as a datasource for your drop-down lists, see Strongly-Type a DropDownList with Enumerated Types . As it turns out, the big drawback to this approach is that your DropDownList's text is limited to the text that...
|
-
|
Say what you will about User Controls (ASCX controls) versus WebControls (classes inheriting from System.Web.UI.WebControl) but the simple fact is that often a User Control is the easiest and best way to design a piece of re-usable functionality in ASP...
|
-
|
The other day, I had to copy a file from a Windows Service running on our Web server which is outside of our firewall, and not a trusted member of our domain , to a folder on a share inside of the firewall . Should be easy, right? Well, it turns out it...
|
-
|
Okay, running .BAT files from ASP.NET using the System.Diagnostics.Process object and static methods this should be easy, right? Well, this might work for you, but it certainly won't work on my machines. And after doing lots of reasearh on the issue,...
|
-
|
A couple of weeks ago, I complained about the KB code here KB316337. What this code is supposed to do is transform a DataSet into ADO Recordset XML format. I ended up porting the VB code to C# and also rewriting some of the code along the way... It's...
|
-
|
Looking for a BusyBox control? Use this one here.
|
-
|
In an effort to make our gate camera images visible on a ridiculously small cellphone screen, I spent the past couple of days learning about the process of image Quantization . GDI+ will allow you to take a full-color 32 bpp image and save it as a .gif...
|
More Posts