nkohari

Stories submitted by nkohari

Ninject 2.0 Released!(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 3 months ago

Nate Kohari announces the release of Ninject 2.0, and welcomes Ian Davis as co-maintainer of the project. read more...

add a comment |category: |Views: 372

tags: another

Siesta: Painless REST via ASP.NET MVC(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 9 months ago

A simple and easy-to-use REST system for ASP.NET, based on the API from the Zen project management system. read more...

add a comment |category: |Views: 365

tags: another

Zen is Live!(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 10 months ago

Zen, the lean project management tool, is now open to the public! read more...

add a comment |category: |Views: 550

tags: another

Automagic Time Localization(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 11 months ago

A trick to localize timestamps without requiring users to pick their time zone manually. read more...

add a comment |category: |Views: 445

tags: another

Zen and the Art of Project Management(kohari.org)

submitted by nkoharinkohari(1310) 2 years, 11 months ago

Nate Kohari, the developer of Ninject, announces Zen, a project management system based around lean/kanban. read more...

1 comment |category: |Views: 375

tags: another

Do We Create Type Systems In Dynamic Languages?(codethinked.com)

submitted by nkoharinkohari(1310) 3 years, 1 month ago

Justin Etheredge examines whether home-grown type systems appear in large projects written with dynamic languages. read more...

add a comment |category: |Views: 7

tags: another

Ninject and the Ms-PL(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 2 months ago

Ninject is now dual-licensed under the Apache license and the Microsoft Public License. read more...

add a comment |category: |Views: 99

tags: another

Cache-and-Collect Lifecycle Management in Ninject 2.0(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 2 months ago

An explanation of a new solution to an old problem with inversion of control. read more...

1 comment |category: |Views: 243

tags: another

Late-Bound Invocation with Expression Trees(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 2 months ago

Avoid the cost of reflection for late-bound invocation by using expression trees. read more...

1 comment |category: |Views: 316

tags: another

Ninject 2 Reaches Beta(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 3 months ago

Version 2.0 of the Ninject dependency injection framework has reached beta status. read more...

1 comment |category: |Views: 149

tags: another

Generic Variance in C# 4.0(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 6 months ago

A simple description of the new variance support for generics in the yet-to-be-released C# 4.0. read more...

1 comment |category: |Views: 526

tags: another

Custom Selection Heuristics in Ninject(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 7 months ago

An explanation of the powerful new selection heuristics in the soon-to-be-released Ninject 1.5. read more...

add a comment |category: |Views: 12

tags: another

Conventions-Based Binding With Ninject(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 10 months ago

An explanation of how to make your type bindings in Ninject work with a "conventions over configuration" mindset. read more...

add a comment |category: |Views: 237

tags: another

Applying IoC to Brownfield Projects(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 11 months ago

A discussion of how to apply the inversion of control principle to existing applications. read more...

add a comment |category: |Views: 12

tags: another

Playing Nice With Service Locators(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 11 months ago

An explanation of how you can use the Service Locator pattern along with dependency injection to make your code more flexible in certain cases. read more...

add a comment |category: |Views: 197

tags: another

Attributes? We don't need no stinkin' attributes(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 11 months ago

An explanation of how to use Ninject, the .NET dependency injector, to wire up dependencies without the use of the [Inject] attribute. read more...

add a comment |category: |Views: 204

tags: another