-
Various library functions (`get_char`, `get_double`, `get_float`, `get_int`, `get_long_long`) make use of the function `get_string` which allocates memory; the functions then perform a transformation …
-
Sorry if this has been answered before.
I'm trying to integrate Simple Injector into an ASP.NET Core MVC project.
It's gotten complicated in that it uses Identity, so if I'm correct that means I…
-
- [ryanmcdermott/clean-code-javascript: Clean Code concepts adapted for JavaScript](https://github.com/ryanmcdermott/clean-code-javascript#table-of-contents)
- 这里还有一份来自淘宝团队的指南:[编写「可读」代码的实践 | Taobao F…
-
I've searched but come up with nothing. Is there a way to Inject UrlHelper into some service classes I'm writing like [AutoFac](https://autofac.org/apidoc/html/DA6737B.htm) does?
-
Hi guys,
I'm trying to get my head round at this pattern:
``` javascript
var MyModules = (function Manager() {
var modules = {};
function define(name, deps, impl) {
for (var i = 0; i…
-
Coming from #417, it was proposed that we refactor the caret-related code into its own class. I've opened this issue to provide a place for discussing such a change's pros, cons, and implementation.
-
**I'm submitting a feature request**
- **Library Version:**
1.0.0
- **Language:**
ESNext
**Current behavior:**
I'm using aurelia-i18next so I have a page like this:
```
import {inject} from "au…
-
Hi,
I've recently ported the IoC library in a framework that I'm using for my work projects to Simple Injector.
Previously I was using Ninject, but as it is not developed anymore I decided that i…
-
First of all, let me say I really like Auryn since you made me discover it.
But, I've been learning these past months about DI and containers and all that stuff, and I don't really think that other D…
-
ASP.NET Core defines the abstractions `IServiceCollection` and `IServiceScope` to complement, and work in conjunction with, the `IServiceProvider` abstraction. Just as `IServiceProvider` defines a mec…
qujck updated
7 years ago