Click here to Skip to main content
15,886,873 members
Articles / Operating Systems / Windows

Inversion of Control (IoC) in XAML

Rate me:
Please Sign up or sign in to vote.
4.78/5 (17 votes)
16 Jan 2007CPOL9 min read 63.9K   533   36  
An article about Inversion of Control in XAML
<p>
	This solution contains three projects described here:
</p>
<p>
	<table>
		<tr align="center" style="background-color: Gray">
			<td>
				<strong>Project</strong>
			</td>
			<td>
				<strong>Description</strong>
			</td>
		</tr>
		<tr>
			<td>
				XamlIoC</td>
			<td>
				Mini-Framework completing XAML</td>
		</tr>
		<tr>
			<td>
				MyLib</td>
			<td>
				Different classes used in the examples</td>
		</tr>
		<tr>
			<td>
				MyConsoleApp</td>
			<td>
				XAML as IoC examples</td>
		</tr>
	</table>
</p>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect CGI
Canada Canada
Vincent-Philippe is a Senior Solution Architect working in Montreal (Quebec, Canada).

His main interests are Windows Azure, .NET Enterprise suite (e.g. SharePoint 2013, Biztalk Server 2010) & the new .NET 4.5 platforms.

Comments and Discussions