forked from npgsql/npgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSuggestedReadings.html
More file actions
49 lines (32 loc) · 2.05 KB
/
SuggestedReadings.html
File metadata and controls
49 lines (32 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<html><head>
<title>Npgsql: Suggested Readings</title>
<meta http-equiv="content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-Style-Type" content="text/css">
<meta http-equiv="expires" content="">
<meta name="filename" content="SuggestedReadings.htm">
<meta name="date" content="2002-06-07">
<meta name="author" content="Ulrich Sprick">
<meta name="robots" content="nofollow">
<meta name="keywords" content="Database; PostgreSQL; Ado.NET; .NET Data Provider; Npgsql;">
<meta name="description" content="This document provides links and comments to suggested readings concerning the Npgsql Data Provider development.">
<link rel="stylesheet" href="global.css">
</head><body>
<h1 class=ArticleTitle>Npgsql: Suggested Readings</h1>
<p class=ArticleAuthor></p>
<hr>
<table width=100%>
<tr>
<td width=33% align=left>← <a href="index.htm">Index</a></td>
<td width=33% align=center><a href=""></a></td>
<td width=33% align=right><a href="state-machine.htm">Connection State Machine</a> →</td>
</tr>
</table><hr>
<p style="font-size:smaller">Last Update: 2002-06-07 usp</p>
<p><a style="font-weight:bold;" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconImplementingNETdataProvider.asp">Implementing a .NET Data Provider</a> .NET Framework Developer's Guide</p>
<p>This article describes the standard issues for implementing a specialized .NET Data Provider. Not read yet, so I can give no comments at the moment.</p>
<p><a style="font-weight:bold;" href="http://msdn.microsoft.com/msdnmag/issues/01/12/DataProv/DataProv.asp">ADO.NET: Building a Custom Data Provider for Use with the .NET Data Access Framework</a> by Bob Beauchemin</p>
<p>Found by Francisco Jr. Not yet read by myself, but...</p>
<p><a style="font-weight:bold;" href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndive/html/data010112001.asp">Inside .NET Managed Providers</a> by Dino Esposito</p>
<p>Describes the internal architecture of the .NET ODBC Data Provider. Gives some details and hints.</p>
</body>
</html>