Objectnation has released a new vesion of stored-procedure stub generator SP/Invoke.
New functionality includes: 1. Support for SQL Server UDTs (user-defined data types) 2. Events which allow you to trace/log SP/Invoke calls from a central location in your code. 3. NDoc support. 4. Use of ADO.NET provider-independent types in generated code.
There's a good article on codeproject explaining how it works.
|