Categories
Tags
- .NET Core
- .NET Standard
- Angular
- Apple
- Architecture
- ASP.NET-CORE
- ASP.NET-MVC
- Async
- AWS
- Azure
- C#
- CLR
- Delegates
- DI
- Docker
- Entity Framework
- Entity Framework
- Events
- Git
- Kafka
- Linux
- MEF
- MOQ
- MVVM
- N-Tier
- Nano Server
- Nginx
- Nin
- Ninject
- NLog
- NUGET
- OData
- OSS
- PCL
- REST
- RIA Services
- Security
- Silverlight
- SOAP
- SSL
- Tools
- Trackable Entities
- TypeScript
- Visual Studio
- VSCode
- WCF
- Web API
- WP7
- WPF
-
Recent Posts
Personal
Technical
Twitter
- Released RC1 of Dapr Event Bus, relocating it to a new home on event-driven-dotnet. github.com/event-driven-d…. /cc… twitter.com/i/web/status/1… 1 hour ago
- RT @ajcvickers: #EntityFramework biweekly update #efcore Released: » EF Core 6.0 preview 3 is on NuGet now! Also this week: » PR out for… 2 days ago
- Recently starting using @JetBrainsRider, and I figured out I could set the theme of the editor to dark while keepin… twitter.com/i/web/status/1… 1 week ago
Tag Archives: Ninject
Ninject WCF Extensions for RESTful Services
Download the code for this post. A while ago I blogged about using Ninject for dependency injection with WCF Services. The advantage of using DI is that it allows you to achieve loose coupling in your application architecture, so that … Continue reading
Using Ninject with WCF Services
Download the code for this post. Update: This post is based on a older version of Ninject WCF Extensions. For an example of using the new version with REST support, see this post. In my post on the Onion Architecture … Continue reading
Using NLog with Dependency Injection
Download the code for this blog post. In my last post I blogged about using Dependency Injection to break tight coupling between application components. This lets you to treat infrastructure pieces, such as data access or logging, as swappable entities, … Continue reading
Peeling Back the Onion Architecture
Download the code for this article. Updated 14-Oct-2011: I modified the code sample to include controller unit tests and improved the config and logging services. I recently started a consulting project as an architect on an ASP.NET MVC application and … Continue reading