|
This is the heart of this web site... a collection of articles that attempt
to provide insight, comment, and observation on how things are supposed to
work. The articles also contain links to additional documentation and to
sample/demo projects that you can download, study, and use as examples.
Beginning Programming Articles
Beginning ADO.Net - An
introduction to database programming with VB.Net
Saving Data in ADO.Net
- How to save changes back to the source database
What's Wrong with Dynamic SQL - How to
use parameterized queries
Using ADO.Net Expressions - How
to use "expressions" in a DataTable
Using ADO.Net DataRelations -
How to get data from related rows in another table
Code Access Security and
mscorcfg.msc - How to allow your applications to run from a
network share
Intermediate-level Programming Articles
Joining ADO.Net DataTables -
How to perform SQL-style joins on two ADO.Net DataTables
In-Memory SQL Engine - Run SQL Select
command against a set of detached DataTables
Introduction to WMI - Use Windows
Management Instrumentation to gather remote info
Son of Snoop on Steroids - Application that
gathers 220 pieces of information about PCs
How to Obscure
Connection Strings - A useful technique for hiding the database
connection strings in a WinForm application
Simple Encryption/Decryption -
A simplified example for encrypting and decrypting strings
DataGridView Tips and Tricks
- An introduction to the DataGridView and creating a custom
MaskedEdit column type
Advanced Programming Techniques
Checking File Permission -
Class for checking a user's read/write permissions against a file
Setting File Permissions - Change
read/write permissions on a file
Getting the Owner of a File - Return the
owner of a file
Changing Ownership of a File - Change
the owner of a file to an arbitrary user
Extensible Storage Engine - How to use the
ESE API to poke around Window's internal databases
Delegates and the AddressOf
Operator - An explanation of Delegates and AddressOf
How to get the Serial Number form a
USB disk - Two techniques to get a USB Serial Number
Other IT-related Articles
Journal Note Writer - How to add
a TabletPC-style Journal Note Writer to an ordinary PC
Visual Studio 2005/2008
Interoperability - A utility to convert "project files" between
VS2005 and VS2008
|