mostlylucid.net - Scott Galloway's Developer Blog
author

Hi, I'm Scott Galloway — I'm a consulting web / internet / systems / full-cycle, full-stack developer (it's complicated šŸ¤“) specializing in bringing 'AI' to the masses, .NET Core, full-stack development, cloud, and search technologies. Former Microsoft ASP.NET Program Manager with 30+ years building web applications for Fortune 500 companies and startups. I share my work in progress (PERSONAL!) projects and how I build them. Available for contract, full-time, or consultancy work — get in touch. Code on GitHub | Feedback on Mastodon

Clear All
Page 62 of 80 (Total items: 794)
Great article on Eggheadcafe.com on ultra-compact binary serialization of DataSets
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

More on BZip2
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

ViewState compression using BZip2...latest prototype...
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

RSS server control from Jason Salas
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

Problems with most blogs...
A comment from Rob Howard (I'll dig out a link later) go me thinking about problems with most blogs. Now, in my every day job I develop community applications, forums and all sorts of similar 'social...

Friday, 20 February 2004 00:00

//

2 minute read

Delegate.BeginInvoke() and memory leaks...
I'm getting increasingly involved in the world of Asynchrony and have been doing a bit of digging about into some of the pitfalls of multi-threading. I came across an interesting one today involving...

Friday, 20 February 2004 00:00

//

1 minute read

.NET and Locked Files...
OK, can anyone explain why I can't check explicitly if I can lock a file before reading from it (i.e., check that no-one else is locking the file before trying to read from it). I'm using the...

Friday, 20 February 2004 00:00

//

1 minute read

Told you...WWWCoder writes an article on upcoming features in Whidbey...
Read all about it here...ah, sweet metablogging :-) ...

Friday, 20 February 2004 00:00

//

Less than a minute

Interesting User Agent...
Just noticed this in my User Agents....NET CLR 2.0.31022 - now the version I have from the Alpha is .NET CLR 1.2.30703 - is this new string the PDC build? ...

Friday, 20 February 2004 00:00

//

Less than a minute

Whidbey Alpha - don't expect too much...
With all the hype about the distribution of the Whidbey Alpha at the PDC, I can't help but worry that people will get their hopes up a bit much...just remember it's an Alpha, whilst phenomenally cool...

Friday, 20 February 2004 00:00

//

Less than a minute

Page 62 of 80 (Total items: 794)
logo

© 2026 Scott Galloway — Unlicense — All content and source code on this site is free to use, copy, modify, and sell.