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
One fairly interesting little article I read of late is Rewrite.NET, this is by far the best implementation of Url rewriting that I've seen for ASP.NET.
In case you're not aware what Url Rewriting is,...
Tuesday, 16 March 2004 00:00
//
Less than a minute
It's Saturday morning (the time is odd because the host in in the US)...I need to
find something to do.
Choices currently are:
Shopping - Saturday before payday - probably a bad idea!
Coding - I have...
Friday, 12 March 2004 00:00
//
Less than a minute
Fairly new to this whole Rss thing, but my feeds are all bust...try one, any ideas
how I can fix them?
...
Friday, 12 March 2004 00:00
//
Less than a minute
You've probably already relaised this :-) But I'm in the process of writing my first
article on .NET for future publication to this site.
It's an article about using nested repeaters bound on to a...
Friday, 12 March 2004 00:00
//
Less than a minute
I've been frequenting the ASP.NET forums of late, great resource but not without it's problems. As a supposed 'communities expert' I thought I'd stick my oar in...as usual!
The poster rating...
Friday, 12 March 2004 00:00
//
2 minute read
Well, had a lovely break...now for some code, this will let you 'impersonate' a user - really handy when, for instance, trying to upload a file to a network location...as usual, no idea where I found...
Friday, 12 March 2004 00:00
//
Less than a minute
Taking a break away from computers for a few days...back in a week's time...
...
Friday, 12 March 2004 00:00
//
Less than a minute
Rob Howard asked how other people were doing RSS feeds, well this has been an issue for me recently, where I had to generate RSS feeds for existing objects. I used a little collection of classes to do...
Friday, 12 March 2004 00:00
//
2 minute read
This article (which pretty much constantly seems to be down for me at the moment) presents an interesting was to nest Repeaters etc... in ASP.NET, now I have never used this approach - and I have no...
Friday, 12 March 2004 00:00
//
Less than a minute
I replied to someone's post saying that this was possible, well I finally got around to digging out the link, this article on CodeProject provides a little tool which will generate the C# source file...
Friday, 12 March 2004 00:00
//
Less than a minute
The SqlJunkies weblog site is really starting to fill out, it's fantastic to have so many SQL experts posting in one place! Oh, and I'm not just saying that because I agree with Donny Mack's views on...
Friday, 12 March 2004 00:00
//
Less than a minute
Well, went very smoothly - just got the DL off of MSDN subs downloads, mounted the iso as a disk for VMWare, fired it up in "2003 Server" config - installed perfectly! Seems to be better connecting...
Friday, 12 March 2004 00:00
//
1 minute read
I'm in one of my quieter periods when it comes to blogging right now...I have no particular excuse, I am just a bit phasal when it comes to such things. Anyway, I'll give a suggestion as to some...
Friday, 12 March 2004 00:00
//
1 minute read
"Don't you think it's kind of funny, don't you think its kind of sad, the dreams in which i'm dying are the best I've ever had..."
...
Friday, 12 March 2004 00:00
//
Less than a minute
Been a bit quiet of late, well basically I've been starting a new project at work - so I've been pretty much 24/7 in planning and building that app. It's a pretty cool little Bulk Email app (don't...
Friday, 12 March 2004 00:00
//
2 minute read
I've previously used Xml Serialization for loading and saving config files into and out of apps - nice use...What I've done recently though has been very useful - for me at least.
Essentially, I have...
Friday, 12 March 2004 00:00
//
1 minute read
I really like Dino Esposito's writing style...anyway, he's come up with a brilliant article on the most efficient ways to use Session state from ASP.NET- this is just about the best examination of the...
Friday, 12 March 2004 00:00
//
Less than a minute
I wrote here complaining about the (in my opinion) pretty poor treatment of Architecture (especially) for ASP.NET. Well, here's a suggestion of a solution - I've just read the whitepapers for ALL of...
Friday, 12 March 2004 00:00
//
2 minute read