forked from kjbartel/ConnectionDialog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
13 lines (10 loc) · 850 Bytes
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
Microsoft Visual Studio Connection Dialog
=========================================
This is the Visual Studio connection dialog originally released by Microsoft but no longer available on their website.
Details of the dialog are outlined in this msdn blog entry:
http://blogs.msdn.com/b/vsdata/archive/2010/02/02/data-connection-dialog-source-code-is-released-on-code-gallery.aspx
The original project site can also be viewed via the Internet Archive's Way Back Machine:
https://web.archive.org/web/20100216143342/http://code.msdn.microsoft.com/Connection
If all you need is the prebuilt dialog then use nuget:
https://www.nuget.org/packages/DataConnectionDialog/
This source is also available in the "Tools" directory of the nuget package. The project files of the source here have been updated so that they may be built in Visual Studio 2013.