Saturday, October 07, 2006

http://www.moo.com/

Had mine delivered on Monday and they are pretty cool :) Mini calling cards just the size of a chewing gum. Each card can have a unique photo, in matt print. The printing is high quality.

10 cards free for Flickr Pro users.

Saturday, October 07, 2006 8:58:06 PM (GMT Standard Time, UTC+00:00)  #    Comments [0]  | 

 

A few issues to keep in mind when converting a VS 2005 web project to a Web Application project.

http://webproject.scottgu.com/CSharp/Migration2/Mi...

ASP .Net automatically generates a strongly typed Profile class when using Profile Personalization (System.Web.Profiles). This does not happen when using WAP (Web application projects).

There is a free utility to generate the Profile class from the web.config

http://www.gotdotnet.com/workspaces/workspace.aspx...

The default SqlProfilesProvider works by serializing all the profile properties into one column. However, as with all providers this can be changed.

http://www.asp.net/downloads/teamprojects/default.... is a download to a Table profile provider and stored procedure profile provider. These work out of the box, to a profiles table of your own choosing.

Saturday, October 07, 2006 8:46:03 PM (GMT Standard Time, UTC+00:00)  #    Comments [0]  |