By tag: Injection
0
kicks
Poor Man's IOC
No IOC library, no dependencies ..or how in some cases you can do dependency injection without having to resort to a IOC library, which in itself add another layer of dependency on your project.
0
kicks
SQL Injection and Cross-Site Scripting
SQL Injection and Cross-Site Scripting with sample code
0
kicks
Tame Your Software Dependencies with DI & Common Service Locator Lib
Tame your software dependencies with the Microsoft Unity Application Block and Common Service Library Locator in your application code. Source codes provided including the unit tests.
0
kicks
Security Vulnerability of the Week #1: SQL Injection
This article begins a semi-regular series that will explores the most common vulnerabilities and the mind-set of the developers that create them and also explore how to deal with them. The first post in the series takes a look at the OWASP top number 2 vulnerability, Injection (specifically SQL Inj...
0
kicks
What is this Managed Extensibility Framework thing all about ?
Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer.
0
kicks
How to Search And Replace values in SQL across All Tables
My website got hacked. I got several html code injections inside the database. Here is how i fixed the issue very quickly.
0
kicks
Building a Configuration Binder for MEF with POCO Support
MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail.
0
kicks
Managed Extensibility Framework (MEF) at a Glance
A Hands-On overview to Dependency Injection Managed Extensibility Framework and the first CTP.
0
kicks
Attributes? We don't need no stinkin' attributes
An explanation of how to use Ninject, the .NET dependency injector, to wire up dependencies without the use of the [Inject] attribute.
0
kicks
New free Lightweight .NET, C# Inversion of Control (IoC, dependency in
.NET and C# inversion of control container Winter4net - Lightweight C#, .NET dependency injection container, spring framework compliant, ultrafast, compact and scalable, infrastructure for MDD/MDA. Easy integration; MSDN-like documentation; 24/7 support; Free Community edition binary license
0
kicks
Wire-up MVP and Castle Windsor for Dependency Injection
Article which shows automatic injection of presenter in to the view class with ASP.NET as the view. It also shows how the CreateNew attribute used in Composite Web UI Application Block actually works
0
kicks
Dependency Injection Using Ninject
This article discussed dependency injection, specifically using a new .NET framework called Ninject.
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor II
Second article of a 4 parts series about IoC and DI with Castle Windsor Container. This article continues the discussion initiated in the previous one and tackles compulsory and optional dependencies, component injection and collections.
Any feedback, questions, ratings are welcome and will be answ...
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor
First article of a 4 parts series about IoC and DI with Castle Windsor Container. This first part is an introduction to the core concepts and a simple example of how to start thinking in terms of IoC.
0
kicks
Tutorial : Policy Injection Application Block of Enterprise Library
Tutorial : Policy Injection Application Block of Enterprise Library