News

I have an existing inherited C# project that creates a standard Windows DLL. I have added in some code that creates a database connection and executes an Oracle stored procedure call.
I'm starting to learn C# after learning java in school. I have a network drive setup where all my personal files go. When I try to run code involving a file dialog from the drive I am receiving a ...