Sending an email with attachments using Outlook and PowerShell

6
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

4
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...

Handling not found routes in Angular

0
In this post, we will see how we can handle 404 routes using a not found component in an Angular. There are two types of 404 routes that we want...

.NET EF Core 6 support for groupby top(n) queries

0
EF Core 6 comes with some GroupBy queries improvements. In this post I wanna talk about the improvements related to "group by top(n)" queries. Let's say we have the following...

Force Image Cache Refresh Programmatically

1
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

2
Recently I needed to create a .NET class (C#) that when serialized should contain a CDATA attribute similar to this: ...

CSS Scroll Shadows

Nowadays, it's crucial that your webpages are responsive. The problem we sometimes run into, is the fact that some components don't adapt well into mobile. In this post, we'll look...

log4net PatternLayout and PatternConverter

0
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

0
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,...

1
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),...