<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>roncain - All Comments</title><link>http://blogs.msdn.com/b/roncain/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Dependency Injection with ASP.NET Web API and Autofac</title><link>http://blogs.msdn.com/b/roncain/archive/2012/07/16/dependency-injection-with-asp-net-web-api-and-autofac.aspx#10378944</link><pubDate>Tue, 18 Dec 2012 09:15:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10378944</guid><dc:creator>Raghavendra</dc:creator><description>&lt;p&gt;Hi I am using Autofac in vb.net. I could not able to find builder.RegisterAssemblyTypes method(RegisterAssemblyTypes ) &amp;amp; InstancePerApiRequest(). Could you please help me&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10378944" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET Web API Tracing (Preview)</title><link>http://blogs.msdn.com/b/roncain/archive/2012/08/16/asp-net-web-api-tracing-preview.aspx#10378345</link><pubDate>Sat, 15 Dec 2012 14:14:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10378345</guid><dc:creator>Richard Watson</dc:creator><description>&lt;p&gt;&amp;quot;You can learn more about using Intellitrace here. &amp;nbsp;It can be pretty useful for debugging, and oddly is not widely known or used.&amp;quot;&lt;/p&gt;
&lt;p&gt;It is my understanding that you have to have Visual Studio Ultimate in order to use Intellitrace. &amp;nbsp;Perhaps this is the root issue of &amp;quot;not widely known or used&amp;quot;?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10378345" width="1" height="1"&gt;</description></item><item><title>re: Dependency Injection with ASP.NET Web API and Autofac</title><link>http://blogs.msdn.com/b/roncain/archive/2012/07/16/dependency-injection-with-asp-net-web-api-and-autofac.aspx#10349489</link><pubDate>Fri, 14 Sep 2012 15:01:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10349489</guid><dc:creator>Alex Meyer-Gleaves</dc:creator><description>&lt;p&gt;You can now use Autofac to create filters that support DI without using attributes. :)&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://alx.to/O9n4VU"&gt;http://alx.to/O9n4VU&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10349489" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET Web API Tracing (Preview)</title><link>http://blogs.msdn.com/b/roncain/archive/2012/08/16/asp-net-web-api-tracing-preview.aspx#10342738</link><pubDate>Thu, 23 Aug 2012 13:26:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10342738</guid><dc:creator>Ron Cain</dc:creator><description>&lt;p&gt;If you wanted to change something at runtime, such as the level or verbosity, you just need to get back to the trace writer instance in the config and set those properties. &amp;nbsp;In this case, it would be okay to do an HttpConfiguration.Services.GetTraceWriter(), downcast it to SystemDiagnosticsTraceWriter and set a property.&lt;/p&gt;
&lt;p&gt;Any change to verbosity, level or TraceSource should be respected on the very next trace.&lt;/p&gt;
&lt;p&gt;Is that what you&amp;#39;re looking for?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10342738" width="1" height="1"&gt;</description></item><item><title>re: Dependency Injection with ASP.NET Web API and Autofac</title><link>http://blogs.msdn.com/b/roncain/archive/2012/07/16/dependency-injection-with-asp-net-web-api-and-autofac.aspx#10342737</link><pubDate>Thu, 23 Aug 2012 13:21:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10342737</guid><dc:creator>Ron Cain</dc:creator><description>&lt;p&gt;Sorry to be tardy. &amp;nbsp;Are you asking how an ActionFilter could pull from the DI container? &amp;nbsp;Because ActionFilters are expressed as attributes, you can&amp;#39;t inject the attributes themselves, but you could write an ActionFilter that was knowledgable about GlobalConfiguration.Configuration to get the dependency resolver to ask for some service instance it would execute when called. &amp;nbsp;Would that do what you&amp;#39;re looking for?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10342737" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET Web API Tracing (Preview)</title><link>http://blogs.msdn.com/b/roncain/archive/2012/08/16/asp-net-web-api-tracing-preview.aspx#10340590</link><pubDate>Thu, 16 Aug 2012 17:00:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10340590</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;If i put the configuration in the code, how do you change it during runtime?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10340590" width="1" height="1"&gt;</description></item><item><title>re: Dependency Injection with ASP.NET Web API and Autofac</title><link>http://blogs.msdn.com/b/roncain/archive/2012/07/16/dependency-injection-with-asp-net-web-api-and-autofac.aspx#10330957</link><pubDate>Wed, 18 Jul 2012 04:14:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10330957</guid><dc:creator>crypted</dc:creator><description>&lt;p&gt;Awesome,Thanks for sharing. Do you have any idea how to inject dependencies in ActionFilter ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10330957" width="1" height="1"&gt;</description></item><item><title>re: Tracing in ASP.NET Web API</title><link>http://blogs.msdn.com/b/roncain/archive/2012/04/12/tracing-in-asp-net-web-api.aspx#10321329</link><pubDate>Mon, 18 Jun 2012 12:59:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10321329</guid><dc:creator>Ron Cain</dc:creator><description>&lt;p&gt;Are you using the most recent Nuget packages?&lt;/p&gt;
&lt;p&gt;See &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/henrikn/archive/2012/02/20/asp-net-web-api-and-httpclient-available-on-nuget.aspx"&gt;blogs.msdn.com/.../asp-net-web-api-and-httpclient-available-on-nuget.aspx&lt;/a&gt; for more information.&lt;/p&gt;
&lt;p&gt;GlobalConfiguration.Configuration.Services is available in WebHosted WebApi projects&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10321329" width="1" height="1"&gt;</description></item><item><title>re: Tracing in ASP.NET Web API</title><link>http://blogs.msdn.com/b/roncain/archive/2012/04/12/tracing-in-asp-net-web-api.aspx#10301356</link><pubDate>Sat, 05 May 2012 11:35:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10301356</guid><dc:creator>Teoman Soygul</dc:creator><description>&lt;p&gt;I guess this feature is not available yet through NuGet releases as &amp;#39;GlobalConfiguration.Configuration.Services&amp;#39; class does not seem to exist.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10301356" width="1" height="1"&gt;</description></item></channel></rss>