| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 3 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| Applying Interop Attributes |
| MSDN |
| The System.Runtime.InteropServices namespace provides three categories of interop-specific attributes: those applied by you at design time, those applied by COM interop tools and APIs during the conversion process, and those applied either by you or COM interop. |
|
| Auto-Generating Wrapper Classes for Stored Procedures, Part 1: Using the AutoSproc Tool |
| MSDN |
| Get an overview of the AutoSproc code generation tool and how it works. The AutoSproc tool (based on classes exposed from the System.Reflection.Emit namespace) saves you time by using reflection to auto-generate wrapper classes for stored procedure calls. |
|
| Creating GUIDs with C# |
| C# Help |
| The problem with GUIDs was not an easy one to solve with Visual C++, Visual Basic, etc. To create and view a GUID(globally unique identifier) you had to call the API UUIDCreate() and then call UUIDToString() to transform the GUID into String. |
|
| How to Configure Default Values in .NET Classes |
| The Code Project |
| This article describes how to setup default values of the value type fields in the .Net class using the Custom Attribute from the Application Assembly or Config file. |
|
| HOW TO: Invoke the Find, View Source, and Options Dialog Boxes for the WebBrowser Control from Visual C# .NET |
| http://www.kbalertz.com/ |
| This article describes how to invoke the Microsoft Internet Explorer Find , the Internet Options , and the View Source dialog boxes in an application that hosts the WebBrowser control. Warning This sample uses an undocumented command-group GUID that... |
|
| HOW TO: Sink Managed C# Events in Internet Explorer (Q313891) |
| http://www.kbalertz.com/ |
| This article describes how to sink managed events from Component Object Model (COM) clients (unmanaged code) when you write .NET Windows controls. For example, you sink managed events from COM clients when you run script in Internet Explore |
|
| INFO: OleDbType Enumeration vs. Microsoft Access Data Types |
| http://www.kbalertz.com/ |
| (320435) - This article describes how the Microsoft .NET Platform OLE DB types map to the Microsoft Access data types for columns. |
|
| INFO: OleDbType Enumeration vs. Microsoft Access Data Types |
| Microsoft Support |
| (320435) - This article describes how the Microsoft .NET Platform OLE DB types map to the Microsoft Access data types for columns. |
|
| Using the COM Component Categories Manager in .NET |
| The Code Project |
| An article on using the the COM Component Categories Manager in .NET. Focuses mainly on interoping with COM and writing interfaces in MSIL |
|