Navigation

Search

Categories

On this page

Moo Cards
ASP .Net Provider Hacks

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 149
This Year: 2
This Month: 0
This Week: 0
Comments: 43

Sign In
Pick a theme:

# Saturday, October 07, 2006
Saturday, October 07, 2006 9:58:06 PM (GMT Daylight Time, UTC+01:00) ( Odds & Sods )

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.

Comments [0] | | # 
Saturday, October 07, 2006 9:46:03 PM (GMT Daylight Time, UTC+01:00) ( .Net Web )

 

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.

Comments [0] | | #