Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Branko Dimitrijevic
Branko Dimitrijevic has asked
31
questions and find answers to
271
problems.
Stats
9.6k
EtPoint
3.5k
Vote count
31
questions
271
answers
About
Love creating. Therefore love programming. Have been doing it most of my life.
Careers 2.0 Profile
LinkedIn Profile
Branko Dimitrijevic questions
How to document generic type parameters?
Using ODP.NET to get a RECORD from PL/SQL function, without touching PL/SQL code
Why is it faster to call an abstract method than an interface method in .NET? [duplicate]
Getting a file checksum directly from the filesystem instead of calculating it explicitly
Interpreting HASH JOIN in Oracle query plan
Oracle foreign key execution plan?
Can serializing the same object produce different streams?
new Foo { A = 1, } Bug or Feature?
C#: How to forbid implicit cast from child to parent class (i.e. inheritance as composition vs. is-kind-of)?
Faking Oracle statistics?
Branko Dimitrijevic answers
DB design model for infinite shared and unique item classifications
MySQL "NOT IN" query not working
Natural vs surrogate keys on support tables [closed]
Algorithm for managing position in SQL table
In MySQL does a UNIQUE varchar have to be a PRIMARY KEY as well?
Should IEnumerable returned from OrderBy be evaluated if used multiple times?
Storing a distance matrix in DB [closed]
Grounds for having a one to one relationship between tables
Oracle Unique Constraint - Mixed Case
Basic question on C++ templates