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.
…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.
…I recently had to encrypt the connectionStrings section of a web.config file. This is a quick note on how I did it.
…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
…