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 →
10 Oracle Hints to the Database
Oracle SQL performance tuning. using Hints in the database query
06 Index Suppression
Index Suppression in Oracle, operators, sub-strings, Arithmetic operators, Truncate , function based index
02 Oracle Optimizer and its execution plan
Oracle Optimizer and its execution plan, cost based optimizer, execution plan. statistics, SQL tuning tools
MongoDB Indexing Part 3
Multi Term Query, Drop Index, Nested Fields, Indexing on an array, Unique Index, Compound indexes, Covering Index, Dead Weight Index, Background built Index,