Just noticed on Scott W's site, hidden in one of the comments is a link to a project called Syndicache, this is a stunningly interesting idea. What this seems to provide is a method of using NNTP as a...
Tuesday, 16 March 2004 00:00
//
Less than a minute
How do you enable caching for the RSS control? Well, in the RssDisplay.ascx, add the following line after the <%@ Page%>declaration:
<%@ OutputCache Duration="1200" VaryByParam="none"%>
This will...
Tuesday, 16 March 2004 00:00
//
Less than a minute
OK, maybe someone 'in the know' can settle this, is it possible to upload large files efficiently purely using ASP.NET?
I've been following a threadin the ASP.NET forums about providing a method to do...
Tuesday, 16 March 2004 00:00
//
Less than a minute
One thing that really puzzles me in the ASP.NET forums (apart from having to be moderated...which is a whole other story) is that practically everyone seems hell-bent on using the DataGrid. Why? What...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Sorry, ADSL is playing up again, please keep trying if you're having problems...
...
Tuesday, 16 March 2004 00:00
//
Less than a minute
To cut a long story very short, I've always had a problem in accessing Windows Update from behind my Linksys BEFVP41 VPN router (which otherwise is excellent); well, I had to reinstall my main PC over...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Been playing a little with my little stats app over this weekend, decided to add a little MSN-like notification function - this was made incredibly simple with this, a wonderful control by John...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Back in a learning mode once more (currently wrangling information on XmlTextReader and multithreading).
Also been rediscovering the wonderful DotNetRocks shows, check them out - great for long...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Found this on Ashutosh Nilkanth'sblog (good name!), basically allows you to run pretty much any CLR code using a Sql Server extended stored procedure - not nearly as good as Yukon, but if you need to...
Tuesday, 16 March 2004 00:00
//
Less than a minute
I have a rotten cold...result - I'm reading alot but writing very little. On the bright side my reading has thrown up a few little bits and pieces which I'll scribble on this here site very...
Tuesday, 16 March 2004 00:00
//
Less than a minute