Thursday, February 10, 2011

Microsoft All-In-One Code Framework, code samples and snippet library

Microsoft All-In-One Code Framework,  code samples and snippet library

http://1code.codeplex.com/

All code samples: http://support.microsoft.com/rss/en/rss.xml  

How to create database schema for Membership in asp.net?

Run:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe


ASP.NET SQL Server Registration Tool (Aspnet_regsql.exe)
http://msdn.microsoft.com/en-us/library/ms229862.aspx
How To: Use Membership in ASP.NET 2.0
http://msdn.microsoft.com/en-us/library/ff648345.aspx
Configuring ASP.NET 2.0 Application Services to use SQL Server 2000 or SQL Server 2005
http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx

How to design URL?

How to design URL? URL as UI
As a user-friendly website, URL design should meet following criteria:
-a domain name that is easy to remember and easy to spell
- short URLs
- easy-to-type URLs
- URLs that visualize the site structure
- URLs that are "hackable" to allow users to move to higher levels of the information architecture by hacking off the end of the URL
- persistent URLs that don't change
(From Jakob Nielsen  http://www.useit.com/alertbox/990321.html )