Stories recently tagged with 'Injection'

Tame Your Software Dependencies with DI & Common Service Locator Lib(www.kitchaiyong.net)

submitted by kitchaiyongkitchaiyong(89) 2 years, 3 months ago

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. read more...

add a comment |category: |Views: 12

tags: another

Security Vulnerability of the Week #1: SQL Injection(securitythroughabsurdity.com)

submitted by j.montyj.monty(1868) 3 years, 2 months ago

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 Injection) - which has been a known and solved problem for over 10+ years, yet for some reason, it's still as common as ever. read more...

1 comment |category: |Views: 276

tags: another

What is this Managed Extensibility Framework thing all about ?(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 8 months ago

Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer. read more...

add a comment |category: |Views: 300

tags: another

How to Search And Replace values in SQL across All Tables(korayem.net)

submitted by korayemkorayem(1240) 3 years, 9 months ago

My website got hacked. I got several html code injections inside the database. Here is how i fixed the issue very quickly. read more...

add a comment |category: |Views: 27

tags: another

Building a Configuration Binder for MEF with POCO Support(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 10 months ago

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. read more...

add a comment |category: |Views: 133

tags: another

Managed Extensibility Framework (MEF) at a Glance(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 11 months ago

A Hands-On overview to Dependency Injection Managed Extensibility Framework and the first CTP. read more...

add a comment |category: |Views: 409

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

New free Lightweight .NET, C# Inversion of Control (IoC, dependency in(winter4.net)

submitted by godzhesasgodzhesas(35) 4 years ago

.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 read more...

add a comment |category: |Views: 94

tags: another

Wire-up MVP and Castle Windsor for Dependency Injection(codebetter.com)

submitted by savagekidsavagekid(70) 4 years, 5 months ago

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 read more...

add a comment |category: |Views: 164

tags: another

Dependency Injection Using Ninject(jaltiere.com)

submitted by jaltierejaltiere(885) 4 years, 8 months ago

This article discussed dependency injection, specifically using a new .NET framework called Ninject. read more...

add a comment |category: |Views: 223

tags: another

Inversion of Control and Dependency Injection with Castle Windsor II(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 9 months ago

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 answered as soon as possible on the article page. read more...

4 comments |category: |Views: 35

tags: another

Inversion of Control and Dependency Injection with Castle Windsor(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 10 months ago

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. read more...

9 comments |category: |Views: 273

tags: another

Tutorial : Policy Injection Application Block of Enterprise Library(dotnetwithme.blogspot.com)

submitted by vikasgoyal77vikasgoyal77(550) 5 years, 1 month ago

Tutorial : Policy Injection Application Block of Enterprise Library read more...

add a comment |category: |Views: 414

tags: another

Policy Injection Application Block(dotnetwithme.blogspot.com)

submitted by vikasgoyal77vikasgoyal77(550) 5 years, 1 month ago

Policy Injection Application Block read more...

add a comment |category: |Views: 38

tags: another

Video: Hacking SQL Server(jumpstarttv.com)

submitted by bknightbknight(220) 5 years, 3 months ago

In this presentation at the Jacksonville SQL Server Users Group, Bayer White playS the part of a developer protecting his application and Brian Knight attempts to hack his application using SQL Injection and cross-site scripting. Then, Bayer will show you how to protect yourself from the hacker and then Brian tries again. Back and forth the chess match goes until someone wins! read more...

2 comments |category: |Views: 76

tags: another