.NET Reference

This blog is a depository for things I have found regarding VB.NET and C#.NET development (and other things I may need to remember). This blog is primarily for my own reference, but if the information I found is useful to others, then that is great. If others want to contribute with comments or other information, then that is great too.

Thursday, February 10, 2022

Touch Input goes to Wrong Screen in Windows 10

›
 I have 2 screens, one is touch and one is not.   Every few months, Windows gets confused and puts the touch input on the non-touchscreen.  ...
Wednesday, November 21, 2018

Getting other files in ASP.NET Bin Directory when Publishing

›
I needed additional files in my ASP.NET's Bin directory that were not part of the ASP.NET project itself (they were configuration fil...
Friday, May 11, 2018

Troubleshooting Setting up Oracle 12c R2 and using it with Older Clients

›
Here are the problems I have every time I setup up Oracle. Oracle 12c R2 on Windows Server added more complexity than even 12c R1. 1) W...
Friday, January 6, 2017

Welcome to the world of Pluggable Databases in Oracle 12c

›
I'm new to pluggable databases in Oracle 12c, so I thought I would put my most common problems here in hopes that the solutions might he...
Thursday, April 23, 2015

Get Schema/DDL from Oracle Data Pump Export

›
Reposting this from the linked Stack Overflow article because this solutions works well and I want to be able to easily find it again: imp...
Thursday, March 26, 2015

Adding more than one Datafile to an Oracle Tablespace

›
If you need to add an additional data file to an Oracle Tablespace: ALTER TABLESPACE     users  ADD DATAFILE     'AdditionalUsersTa...
Tuesday, January 27, 2015

Problems registering a Windows Phone 8.1 for Development

›
Why is it that things that should be simple are not.   Connecting my Window Phone to a Windows 8.1 machine to deploy my apps.    So, I insta...
›
Home
View web version
Powered by Blogger.