Author: SSWUG Research

Community

Encapsulating ODBC in ASP .NET

(Jason G. Williscroft) In an earlier article (Implementing ODBC in ASP .NET), we described some issues with Microsoft’s ODBC server controls, and how to work through them. In a nutshell, although Microsoft provided the necessary data objects, they left out the logic required to wire these objects in

Community

Build Providers for Windows Forms

(Dino Esposito) In ASP.NET and Windows Forms projects, some file types are treated differently than others. For example, ASPX and ASCX files are dynamically parsed and compiled to an assembly on the fly. The contents of an XML Schema Definition (XSD) file are used to create a new, strongly typed Dat