Click here to Skip to main content
15,892,927 members
Articles / Web Development / ASP.NET

EntityUI Automatic UI Generator using CodeFirst Approach

Rate me:
Please Sign up or sign in to vote.
4.21/5 (5 votes)
7 May 2013CPOL4 min read 35K   613   11  
Automatic UI Generator with two-way binding for ASP.NET Forms from an object using Code First Principals

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Web Developer Express 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WebUI", "WebUI\WebUI.vbproj", "{ACC76C54-F04F-4810-BA09-D65F69D761FA}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{ACC76C54-F04F-4810-BA09-D65F69D761FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{ACC76C54-F04F-4810-BA09-D65F69D761FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{ACC76C54-F04F-4810-BA09-D65F69D761FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{ACC76C54-F04F-4810-BA09-D65F69D761FA}.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
Software Developer (Senior)
United States United States
My area of expertise is developing management database systems for business so that they can efficiently store and lookup existing customer's information and related data, and be able to generate various reports. My goal is to always deliver innovative design and a user friendly interface.

Comments and Discussions