Read this on Cameron Reilly's blog:
This saysa lot about the intelligence of some of the folks on Slashdot. Are they having a joke? Perhaps. But cheering on a virus is kind of like cheering on a...
Sunday, 29 February 2004 00:00
//
2 minute read
I've been giving some more thought to the ViewState stuff I mentioned earlier. It actually brings up something which I find most annoying about ASP.NET - and this is not a political point! Why exactly...
Sunday, 29 February 2004 00:00
//
2 minute read
Nice sample and methodology from Robert Downey (obvious joke omitted), shows some really interesting (to me at least) insights into the workings of ViewState (you may be noticing a pattern here :-))
...
Sunday, 29 February 2004 00:00
//
Less than a minute
Was having a look at this article by Peter A. Bromberg Ph.D. (don't know if that's his given name ;-)) over at Eggheadcafe.com, I always found it a bit annoying that DataSets serialized to XML only....
Sunday, 29 February 2004 00:00
//
Less than a minute
I wrote in a previous post that I was planning to have a poke around with ViewState, extending the stuff I've done on compression into encryption and signing etc...well there's good and bad news for...
Sunday, 29 February 2004 00:00
//
2 minute read
In a previous post, I mentioned I used BZip2 for my compression - mainly because, it's simple, offers the best XML compression for a generic algorithm - IMHO, i.e., not one designed specifically for...
Sunday, 29 February 2004 00:00
//
Less than a minute
Just a first stab at this, uses some classes I used in another project (I'll attribute the compression code later...I believe I got it from the Sharpziplib stuff - with some modifications - I'll stick...
Sunday, 29 February 2004 00:00
//
2 minute read
I've posted a couple of times about using RSS from ASP.NET, so this interested me a fair bit, Jason Salas has posted a nice server control which allows very simple generation of RSS feeds based on a...
Sunday, 29 February 2004 00:00
//
Less than a minute
Hooray...my dreams finally realised :-) Primate
Programming
...
Sunday, 29 February 2004 00:00
//
Less than a minute
This is also pretty nice
:-P
...
Sunday, 29 February 2004 00:00
//
Less than a minute
I'm working...hmm...thought I'd mention a very odd bug I came across yesterday at
work - which had me puzzled for about a day and a half...
I had written an application (the Portal I've mentioned...
Sunday, 29 February 2004 00:00
//
2 minute read
Very useful...http://www.manoli.net/csharpformat/
...
Sunday, 29 February 2004 00:00
//
Less than a minute
ASP.NET has a problem with file downloads...basically if you use Response.WriteFile(fileName),
the entire file is buffered in memory before its' downloaded - this is NOT good for
scalability. To get...
Sunday, 29 February 2004 00:00
//
1 minute read
I'm currently on holiday - hence no new entries. Be back in a few days - lots of cool
stuff on Pocket PC programming with the Compact Framework coming up :-)
...
Sunday, 29 February 2004 00:00
//
Less than a minute
There's an odd issue when you try to use Passport on Windows Server 2003 - basically, the default 'Secure Level' of Passport is 10, unfortunately if you don't use SSL this means Passport won't work...
Friday, 20 February 2004 00:00
//
1 minute read
A very common question in the ASP.NET Forumsis "How do I nest one Repeater (or DataList or DataGrid) inside of another?"; well, my usual stock answer used to be to use the OnItemDataBound event then...
Friday, 20 February 2004 00:00
//
1 minute read
Well, still at it (20 hours after starting - yes, the time on this post is correct!). Really fustrating mostly, but one of those times coding where hours and hours of pain (literally in this case -...
Friday, 20 February 2004 00:00
//
2 minute read
One of the most common problems with using CDOSYS (which is the underlying class used by System.Web.Mail) is the lack of authentication for sending mail via SMTP, Darren Jefford posted a method to do...
Friday, 20 February 2004 00:00
//
2 minute read
Now it's after the 26th, the NDA is lifted on the Whidbey alpha...which is nice :-) Anyway, thought I'd provide a look at the new ASP.NET toolbar for Whidbey here.
There's lots of really nice new...
Friday, 20 February 2004 00:00
//
Less than a minute
Been reading my recent posts and blog comments...umm...sorry, in a bit of a moaning mood of late. I really have to get down to it and contribute a bit more - I have some changes to make to this site...
Friday, 20 February 2004 00:00
//
Less than a minute