<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>patterns &amp; practices – Enterprise Library</title><link>http://entlib.codeplex.com/project/feeds/rss</link><description>The Microsoft Enterprise Library is a collection of reusable software components &amp;#40;application blocks&amp;#41; designed to assist software developers with common enterprise development challenges.</description><item><title>New Post: Error launching configuration console on VS2012 + EntLib6 + VS Config Extension</title><link>http://entlib.codeplex.com/discussions/444389</link><description>&lt;div style="line-height: normal;"&gt;Hi!&lt;br /&gt;
&lt;br /&gt;
Running Windows 7, VS2012 Ultimate, EntLib 6.0.0.0, EnterpriseLibrary Config VS extension v5.0.505.1&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;I create a new blank Web Application Solution in VS2012&lt;/li&gt;
&lt;li&gt;I download Enterprise Library 6 common infrastructure + Data Access Block using nuget&lt;/li&gt;
&lt;li&gt;
Try to launch the configuration module in VS2012, right clicking the web.config file&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;strong&gt;error:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
_Error launching the configuration console&lt;br /&gt;
&lt;br /&gt;
Could not locate the Enterprise Library binaries required to launch the configuration console. Either use NuGet to add references to the Enterprise Library blocks or set a value for the 'Enterprise Library binaries path' property on the solution to indicate the location of the binaries&lt;br /&gt;
_&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;web.config:&lt;/strong&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;configuration&amp;gt;

&amp;lt;system.web&amp;gt;
&amp;lt;compilation debug=&amp;quot;true&amp;quot; targetFramework=&amp;quot;4.5&amp;quot; /&amp;gt;
&amp;lt;httpRuntime targetFramework=&amp;quot;4.5&amp;quot; /&amp;gt;
&amp;lt;/system.web&amp;gt;

&amp;lt;/configurati
on&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;strong&gt;packages.config:&lt;/strong&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;packages&amp;gt;
  &amp;lt;package id=&amp;quot;EnterpriseLibrary.Common&amp;quot; version=&amp;quot;6.0.1304.0&amp;quot; targetFramework=&amp;quot;net45&amp;quot; /&amp;gt;
  &amp;lt;package id=&amp;quot;EnterpriseLibrary.Data&amp;quot; version=&amp;quot;6.0.1304.0&amp;quot; targetFramework=&amp;quot;net45&amp;quot; /&amp;gt;
&amp;lt;/packages&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;strong&gt;Global section on the solution file :&lt;/strong&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {19AC498E-9D71-439E-8565-583AAF6531B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {19AC498E-9D71-439E-8565-583AAF6531B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {19AC498E-9D71-439E-8565-583AAF6531B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {19AC498E-9D71-439E-8565-583AAF6531B1}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Data.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Logging.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.ExceptionHandling.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.ExceptionHandling.Logging.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Validation.6.0.1304.0\lib\NET45
    EndGlobalSection
EndGlobal&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>fabiobarreiro</author><pubDate>Tue, 21 May 2013 09:31:15 GMT</pubDate><guid isPermaLink="false">New Post: Error launching configuration console on VS2012 + EntLib6 + VS Config Extension 20130521093115A</guid></item><item><title>New Post: Error launching configuration console on VS2012 + EntLib6 + VS Config Extension</title><link>http://entlib.codeplex.com/discussions/444389</link><description>&lt;div style="line-height: normal;"&gt;Hi!&lt;br /&gt;
&lt;br /&gt;
Running Windows 7, VS2012 Ultimate, EntLib 6.0.0.0, EnterpriseLibrary Config VS extension v5.0.505.1&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;I create a new blank Web Application Solution in VS2012&lt;/li&gt;
&lt;li&gt;I download Enterprise Library 6 common infrastructure + Data Access Block using nuget&lt;/li&gt;
&lt;li&gt;
Try to launch the configuration module in VS2012, right clicking the web.config file&lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;strong&gt;error:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
_Error launching the configuration console&lt;br /&gt;
&lt;br /&gt;
Could not locate the Enterprise Library binaries required to launch the configuration console. Either use NuGet to add references to the Enterprise Library blocks or set a value for the 'Enterprise Library binaries path' property on the solution to indicate the location of the binaries&lt;br /&gt;
_&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;web.config:&lt;/strong&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;configuration&amp;gt;

&amp;lt;system.web&amp;gt;
&amp;lt;compilation debug=&amp;quot;true&amp;quot; targetFramework=&amp;quot;4.5&amp;quot; /&amp;gt;
&amp;lt;httpRuntime targetFramework=&amp;quot;4.5&amp;quot; /&amp;gt;
&amp;lt;/system.web&amp;gt;

&amp;lt;/configurati
on&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;strong&gt;packages.config:&lt;/strong&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;packages&amp;gt;
  &amp;lt;package id=&amp;quot;EnterpriseLibrary.Common&amp;quot; version=&amp;quot;6.0.1304.0&amp;quot; targetFramework=&amp;quot;net45&amp;quot; /&amp;gt;
  &amp;lt;package id=&amp;quot;EnterpriseLibrary.Data&amp;quot; version=&amp;quot;6.0.1304.0&amp;quot; targetFramework=&amp;quot;net45&amp;quot; /&amp;gt;
&amp;lt;/packages&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;strong&gt;Global section on the solution file :&lt;/strong&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {19AC498E-9D71-439E-8565-583AAF6531B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {19AC498E-9D71-439E-8565-583AAF6531B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {19AC498E-9D71-439E-8565-583AAF6531B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {19AC498E-9D71-439E-8565-583AAF6531B1}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Data.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Logging.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.ExceptionHandling.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.ExceptionHandling.Logging.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.Validation.6.0.1304.0\lib\NET45
    EndGlobalSection
EndGlobal&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>fabiobarreiro</author><pubDate>Tue, 21 May 2013 09:31:15 GMT</pubDate><guid isPermaLink="false">New Post: Error launching configuration console on VS2012 + EntLib6 + VS Config Extension 20130521093115A</guid></item><item><title>New Post: DatabaseFactory.CreateDatabase problem in DAAB 6.0</title><link>http://entlib.codeplex.com/discussions/443547</link><description>&lt;div style="line-height: normal;"&gt;Hi Randy! :)&lt;br /&gt;
&lt;br /&gt;
I have included the following line in a static constructor in my class:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;DatabaseFactory.SetDatabaseProviderFactory(new DatabaseProviderFactory());&lt;/code&gt;&lt;/pre&gt;

... and everything works fine as usual.&lt;br /&gt;
&lt;br /&gt;
Thank You :)&lt;br /&gt;
&lt;br /&gt;
Hugs,&lt;br /&gt;
Serena&lt;br /&gt;
&lt;/div&gt;</description><author>firedancer</author><pubDate>Tue, 21 May 2013 06:38:24 GMT</pubDate><guid isPermaLink="false">New Post: DatabaseFactory.CreateDatabase problem in DAAB 6.0 20130521063824A</guid></item><item><title>New Post: Entlib6 DAAB - Using accessors to execute stored procedures with optional parameters?</title><link>http://entlib.codeplex.com/discussions/443904</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;BBauer42 wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
Prior to your code sample you say I can &amp;quot;use parameter names and not set the optional parameters&amp;quot;. Do you have an example of this? Is it possible or am I misinterpreting your response? &lt;br /&gt;
&lt;/blockquote&gt;
I was just listing the ways in general on how to invoke stored procedures with optional parameters.  My example shows how to to this following the pattern used by accessors.&lt;br /&gt;
&lt;br /&gt;
Of course, there are many ways to get where you want to go.  Another way would be to use the Enterprise Library mappers directly:&lt;br /&gt;
&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
    DatabaseFactory.SetDatabaseProviderFactory(&lt;span style="color:Blue;"&gt;new&lt;/span&gt; DatabaseProviderFactory());

    Database db = DatabaseFactory.CreateDatabase();

    &lt;span style="color:Blue;"&gt;using&lt;/span&gt; (DbCommand cmd = db.DbProviderFactory.CreateCommand())
    {
        cmd.CommandText = &lt;span style="color:#A31515;"&gt;&amp;quot;REPAIRTICKET_Select&amp;quot;&lt;/span&gt;;
        cmd.CommandType = CommandType.StoredProcedure;

        &lt;span style="color:Blue;"&gt;if&lt;/span&gt; (repairTicket != &lt;span style="color:Blue;"&gt;null&lt;/span&gt;)
        {
            db.AddInParameter(cmd, &lt;span style="color:#A31515;"&gt;&amp;quot;@RepairTicket&amp;quot;&lt;/span&gt;, DbType.String, repairTicket);
        }

        IRowMapper&amp;lt;REPAIRTICKET&amp;gt; mapper = MapBuilder&amp;lt;REPAIRTICKET&amp;gt;.BuildAllProperties();

        &lt;span style="color:Blue;"&gt;using&lt;/span&gt; (&lt;span style="color:Blue;"&gt;var&lt;/span&gt; reader = db.ExecuteReader(cmd))
        {
            &lt;span style="color:Blue;"&gt;while&lt;/span&gt; (reader.Read())
            {
                &lt;span style="color:Blue;"&gt;yield&lt;/span&gt; &lt;span style="color:Blue;"&gt;return&lt;/span&gt; mapper.MapRow(reader);
            }
        }
    }

&lt;/pre&gt;&lt;/div&gt;I would prefer to use ExecuteReader instead of ExecuteDataSet if you don't actually need a DataSet.&lt;br /&gt;
&lt;br /&gt;
~~&lt;br /&gt;
Randy Levy&lt;br /&gt;
&lt;a href="m&amp;#x61;&amp;#x69;&amp;#x6c;&amp;#116;o&amp;#58;&amp;#101;&amp;#110;&amp;#116;&amp;#x6c;i&amp;#x62;&amp;#x2e;&amp;#x73;&amp;#117;&amp;#x70;&amp;#x70;o&amp;#114;&amp;#x74;&amp;#64;&amp;#x6c;&amp;#105;v&amp;#101;&amp;#x2e;&amp;#99;&amp;#x6f;&amp;#109;"&gt;&amp;#x65;n&amp;#x74;&amp;#108;&amp;#105;&amp;#x62;&amp;#46;&amp;#115;&amp;#x75;&amp;#112;&amp;#112;&amp;#x6f;&amp;#x72;&amp;#x74;&amp;#x40;&amp;#x6c;&amp;#x69;&amp;#118;&amp;#x65;&amp;#x2e;c&amp;#x6f;&amp;#x6d;&lt;/a&gt;&lt;br /&gt;
Enterprise Library support engineer&lt;br /&gt;
&lt;a href="entlib.codeplex.com/wikipage?title=Support%20How-to" rel="nofollow"&gt;Support How-to&lt;/a&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>randylevy</author><pubDate>Mon, 20 May 2013 15:41:09 GMT</pubDate><guid isPermaLink="false">New Post: Entlib6 DAAB - Using accessors to execute stored procedures with optional parameters? 20130520034109P</guid></item><item><title>New Post: Entlib6 DAAB - Using accessors to execute stored procedures with optional parameters?</title><link>http://entlib.codeplex.com/discussions/443904</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;BBauer42 wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
Prior to your code sample you say I can &amp;quot;use parameter names and not set the optional parameters&amp;quot;. Do you have an example of this? Is it possible or am I misinterpreting your response? &lt;br /&gt;
&lt;/blockquote&gt;
I was just listing the ways in general on how to invoke stored procedures with optional parameters.  My example shows how to to this following the pattern used by accessors.&lt;br /&gt;
&lt;br /&gt;
Of course, there are many ways to get where you want to go.  Another way would be to use the Enterprise Library mappers directly:&lt;br /&gt;
&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
    DatabaseFactory.SetDatabaseProviderFactory(&lt;span style="color:Blue;"&gt;new&lt;/span&gt; DatabaseProviderFactory());

    Database db = DatabaseFactory.CreateDatabase();

    &lt;span style="color:Blue;"&gt;using&lt;/span&gt; (DbCommand cmd = db.DbProviderFactory.CreateCommand())
    {
        cmd.CommandText = &lt;span style="color:#A31515;"&gt;&amp;quot;REPAIRTICKET_Select&amp;quot;&lt;/span&gt;;
        cmd.CommandType = CommandType.StoredProcedure;

        &lt;span style="color:Blue;"&gt;if&lt;/span&gt; (repairTicket != &lt;span style="color:Blue;"&gt;null&lt;/span&gt;)
        {
            db.AddInParameter(cmd, &lt;span style="color:#A31515;"&gt;&amp;quot;@RepairTicket&amp;quot;&lt;/span&gt;, DbType.String, repairTicket);
        }

        IRowMapper&amp;lt;REPAIRTICKET&amp;gt; mapper = MapBuilder&amp;lt;REPAIRTICKET&amp;gt;.BuildAllProperties();

        &lt;span style="color:Blue;"&gt;using&lt;/span&gt; (&lt;span style="color:Blue;"&gt;var&lt;/span&gt; reader = db.ExecuteReader(cmd))
        {
            &lt;span style="color:Blue;"&gt;while&lt;/span&gt; (reader.Read())
            {
                &lt;span style="color:Blue;"&gt;yield&lt;/span&gt; &lt;span style="color:Blue;"&gt;return&lt;/span&gt; mapper.MapRow(reader);
            }
        }
    }

&lt;/pre&gt;&lt;/div&gt;I would prefer to use ExecuteReader instead of ExecuteDataSet if you don't actually need a DataSet.&lt;br /&gt;
&lt;br /&gt;
~~&lt;br /&gt;
Randy Levy&lt;br /&gt;
&lt;a href="m&amp;#x61;&amp;#x69;&amp;#x6c;&amp;#116;o&amp;#58;&amp;#101;&amp;#110;&amp;#116;&amp;#x6c;i&amp;#x62;&amp;#x2e;&amp;#x73;&amp;#117;&amp;#x70;&amp;#x70;o&amp;#114;&amp;#x74;&amp;#64;&amp;#x6c;&amp;#105;v&amp;#101;&amp;#x2e;&amp;#99;&amp;#x6f;&amp;#109;"&gt;&amp;#x65;n&amp;#x74;&amp;#108;&amp;#105;&amp;#x62;&amp;#46;&amp;#115;&amp;#x75;&amp;#112;&amp;#112;&amp;#x6f;&amp;#x72;&amp;#x74;&amp;#x40;&amp;#x6c;&amp;#x69;&amp;#118;&amp;#x65;&amp;#x2e;c&amp;#x6f;&amp;#x6d;&lt;/a&gt;&lt;br /&gt;
Enterprise Library support engineer&lt;br /&gt;
&lt;a href="entlib.codeplex.com/wikipage?title=Support%20How-to" rel="nofollow"&gt;Support How-to&lt;/a&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>randylevy</author><pubDate>Mon, 20 May 2013 15:41:09 GMT</pubDate><guid isPermaLink="false">New Post: Entlib6 DAAB - Using accessors to execute stored procedures with optional parameters? 20130520034109P</guid></item><item><title>New Post: Distributed Caching using Enterprise Library Caching Application Block W.O. using database</title><link>http://entlib.codeplex.com/discussions/355788</link><description>&lt;div style="line-height: normal;"&gt;The Caching Application Block has been retired in Enterprise Library 6.  Going forward the recommendation for caching in new applications would be, depending on the requirements, to use the .NET 4+ &lt;a href="http://msdn.microsoft.com/en-us/library/system.runtime.caching.aspx" rel="nofollow"&gt;System.Runtime.Caching&lt;/a&gt; or &lt;a href="http://msdn.microsoft.com/en-us/windowsserver/ee695849.aspx" rel="nofollow"&gt;Windows Server AppFabric Caching&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
~~&lt;br /&gt;
Randy Levy&lt;br /&gt;
&lt;a href="m&amp;#x61;&amp;#x69;&amp;#x6c;&amp;#116;o&amp;#58;&amp;#101;&amp;#110;&amp;#116;&amp;#x6c;i&amp;#x62;&amp;#x2e;&amp;#x73;&amp;#117;&amp;#x70;&amp;#x70;o&amp;#114;&amp;#x74;&amp;#64;&amp;#x6c;&amp;#105;v&amp;#101;&amp;#x2e;&amp;#99;&amp;#x6f;&amp;#109;"&gt;&amp;#x65;n&amp;#x74;&amp;#108;&amp;#105;&amp;#x62;&amp;#46;&amp;#115;&amp;#x75;&amp;#112;&amp;#112;&amp;#x6f;&amp;#x72;&amp;#x74;&amp;#x40;&amp;#x6c;&amp;#x69;&amp;#118;&amp;#x65;&amp;#x2e;c&amp;#x6f;&amp;#x6d;&lt;/a&gt;&lt;br /&gt;
Enterprise Library support engineer&lt;br /&gt;
&lt;a href="entlib.codeplex.com/wikipage?title=Support%20How-to" rel="nofollow"&gt;Support How-to&lt;/a&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>randylevy</author><pubDate>Mon, 20 May 2013 15:00:29 GMT</pubDate><guid isPermaLink="false">New Post: Distributed Caching using Enterprise Library Caching Application Block W.O. using database 20130520030029P</guid></item><item><title>New Post: Distributed Caching using Enterprise Library Caching Application Block W.O. using database</title><link>http://entlib.codeplex.com/discussions/355788</link><description>&lt;div style="line-height: normal;"&gt;The Caching Application Block has been retired in Enterprise Library 6.  Going forward the recommendation for caching in new applications would be, depending on the requirements, to use the .NET 4+ &lt;a href="http://msdn.microsoft.com/en-us/library/system.runtime.caching.aspx" rel="nofollow"&gt;System.Runtime.Caching&lt;/a&gt; or &lt;a href="http://msdn.microsoft.com/en-us/windowsserver/ee695849.aspx" rel="nofollow"&gt;Windows Server AppFabric Caching&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
~~&lt;br /&gt;
Randy Levy&lt;br /&gt;
&lt;a href="m&amp;#x61;&amp;#x69;&amp;#x6c;&amp;#116;o&amp;#58;&amp;#101;&amp;#110;&amp;#116;&amp;#x6c;i&amp;#x62;&amp;#x2e;&amp;#x73;&amp;#117;&amp;#x70;&amp;#x70;o&amp;#114;&amp;#x74;&amp;#64;&amp;#x6c;&amp;#105;v&amp;#101;&amp;#x2e;&amp;#99;&amp;#x6f;&amp;#109;"&gt;&amp;#x65;n&amp;#x74;&amp;#108;&amp;#105;&amp;#x62;&amp;#46;&amp;#115;&amp;#x75;&amp;#112;&amp;#112;&amp;#x6f;&amp;#x72;&amp;#x74;&amp;#x40;&amp;#x6c;&amp;#x69;&amp;#118;&amp;#x65;&amp;#x2e;c&amp;#x6f;&amp;#x6d;&lt;/a&gt;&lt;br /&gt;
Enterprise Library support engineer&lt;br /&gt;
&lt;a href="entlib.codeplex.com/wikipage?title=Support%20How-to" rel="nofollow"&gt;Support How-to&lt;/a&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>randylevy</author><pubDate>Mon, 20 May 2013 15:00:29 GMT</pubDate><guid isPermaLink="false">New Post: Distributed Caching using Enterprise Library Caching Application Block W.O. using database 20130520030029P</guid></item><item><title>New Post: Entlib6 DAAB - Using accessors to execute stored procedures with optional parameters?</title><link>http://entlib.codeplex.com/discussions/443904</link><description>&lt;div style="line-height: normal;"&gt;Prior to your code sample you say I can &amp;quot;use parameter names and not set the optional parameters&amp;quot;. Do you have an example of this? Is it possible or am I misinterpreting your response? &lt;br /&gt;
&lt;br /&gt;
Also, it seems easier for me to just use something like ExecuteDataSet() and get the DataTable that was returned, then use AutoMapper to translate the table into a collection of objects. This is what I have in place now and is preferable to using the accessors thus far. Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>BBauer42</author><pubDate>Mon, 20 May 2013 12:12:44 GMT</pubDate><guid isPermaLink="false">New Post: Entlib6 DAAB - Using accessors to execute stored procedures with optional parameters? 20130520121244P</guid></item><item><title>New Post: Entlib6 DAAB - Using accessors to execute stored procedures with optional parameters?</title><link>http://entlib.codeplex.com/discussions/443904</link><description>&lt;div style="line-height: normal;"&gt;Prior to your code sample you say I can &amp;quot;use parameter names and not set the optional parameters&amp;quot;. Do you have an example of this? Is it possible or am I misinterpreting your response? &lt;br /&gt;
&lt;br /&gt;
Also, it seems easier for me to just use something like ExecuteDataSet() and get the DataTable that was returned, then use AutoMapper to translate the table into a collection of objects. This is what I have in place now and is preferable to using the accessors thus far. Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>BBauer42</author><pubDate>Mon, 20 May 2013 12:12:44 GMT</pubDate><guid isPermaLink="false">New Post: Entlib6 DAAB - Using accessors to execute stored procedures with optional parameters? 20130520121244P</guid></item><item><title>New Post: Distributed Caching using Enterprise Library Caching Application Block W.O. using database</title><link>http://entlib.codeplex.com/discussions/355788</link><description>&lt;div style="line-height: normal;"&gt;Hi, and thanks for the post.&lt;br /&gt;
&lt;br /&gt;
But what about EF6, Is there any updates for AppFabric Cache Manager for EL6 ?&lt;br /&gt;
&lt;br /&gt;
Thanks &lt;br /&gt;
&lt;/div&gt;</description><author>murad_sun</author><pubDate>Mon, 20 May 2013 09:58:21 GMT</pubDate><guid isPermaLink="false">New Post: Distributed Caching using Enterprise Library Caching Application Block W.O. using database 20130520095821A</guid></item><item><title>New Post: Distributed Caching using Enterprise Library Caching Application Block W.O. using database</title><link>http://entlib.codeplex.com/discussions/355788</link><description>&lt;div style="line-height: normal;"&gt;Hi, and thanks for the post.&lt;br /&gt;
&lt;br /&gt;
But what about EF6, Is there any updates for AppFabric Cache Manager for EL6 ?&lt;br /&gt;
&lt;br /&gt;
Thanks &lt;br /&gt;
&lt;/div&gt;</description><author>murad_sun</author><pubDate>Mon, 20 May 2013 09:58:21 GMT</pubDate><guid isPermaLink="false">New Post: Distributed Caching using Enterprise Library Caching Application Block W.O. using database 20130520095821A</guid></item><item><title>New Post: MSEntlib6 finally out...</title><link>http://entlib.codeplex.com/discussions/444228</link><description>&lt;div style="line-height: normal;"&gt;I've been waiting very long time to see that, and here it is, a completely updated version, designed to integrate with the latest .NET features, much improving on features that already existed, and providing even more robust functionality for use with Windows Azure, WPF, WCF, and ASP.NET. There are very few other frameworks so mature and well designed.&lt;br /&gt;
&lt;br /&gt;
It'll take me some time to get up to speed with the new features, but as with previous versions, that time is well worth it. After a quick evaluation I'm gonna introduce it to my team for use with next major releases of our products.&lt;br /&gt;
&lt;br /&gt;
Thanks, Patterns and Practices team!&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
Piotr&lt;br /&gt;
&lt;/div&gt;</description><author>PiotrLuczak</author><pubDate>Sun, 19 May 2013 23:32:13 GMT</pubDate><guid isPermaLink="false">New Post: MSEntlib6 finally out... 20130519113213P</guid></item><item><title>New Post: MSEntlib6 finally out...</title><link>http://entlib.codeplex.com/discussions/444228</link><description>&lt;div style="line-height: normal;"&gt;I've been waiting very long time to see that, and here it is, a completely updated version, designed to integrate with the latest .NET features, much improving on features that already existed, and providing even more robust functionality for use with Windows Azure, WPF, WCF, and ASP.NET. There are very few other frameworks so mature and well designed.&lt;br /&gt;
&lt;br /&gt;
It'll take me some time to get up to speed with the new features, but as with previous versions, that time is well worth it. After a quick evaluation I'm gonna introduce it to my team for use with next major releases of our products.&lt;br /&gt;
&lt;br /&gt;
Thanks, Patterns and Practices team!&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
Piotr&lt;br /&gt;
&lt;/div&gt;</description><author>PiotrLuczak</author><pubDate>Sun, 19 May 2013 23:32:13 GMT</pubDate><guid isPermaLink="false">New Post: MSEntlib6 finally out... 20130519113213P</guid></item><item><title>New Post: MSEntlib6 finally out...</title><link>http://entlib.codeplex.com/discussions/444228</link><description>&lt;div style="line-height: normal;"&gt;I've been waiting very long time to see that, and here it is, a completely updated version, designed to integrate with the latest .NET features, much improving on features that already existed, and providing even more robust functionality for use with Windows Azure, WPF, WCF, and ASP.NET. There are very few other frameworks so mature and well designed.&lt;br /&gt;
&lt;br /&gt;
It'll take me some time to get up to speed with the new features, but as with previous versions, that time is well worth it. After a quick evaluation I'm gonna introduce it to my team for use with next major releases of our products.&lt;br /&gt;
&lt;br /&gt;
Thanks, Patterns and Practices team!&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
Piotr&lt;br /&gt;
&lt;/div&gt;</description><author>PiotrLuczak</author><pubDate>Sun, 19 May 2013 23:32:13 GMT</pubDate><guid isPermaLink="false">New Post: MSEntlib6 finally out... 20130519113213P</guid></item><item><title>New Post: MSEntlib6 finally out...</title><link>http://entlib.codeplex.com/discussions/444228</link><description>&lt;div style="line-height: normal;"&gt;I've been waiting very long time to see that, and here it is, a completely updated version, designed to integrate with the latest .NET features, much improving on features that already existed, and providing even more robust functionality for use with Windows Azure, WPF, WCF, and ASP.NET. There are very few other frameworks so mature and well designed.&lt;br /&gt;
&lt;br /&gt;
It'll take me some time to get up to speed with the new features, but as with previous versions, that time is well worth it. After a quick evaluation I'm gonna introduce it to my team for use with next major releases of our products.&lt;br /&gt;
&lt;br /&gt;
Thanks, Patterns and Practices team!&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
Piotr&lt;br /&gt;
&lt;/div&gt;</description><author>PiotrLuczak</author><pubDate>Sun, 19 May 2013 23:32:13 GMT</pubDate><guid isPermaLink="false">New Post: MSEntlib6 finally out... 20130519113213P</guid></item><item><title>New Post: MSEntlib6 finally out...</title><link>http://entlib.codeplex.com/discussions/444228</link><description>&lt;div style="line-height: normal;"&gt;I've been waiting very long time to see that, and here it is, a completely updated version, designed to integrate with the latest .NET features, much improving on features that already existed, and providing even more robust functionality for use with Windows Azure, WPF, WCF, and ASP.NET. There are very few other frameworks so mature and well designed.&lt;br /&gt;
&lt;br /&gt;
It'll take me some time to get up to speed with the new features, but as with previous versions, that time is well worth it. After a quick evaluation I'm gonna introduce it to my team for use with next major releases of our products.&lt;br /&gt;
&lt;br /&gt;
Thanks, Patterns and Practices team!&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
Piotr&lt;br /&gt;
&lt;/div&gt;</description><author>PiotrLuczak</author><pubDate>Sun, 19 May 2013 23:32:13 GMT</pubDate><guid isPermaLink="false">New Post: MSEntlib6 finally out... 20130519113213P</guid></item><item><title>New Post: MSEntlib6 finally out...</title><link>http://entlib.codeplex.com/discussions/444228</link><description>&lt;div style="line-height: normal;"&gt;I've been waiting very long time to see that, and here it is, a completely updated version, designed to integrate with the latest .NET features, much improving on features that already existed, and providing even more robust functionality for use with Windows Azure, WPF, WCF, and ASP.NET. There are very few other frameworks so mature and well designed.&lt;br /&gt;
&lt;br /&gt;
It'll take me some time to get up to speed with the new features, but as with previous versions, that time is well worth it. After a quick evaluation I'm gonna introduce it to my team for use with next major releases of our products.&lt;br /&gt;
&lt;br /&gt;
Thanks, Patterns and Practices team!&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
Piotr&lt;br /&gt;
&lt;/div&gt;</description><author>PiotrLuczak</author><pubDate>Sun, 19 May 2013 23:32:13 GMT</pubDate><guid isPermaLink="false">New Post: MSEntlib6 finally out... 20130519113213P</guid></item><item><title>New Post: MSEntlib6 finally out...</title><link>http://entlib.codeplex.com/discussions/444228</link><description>&lt;div style="line-height: normal;"&gt;I've been waiting very long time to see that, and here it is, a completely updated version, designed to integrate with the latest .NET features, much improving on features that already existed, and providing even more robust functionality for use with Windows Azure, WPF, WCF, and ASP.NET. There are very few other frameworks so mature and well designed.&lt;br /&gt;
&lt;br /&gt;
It'll take me some time to get up to speed with the new features, but as with previous versions, that time is well worth it. After a quick evaluation I'm gonna introduce it to my team for use with next major releases of our products.&lt;br /&gt;
&lt;br /&gt;
Thanks, Patterns and Practices team!&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
Piotr&lt;br /&gt;
&lt;/div&gt;</description><author>PiotrLuczak</author><pubDate>Sun, 19 May 2013 23:32:13 GMT</pubDate><guid isPermaLink="false">New Post: MSEntlib6 finally out... 20130519113213P</guid></item><item><title>New Post: MSEntlib6 finally out...</title><link>http://entlib.codeplex.com/discussions/444228</link><description>&lt;div style="line-height: normal;"&gt;I've been waiting very long time to see that, and here it is, a completely updated version, designed to integrate with the latest .NET features, much improving on features that already existed, and providing even more robust functionality for use with Windows Azure, WPF, WCF, and ASP.NET. There are very few other frameworks so mature and well designed.&lt;br /&gt;
&lt;br /&gt;
It'll take me some time to get up to speed with the new features, but as with previous versions, that time is well worth it. After a quick evaluation I'm gonna introduce it to my team for use with next major releases of our products.&lt;br /&gt;
&lt;br /&gt;
Thanks, Patterns and Practices team!&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
Piotr&lt;br /&gt;
&lt;/div&gt;</description><author>PiotrLuczak</author><pubDate>Sun, 19 May 2013 23:32:13 GMT</pubDate><guid isPermaLink="false">New Post: MSEntlib6 finally out... 20130519113213P</guid></item><item><title>New Post: MSEntlib6 finally out...</title><link>http://entlib.codeplex.com/discussions/444228</link><description>&lt;div style="line-height: normal;"&gt;I've been waiting very long time to see that, and here it is, a completely updated version, designed to integrate with the latest .NET features, much improving on features that already existed, and providing even more robust functionality for use with Windows Azure, WPF, WCF, and ASP.NET. There are very few other frameworks so mature and well designed.&lt;br /&gt;
&lt;br /&gt;
It'll take me some time to get up to speed with the new features, but as with previous versions, that time is well worth it. After a quick evaluation I'm gonna introduce it to my team for use with next major releases of our products.&lt;br /&gt;
&lt;br /&gt;
Thanks, Patterns and Practices team!&lt;br /&gt;
&lt;br /&gt;
Best Regards,&lt;br /&gt;
Piotr&lt;br /&gt;
&lt;/div&gt;</description><author>PiotrLuczak</author><pubDate>Sun, 19 May 2013 23:32:13 GMT</pubDate><guid isPermaLink="false">New Post: MSEntlib6 finally out... 20130519113213P</guid></item></channel></rss>