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 63 of 80 (Total items: 799)
.NET Passport on Windows Server 2003
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

Another article in the offing...hopefully...if I get round to it...Member methods versus OnItemDataBound for nested Data List controls
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

More on my Load Testing fun...
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

Adding confirmation to buttons...and why I've been doing it wrong all along...
I left a comment on Rob Chartier's blog about adding confirmation prompts to buttons, now I do use Andy Smith's Confirmed Buttons controls where I can, but if I need to add a simple confirmation to a...

Friday, 20 February 2004 00:00

//

1 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

Memory Leak - solved - or 'When STAThread Goes Bad'
I posted a little while ago about an odd 'Memory Leak' I was having...well, after several days of trawling (and annoying Data Wantawho's excellent email component I was mistakenly blaming - sorry!), I...

Friday, 20 February 2004 00:00

//

Less than a minute

.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

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 toolbox controls
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

Useful tools...ASP.NET Version Switcher
If by any chance you install a new version of .NET and still want to work with older sites under earlier versions (e.g., for the Whidbey stuff)... check out Denis Bauer's ASP.NET version...

Friday, 20 February 2004 00:00

//

Less than a minute

Page 63 of 80 (Total items: 799)
logo

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