Showing related tags and posts accross the entire site.
-
Here are better SetPropertyValues and SetProfileData methods that only make 1 database call by buildinding a single sql statement to execute instead of executing a statement for each property. public override void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection)...
-
here's a custom implementation of the asp.net profile provider working with the system.web.profile namespace public class AsteryxProfileProvider : ProfileProvider { public AsteryxProfileProvider () { } public string UserName { get; set; } public override string ApplicationName { get { return AppSettings...