Sunday 14 January 2018

asp.net mvc - what is Dependency Injection?









Im
learning asp.net mvc 3. One of the new features being Dependency Injection. Can someone
tell me what it is? why is it useful? and when to use it? Thanks

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...