Click here to Skip to main content
15,891,712 members
Articles / Desktop Programming / Windows Forms

Schema Generator

Rate me:
Please Sign up or sign in to vote.
4.80/5 (12 votes)
3 Jun 2008Ms-PL2 min read 56.6K   1.1K   44  
Utility to generate schema description from existing SQL Server databases.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
# SharpDevelop 2.2.1.2675
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SchemaGen", "SchemaGen.csproj", "{D521B7BD-6715-4F9D-9D90-E3B655714332}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{D521B7BD-6715-4F9D-9D90-E3B655714332}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D521B7BD-6715-4F9D-9D90-E3B655714332}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D521B7BD-6715-4F9D-9D90-E3B655714332}.Release|Any CPU.Build.0 = Release|Any CPU
		{D521B7BD-6715-4F9D-9D90-E3B655714332}.Release|Any CPU.ActiveCfg = Release|Any CPU
	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 Microsoft Public License (Ms-PL)


Written By
Architect
Canada Canada
Ashutosh is an avid programmer, who “lives to code”. One can always find him busy seeking challenging programming assignments on various complex problems ranging from Data management, Classification, Optimization, Security, Network analysis, Distributed computing.

He started his programming stint with “C”; he has also worked on C++, Visual Basic, JAVA, Perl, FoxPro, PASCAL, Shell Scripting, and Perl. Currently, he is proficient and working on C#.

His area of interest includes Distributed Computing, Analytic and Business Intelligence, Large Enterprise System Architectures, Enterprise Content Management.

He is an advocate of Open source and likes to share solutions with open source communities like
1.Stack Overflow
2. nHibernate
.

Award's :
Prize winner in Competition "Best article of May 2008"

Articles :
Click to see my CodeProject Articles

Blog :
Share a solution | Explore the .NET world

Link'd :


His Favorite(s) :
nHibernate - The best ORM.
nHibernate Contributed Tools

Comments and Discussions