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 109 of 159 (Total items: 795)
Really useful ISO opening tool - Undisker
I download lots of ISOs from MSDN and others for evaluating software, developing etc...To be frank, burning all these to CD is a pain. I have recently stumbled upon a great tool called Undisker -...

Tuesday, 16 March 2004 00:00

//

Less than a minute

Quick answer...
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

Another in the 'things I didn't know but really should've done" - you can disable Client Side validation with client-side script...
OK umm, actually quite embarassed about this one...I just discovered this was possible...so I can emit a bit of Javascript which lets me disable validation on a control when some condition is met...

Tuesday, 16 March 2004 00:00

//

1 minute read

What ever happened to Mark Anders?
Along with Scott Guthrie, Mark was one of the fathers of ASP.NET - is he presenting at PDC...what's he working on now? The talks given by Mark (and Rob Howard) at the Wrox Professional ASP developers'...

Tuesday, 16 March 2004 00:00

//

Less than a minute

Migration tool - go from ASP - ASP.NET automatically!
Yet to try it out, but this has great potential to make my life a whole lot easier; going between VBScript and C# is not pleasant...if I forget one more then in a VBScript if statement, I may kill...

Tuesday, 16 March 2004 00:00

//

Less than a minute

Page 109 of 159 (Total items: 795)
logo

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