Hinweis: Dieser Artikel wurde ursprünglich veröffentlicht in 2011. Einige Schritte, Befehle oder Softwareversionen haben sich möglicherweise geändert. Überprüfen Sie die aktuelle Dokumentation von .Net für die neuesten Informationen.
Voraussetzungen
Bevor Sie beginnen, stellen Sie sicher, dass Sie Folgendes haben:
- Visual Studio or .NET CLI installed
- .NET Framework or .NET Core SDK
- Basic C# programming knowledge
A question on many development projects that use a database is how to share that database with the entire development team and keep up a centralized, version controlled version of the schema which can be easily shared, deployed and maintained. Visual Studio 2010 steps up to the challenge with the database projects. You can easily import existing databases and put them on source control using Visual Studio. To learn more about this please visit the MSDN site: (http://msdn.microsoft.com/en-us/library/aa833194\(v=VS.100\).aspx). You can read more about suggested processes on (http://msdn.microsoft.com/en-us/library/aa833404.aspx).
Zusammenfassung
Verwandte Artikel
- Entity Framework 4: Any way to know the plural form of an Entity Type?
- Entity Framework - Why can’t I see the child entities of my entity
- Enumeration: What are the different SharePoint permission levels and their enumeration values?
- Error 1 SQL03006: User: [ ] has an unresolved reference to Login [ ]