Sending an email with attachments using Outlook and PowerShell
A few days ago, I had to find a way to automatically send an email with attachments, at a predetermined time, using Outlook and PowerShell. I decided to use...
SharePoint Templates – Understand the differences
Hey Everyone!
Today i will talk about SharePoint Site Templates, and explain the main difference between each template and how it is extremely important to have in mind what each...
Force Image Cache Refresh Programmatically
The best solution I found, to force the browser cache to refresh for an image, is to modify the image url in the html.
Example:
I have an image with this...
.NET XML Serialization of CDATA ATTRIBUTE
Recently I needed to create a .NET class (C#) that when serialized should contain a CDATA attribute similar to this: ...
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 input parameters and also the...
Log4net Initialization/Configuration alternatives
In a previous post where I talked about using log4net I used one of the alternative ways to initialize and configure the logging services. This post will summarize...
SP Editor – Create and update SharePoint Online/SP2013/SP2016 css/js files, inject files to web,...
Hi Everyone!!!
Today i will share a fantastic Google Chrome Extension that you can use on your developments on SharePoint.
A Google Chrome Extension for creating and updating files (js, css),...
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 call.
The best way to achieve...
Developing a WCF Service – Calling the hosted service
In the first part of this topic, I showed you how to develop a WCF service. In this next part I will show how to implement a client application...
How to Access the Previous Row and Next Row value in SELECT statement?
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 PreviousQuota
FROM Sales.SalesPersonQuotaHistory
WHERE BusinessEntityID = 275...
![[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)


















