Scott Cate Weblog 

scott.cate@myKB.com
http://scottcate.myKB.com



Scott Cate KB > ASP.NET Code Samples - Findings > ASP.NET Class Start Over
Search the Knowledge Base
 
Start Search in the Following Category
Date Modified
Wednesday, November 17, 2004
November 2004 -- AZGroups.com Tips/Tricks

For my user group ( www.AZGroups.com ) ( November 2004 Session ) I will be showing ASP.NET tips and tricks. The Parentheses give hints to the files in the project that contain the code samples. Session highlights will include ...

  • Using String.Format() with Web.Config
  • URL and Path Variables
  • Advanced keyboard maneuvers inside the Visual Studio IDE
  • Configuration: Get outside the Web.Config with better performance
    • ( /Config/ShowConfig.aspx )
  • Caching Patterns to Guarantee Object Existence
    • ( /CachePatterns/BadCacheExample.aspx )
    • ( /CachePatterns/GoodCacheExample.aspx )
  • My Favorite: Using Context.Items – Caching Per Request.
  • Storing Passwords.
    • Bad -- Plain Text ( /Password/Password1.aspx )
    • Better -- Hashed ( /Password/Password2.aspx )
    • Best -- Hashed and Salted. ( /Password/Password3.aspx )
  • URL Rewriting, Turn Default.aspx?myValue=5 into Article5.aspx
    • ( /Rewrite/Article.aspx )
  • Secure Trace.AXD for local and remote access.
  • Time Allotted there are many more items I can put into this category.

The project I created and sampled can be downloaded here.
http://www.scottcate.com/Downloads/Talks/AspNetTipTricks-Nov2004.zip

And the Database that is used in the Password Encryption/Decryption Routines
http://www.scottcate.com/Downloads/Talks/AspNetTipTricks-DB-Nov2004.zip


All rights reserved. All details are the personal opinion of Scott Cate.
All trademarks referenced are the property of their respective owners.
Scott Cate is a lead programmer for www.myKB.com and
owner of The Arizona .NET User Group and an all around nice guy ;)


Knowledge Base Software - myKB.com

 

Cameron Cate Pictures
Cameron Cate Pix

Site Navigation

Home
Knowledge Base
Wiki Discussions
Photo Album

Sites I Own & Run


Easy Search ASP.NET
mykb.com knowledge base software logo
myKB.com
Knowledgebase Software

KBAlertz.com
Arizona .NET user Group
Group Leader

Affiliations


ASP.NET MVP
2004
2005
2006
2007
2008
2009


Blog Sites I Read

Brady Gaster
Rob Howard
G. Andrew  Duthie
Robert McLaws
Alex Lowe

World of Scott.Net

Scott Guthrie
  -  Father of ASP.NET

Scott Watermasyk
  - .Text (Weblog)

Scott Sargent
Scott Mitchell
ScottG.net
Scott Bellware
Scott Forsyth
Scott Hanselman
Scott Cate

Favorite Books


ASP.NET Cookbook


First Looks @ ASP.NET 2.0