Home Authors Posts by Ricardo Costa

Ricardo Costa

Ricardo Costa
53 POSTS 1 COMMENTS
Solution Architect at |create|it|. Member of the Systems Integration and Web Development team. More recently, manager of the RAD team (Rapid Application Development) with greater focus on the OutSystems platform. Special topics of current interest include: Solution Architecture design, Integration Patterns and Enterprise Application Patterns, Software Factories, Code Generation, Web Development.

Azure Mobile Services News – Issue#4

0
Logging in with Google, Microsoft and Facebook SDKs to Azure Mobile Services "One of the values that Azure Mobile Services provides is an easy way...

How to Access the Previous Row and Next Row value in...

0
LAG - http://msdn.microsoft.com/en-us/library/hh231256.aspx USE AdventureWorks2012; GO SELECT BusinessEntityID, YEAR(QuotaDate) AS SalesYear, SalesQuota AS CurrentQuota, LAG(SalesQuota, 1,0) OVER (ORDER BY YEAR(QuotaDate)) AS...

Strange behavior with “Merge Join” in SSIS

0
If the datasources of the Merge Join block in SSIS aren't sorted the merge will not work correctly. Strange behavior will occur if the datasources...

High Availability Configuration in Velocity

0
If you create a new cache with secondaries enabled new-cache -CacheName NamedCache1 -Secondaries 1you need to have more than one cache host, otherwise the cache...

The Controls collection cannot be modified because the control contains code...

0
Because I have pages with the markup <%= someVariable%> like <script type="text/javascript"> ...

Codesmith, netTiers and reserved words

0
Started today using Codesmith tools today after a year or so since the last time that I used this great generation template based tool....

Conditional Post-build event in Visual Studio 2008

0
I have a class library project where I want to add the assembly to the GAC but only when the configuration is Debug. ...

PCNS Installation

0
First of all, thanks to Mário Rufino and Luis Guido from Microsoft Portugal for providing support during the PCNS installation. PCNS was installed...

Change MOSS 2007 server to another Windows 2003 Domain

0
  Last week I found that some emails weren't sent by sharepoint. When I created an alert I received an email saying that...

Approval status, MOSS and Sharepoint Designer

0
I was creating a SPD workflow that checks the approval status field. When you add this condition in SPD, the designer automatically gives you...