Procedural vs OO with code example
http://loup-vaillant.fr/articles/anthropomorphism-and-oop
Monday, February 9, 2015
Thursday, February 5, 2015
How to solve Visual Studio git push problem "You cannot publish local branch master to the remote repository origin"?
Error happened:
When I created a local git repository and tried to push to remote repository, got following error:
"You cannot publish local branch master to the remote repository origin because a branch with the same name already exists there. You might want to rename your local branch and try again"
Solution:
- Install 3rd party git tool
- Add remote repository in GitUI
- Click push, and select "remote repository"
When I created a local git repository and tried to push to remote repository, got following error:
"You cannot publish local branch master to the remote repository origin because a branch with the same name already exists there. You might want to rename your local branch and try again"
Solution:
- Install 3rd party git tool
- Add remote repository in GitUI
- Click push, and select "remote repository"
Wednesday, February 4, 2015
Tuesday, February 3, 2015
Service Locator vs. Dependency Injection
Includes C# code examples to compare two pattern.
https://software2cents.wordpress.com/2013/03/30/service-locator-vs-dependency-injection/
https://software2cents.wordpress.com/2013/03/30/service-locator-vs-dependency-injection/
Friday, January 30, 2015
Subscribe to:
Posts (Atom)