Click here to Skip to main content
15,895,774 members
Articles / Web Development / XHTML

Custom membership provider for the ADO.NET Entity Framework

Rate me:
Please Sign up or sign in to vote.
4.27/5 (19 votes)
3 Jan 2013CPOL1 min read 159.2K   3.6K   74  
Custom membership provider implementation for the ADO.NET Entity Framework.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EFMembershipProviderWebApplication", "EFMembershipProviderWebApplication\EFMembershipProviderWebApplication.csproj", "{51AAFE18-253D-47BF-8738-362148CBAD61}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "DatabaseScripts", "DatabaseScripts", "{32A4129F-D24C-4BFD-B0F0-5105DDEFBF4B}"
	ProjectSection(SolutionItems) = preProject
		DatabaseScripts\CreateUserTable.sql = DatabaseScripts\CreateUserTable.sql
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartSoft.EFMembershipProvider.DataLayer", "Libraries\SmartSoft.EFMembershipProvider.DataLayer\SmartSoft.EFMembershipProvider.DataLayer.csproj", "{DF9DEEFD-80DD-4105-8F1F-F2C11701D4C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartSoft.EFMembershipProvider.Web", "Libraries\SmartSoft.EFMembershipProvider.Web\SmartSoft.EFMembershipProvider.Web.csproj", "{4C3B32AB-0B0C-4055-8FD9-6AD5E187EC69}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{51AAFE18-253D-47BF-8738-362148CBAD61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{51AAFE18-253D-47BF-8738-362148CBAD61}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{51AAFE18-253D-47BF-8738-362148CBAD61}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{51AAFE18-253D-47BF-8738-362148CBAD61}.Release|Any CPU.Build.0 = Release|Any CPU
		{DF9DEEFD-80DD-4105-8F1F-F2C11701D4C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{DF9DEEFD-80DD-4105-8F1F-F2C11701D4C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{DF9DEEFD-80DD-4105-8F1F-F2C11701D4C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{DF9DEEFD-80DD-4105-8F1F-F2C11701D4C1}.Release|Any CPU.Build.0 = Release|Any CPU
		{4C3B32AB-0B0C-4055-8FD9-6AD5E187EC69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4C3B32AB-0B0C-4055-8FD9-6AD5E187EC69}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4C3B32AB-0B0C-4055-8FD9-6AD5E187EC69}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4C3B32AB-0B0C-4055-8FD9-6AD5E187EC69}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Swissworx
Australia Australia
MCAD, MCPD Web Developer 2.0, MCPD Enterprise Developer 3.5

My company: Swissworx
My blog: Sitecore Experts

Hopp Schwiiz Smile | :)

Comments and Discussions