Using TopCoder

.NET

User Providers SQL Server Persistence Version 1.0

STATUS KEY : Specification Design and Architecture Development and Testing Complete
  • Overview

    Implements providers for Membership, Roles and Profiles using vertical tables and CLR stored procedures.

  • Functionality

    The User Providers SQL Server Providers component is an implementation of the ASP.net providers for user Membership, Roles, and Profiles. These providers are drop-in replacements for the stock providers and are configured using standard ASP.Net methodology. The implementation of these providers uses a database structure that uses vertical tables to allow custom profile properties to be added without having to recompile the component, change the stored procedures, or update the database schema.
  • Technologies

    .NET 2.0, ADO.NET, ASP.NET

    Availability

    Version 1.0
Adobe Acrobat is required to view TopCoder Software specification documentation.
  .NET Application Based Configuration 20080725 The component translates app.config and web.config into standard IConfiguration objects as defined in Configuration API. more Download
  .NET Configuration API 20070511 Provides an API for configuration objects. more Download
  .NET Configuration Manager 20050727 Centralizes the management of and access to application level configuration files. more Download
  .NET Exception Manager 20080912 The Exception Manager component will be used to unify error handling in all .NET components. more Download
  .NET Logging Wrapper 20090706 Provides a standard logging API with a pluggable back-end logging implementation. more Download
  .NET Self-Documenting Exception 20080917 Allows the handler of an exception to add pertinent data that will be passed to the caller and used for debugging when the exception is logged. more Download
  .NET Set 20030801 Adds standard object orientated types to the Collection namespace. more Download