alexfgo-en.blogspot.com
Alex Oliveira: Commerce Server 2009: Commerce Server Staging (CSS) important hotfixes
http://alexfgo-en.blogspot.com/2012/06/commerce-server-2009-commerce-server.html
Development and Software Architecture. Monday, June 11, 2012. Commerce Server 2009: Commerce Server Staging (CSS) important hotfixes. Although it is a great feature when you go production, it could turn into a nightmare if some hotfixes were not applied to Commerce Server 2009. After some projects, we have selected the two updates below as the important ones. They will avoid database deadlock problems and memory issues. Http:/ support.microsoft.com/kb/2396957/en-us. Posted by Alex Oliveira. VS2012 –...
alexfgo-en.blogspot.com
Alex Oliveira: October 2010
http://alexfgo-en.blogspot.com/2010_10_01_archive.html
Development and Software Architecture. Thursday, October 7, 2010. Commerce Server 2009: Creating Target Expressions. One great feature of Commerce Server which is little used are Targeting. Rules These rules can be created and associated to Advertisements or Discounts of any Marketing Campaign through Marketing Manager tool. For the sake of simplicity I will refer to Ads and Discounts as content. Target rules are expressions created to match a specific user or product with some exclusive content. This is...
alexfgo-en.blogspot.com
Alex Oliveira: Ultimate guide for Enterprise Library 5.0 Application Logging Block using Oracle 11g
http://alexfgo-en.blogspot.com/2012/06/ultimate-guide-for-enterprise-library.html
Development and Software Architecture. Wednesday, June 6, 2012. Ultimate guide for Enterprise Library 5.0 Application Logging Block using Oracle 11g. Recently I was challenged to put error logging to work in a system not very well designed but almost ready for production. I didn't thought twice, it's a perfect job for the Enterprise Library Logging Application Block. Or simply " EntLib. I will assume that you have Oracle server up and running and all the variables, the TNSNAMES.ora. Is still supported by...
alexfgo-en.blogspot.com
Alex Oliveira: September 2010
http://alexfgo-en.blogspot.com/2010_09_01_archive.html
Development and Software Architecture. Monday, September 27, 2010. Commerce Server 2009: Bug Fix - Product Variant InventoryItems Search Bug. Unfortunately the new product's API keeps bringing me "surprises". It's not rare to find out problems, bugs or even some strange behaviors "by design". Recently, my team and I had faced one of these problems and we had to work a little harder to solve it. Given a product that didn't have variants, if you run the query below, the follow exception is thrown:. Public ...
rafatolotti.wordpress.com
End Up With Caching Boring Code | Rafatolotti's Blog
https://rafatolotti.wordpress.com/2013/04/24/end-up-with-caching-boring-code
Just another point of view. Useful Tip – Tracing with Logging App Block. VS2012 – Code Analysis CA0059 Error →. End Up With Caching Boring Code. April 24, 2013. The situation is always the same: You are building a new feature that retrieve some data, make some calculus or whatever, and you think that is appropriated to cache the results for some while, and here is the cache aside pattern been written over and over again:. Here is an example about how to code the Cache Aside Pattern in a unique method:.
rafatolotti.wordpress.com
Rafael Tolotti | Rafatolotti's Blog
https://rafatolotti.wordpress.com/author/rafatolotti
Just another point of view. Author Archives: Rafael Tolotti. Brazilian software architect, post graduated in Strategic Management of Information Technology. Microsoft Commerce Server specialist interested in software architectures and design patterns. He's also interested in team management, risk management, project management and agile software development. As a sports lover is passionate about soccer and tennis as well. VS2012 – Performance Test Issue – Quick Tip. July 24, 2013. May 6, 2013. Sometimes ...
alexfgo-en.blogspot.com
Alex Oliveira: June 2012
http://alexfgo-en.blogspot.com/2012_06_01_archive.html
Development and Software Architecture. Monday, June 11, 2012. Commerce Server 2009: Commerce Server Staging (CSS) important hotfixes. Although it is a great feature when you go production, it could turn into a nightmare if some hotfixes were not applied to Commerce Server 2009. After some projects, we have selected the two updates below as the important ones. They will avoid database deadlock problems and memory issues. Http:/ support.microsoft.com/kb/2396957/en-us. Posted by Alex Oliveira. I will assume...
rafatolotti.wordpress.com
VS2012 – Code Analysis CA0059 Error | Rafatolotti's Blog
https://rafatolotti.wordpress.com/2013/05/06/vs2012-code-analysis-ca0059-error
Just another point of view. End Up With Caching Boring Code. VS2012 – Performance Test Issue – Quick Tip →. VS2012 – Code Analysis CA0059 Error. May 6, 2013. Last week I was trying to run the Code Analysis tool on Visual Studio 2012 and for my surprise I got the CA0059 error on my screen:. Searching on MSDN website there isn t any useful information about the error and because of it I decided to write this post. And it was pointing to previous versions of Visual Studio not the newest one: VS2102. Fill in...
rafatolotti.wordpress.com
Rafatolotti's Blog | just another point of view | Page 2
https://rafatolotti.wordpress.com/page/2
Just another point of view. Newer posts →. Better Search Results using Commerce Server and FullText Catalog. August 1, 2010. When you are about to use the Commerce Server API to build your search engine, you should take care about the FullText configuration because the search engine is based on it. By default, when you create a property definition and set it as searchable in Catalog and Inventory Schema Manager the language code will be set as Neutral. Remove the column from FullText exec [sp fulltext co...