Can static constructors use optional arguments? As MSDN says, A static constructor is called automatically to initialize the class before the first instance is created. Therefore you can't send it any parameters. If the CLR must call a static constructor how will it know which parameters to pass it? Name design patterns and principles you... Continue Reading →
Using the fingerprint reader to unlock Arch Linux
login to i3 window manager using i3lock using the fingerprint reader (X1-Carbon)
12 Oracle Design Consideration
Oracle Design Consideration, Index organized tables, partitioned tables, range partition, list partition, hash partition, composite partition
11 House Keeping in Oracle
House keeping in Oracle: invalid optimizer statistics, buffer gets, Disk Reads
10 Oracle Hints to the Database
Oracle SQL performance tuning. using Hints in the database query
08 Considerations while using PLSQL in programming (Oracle)
Considerations while using PLSQL in programming (Oracle)