Click here to Skip to main content
15,867,568 members
Everything / Injection

Injection

Injection

Great Reads

by DotNetSteve
A gentle introduction for DI and IOC in the first program most of us have written - Hello World
by Fiyaz Hasan
Learn how dependency injection mechanism has evolved from ASP.NET to ASP.NET Core
by Hein Pauwelyn
This is an application made for Windows (Universal) 10 devices made with MVVM, IoC-containers and dependency injection. There is also an API from Yahoo and SQLite service.
by Alexander Eremeev
The Windows kernel-hacking library and development framework written on C++17

Latest Articles

by Jason Sultana
A look at some injection-style vulnerabilities
by Jason Sultana
Understanding and preventing Newline Injection
by Chinmaya C
Explanation about DIP and its need in the real time scenario
by L. Michael
This article provides a recipe on how to avoid producing legacy code at the speed of typing by using a proper architecture and unit testing.

All Articles

Sort by Score

Injection 

13 Jan 2014 by Jeremy Likness
Learn how to perform interception of services using Angular's decorator feature.
15 May 2011 by M@dHatter
They need to make javascript only execute in scoped containers within the browser. Don't ask me how, I'm sure the browser companies can make some kinda sandbox element.
25 Oct 2012 by Member 3783976
Implement function in C# to emulate functionality of mysql_real_escape_string() C API function.
1 Mar 2015 by Bankey Sharma
Some general guidelines to make application source agnostic and business adaptive
23 Feb 2015 by Veronica S. Zotali
How to use TypedFactoryFacility using Castle.Windsor
28 Dec 2015 by Purbasha Ghosh
Initialize MVC controllers with multiple instance resolutions of same interface
28 Feb 2014 by _Ravikant Tiwari_
This program will demonstrate the process of injecting code into already running processes. Here we have choosen to inject into Explorer
13 Oct 2016 by MaDOnos
Adapter implemantation to mock DbContext easily
7 Mar 2014 by _Ravikant Tiwari_
Code Injection - A Generic Approach for 32bit and 64bit Versions
6 Jan 2014 by Nagaraj Muthuchamy
This article gives an introduction on SQL Injection attacks and tips to prevent it.