What are the chief components of Angular IO? The main components are: Component- Brings the modules together Metadata- Adds more data to the Angular JS class Modules- Breaks up the application into logical pieces of code, each module performing a single task Service- Creates a component that can be shared across the whole application Templates-... Continue Reading →
Advanced .Net Interview Questions
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 →
Splitting Data For Machine Learning With SCIKIT-LEARN
This is an exact duplication of a blog post by Ben Alex Keen I have just added a few comments to embellish. The reason I am posting it is so that I can go back and refer in case I forget. Most people who write about these topics assume that everyone else knows what they... Continue Reading →
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