问题描述
根据官方网站:了解Ninject的最佳地点是在.
According to the official site: The best place to learn about Ninject is from the official wiki on Github.
是真的吗?作为一个初学者,我发现官方Wiki 并不是很有帮助.有没有更好的教程?我尝试了Google,但没有找到我想要的东西.
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.
推荐答案
取决于您所使用的上下文-例如对于ASP.NET Web窗体和ASP.NET MVC,有很多博客文章(尽管Web窗体通常基于v1)
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.
(维护人员意识到以下事实的痛苦:文档的一部分是v1特定的,但是不幸的是,没有人(包括我自己, blush )还没有站起来做这件事.更新)
(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)
这篇关于Ninject教程/文档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!