All Posts
Difference between API and ABI
I am new to Linux system programming and I came across API and ABI while reading Linux System Programming Definition of API An API defines the interfaces by
Difference between repository and service
Whats the difference between a repository and a service I dont seem to grasp it Im talking about data access through a data access layer typically with linq to
Differences between Microsoft NET 40 full Framework and Client Profile
The Microsoft NET Framework 40 full installer 32 and 64bit is 481nbspMB and the Client Profile installer is 410nbspMB The extracted installation files are
Disable a Maven plugin defined in a parent POM
I am using a parent POM that defines a plugin that I do not want to be run in a child POM How can I disable the plugin in the child pom completely Constraint I
ERROR 2002 HY000 Cant connect to local MySQL server through socket tmpmysqlsock duplicate
This question already has answers here Cant connect to local MySQL server through socket varmysqlmysqlsock 38 46 answers Closed 1 year ago I installed MySQL on
error string or binary data would be truncated when trying to insert
I am running databat file with the following lines Rem Tis batch file will populate tables cdprogram filesMicrosoft SQL ServerMSSQL osql U sa P Password d
Explain claims-based authentication to a 5-year-old
Well not exactly to a 5yearold but please avoid buzzword and enterprisespeak if possible Claimsbased authentication seems to be all the rage now but I could
Extend data class in Kotlin
Data classes seem to be the replacement to the oldfashioned POJOs in Java It is quite expectable that these classes would allow for inheritance but I can see