Download log4Net from https://logging.apache.org/log4net/download_log4net.html or Nuget from https://www.nuget.org/packages/log4net/ Add lognet to your project (If ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
In VBA for access 2000, it was really easy to prevent someone from entering a value that was not in the list. In the combobox's properties, you just change the "LIMIT TO LIST" property to ...
I have written an application that takes in a fixed-width file (thanks in no small part to advice I recieved in a seperate thread) and then dissasembles each line, runs a fairly meaty SQL SELECT query ...
Comparing strings with and without case sensitivity in VB.NET Your email has been sent Irina Medvinskaya offers an example that shows how VB.NET's String.Compare method can come in handy when you need ...
Keyboard shortcut keys let you allow commands to run after users press a key combination. You use the VB.NET "keydown" event handler to detect that a key was pressed by a user, and create your ...
I agree completely with Rockford Lhotka's conclusions in his Guest Opinion, "Software Is Too Darn Hard" [VSM April 2006]. It seems obvious, if commonly ignored in large companies, that the development ...