Ricardo Costa
Speaker at Collab 365
Hi,
I'm proud to announce that I was selected to present a session at Collab 365 Global Conference 2016. This is a global online conference...
log4net PatternLayout and PatternConverter
I have the following scenario:
I'm using Unity dependency injection container and interception techniques to log some WCF operation calls. I need to log the...
nettiers – GetBy Index problem with StoredProcedure long name
Today I've discovered a problem with CodeSmith nettiers templates because it was possible to generate two SPs with the same name, for different entities.
This happens when...
Got my first IoT device
Hi,
yesterday I got my first Arduino. Here it is my first sketch... the blink sketch :)
And the Arduino IDE blink sketch
// the setup function...
SQL Persisted Computed Column ANSI_NULLS
I had to recreate a table in SQL Server just because it was created with ANSI_NULLS ON
Here you can check the requirements to create...
Add WCF Message Id in every log4net message
I needed to have the WCF message identifier in every log message because I needed to correlate the log messages from a particular WCF...
Custom properties log4net
I had the need to add some custom properties in my log4net messages.
I used the log4net contexts like this:
log4net.ThreadContext.Properties = messageId;
And then updated my...
Azure Mobile Services News – Issue#4
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...
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
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...
![[FIX] BizTalk Server 2010, 2013, 2013 R2 & 2016 errors “Class not registered (WinMgmt)” or “Access denied”](https://i1.wp.com/blogit.create.pt/wp-content/uploads/2018/07/access-black-and-white-blur-270514.jpg?resize=218%2C150&ssl=1)


















