Ninject tutorials/documentations?

China☆狼群 提交于 2019-12-08 17:20:47

问题


According to the official site: The best place to learn about Ninject is from the official wiki on Github.

Is that true? As a beginner, I found the official wiki not very helpful. Are there any better tutorials available? I tried Google, but didn't find what I was looking for.


回答1:


Depends on what context you're using it - e.g. for ASP.NET Web Forms and ASP.NET MVC there are a good few blog posts around (though the Web Forms are typically based on v1)

I personally found that I just wanted a thorough end-to-end understanding of what this baby can do... For that, there's no substitute for just downloading the source and reading the tests - they're compact and complete and are bound to teach you a thing or two about writing good tests along the way.

(The maintainers are aware of the pain of the fact that a subset of the documentation is v1 specific, but unfortunately nobody (including myself, blush) has yet stepped up to the plate to do the update)




回答2:


I have put up a mini tutorial on my blog:

http://stefanoricciardi.com/2011/01/21/ninject-mini-tutorial-part-1/

Hope you find that useful.



来源:https://stackoverflow.com/questions/5239061/ninject-tutorials-documentations

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!