ODP.NET CreateCommand() extension method

The amount of code to prepare an OracleCommand object to call a stored procedure is quite boring. I created a simple extension method on the OracleConnection class that makes things easiy.

Read

Bypassing publisher policy files

When resolving a strong named assembly, the GAC is the first place looked up, not the /bin folder. Publisher policy files if present in the GAC will redirect the request to a newer version of the assembly. Only if the GAC lookup is unsuccessful the application bin folder is looked

Read