Tuesday, February 27, 2007

Winning Forms: Practical Tips For Boosting The Performance Of Windows Forms Apps

'Winning Forms: Practical Tips For Boosting The Performance Of Windows Forms Apps
"This article discusses techniques you can use to ensure that Windows Forms-based apps provide optimal performance to match the rich UI responsiveness they're known to provide."

Install IIS after instaling VS2005

to make IIS work with ASP.NET when VS already installed folow this steps:
  1. Install IIS.
  2. open command prompt and excute the folowing exe's
  3. aspnet_regiis.exe (exe may found at c:\WINNT\Microsoft.NET\Framework\v2.0.50727)
  4. iisreset
  5. close the command prompt.

{End Bracket}: Let My People Code

{End Bracket}: Let My People Code
"Charles Petzold discusses why limiting resources can spawn great creativity."