Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  zSvipullo software Blog  > 

2021-05-11 10:41
I know I'm old and a bit anachronistic but I had to modify an old solution for a customer of mine and I need to create a declarative web feature to deploy workflow custom activities thanks t… Read More
2020-04-07 09:01
Coronavirus disease 2019 (COVID-19) is an infectious disease caused by severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). The disease was first identified in December 2019 in Wuha… Read More
SharePoint Error Code 36 Deleting Folder
2020-03-04 10:21
I need my psychoanalyst.When I try to delete a document library folder with a lot of files and subfolder (SharePoint is a CMS… The probability to have large folders is very high), I g… Read More
Windows 10 Application Search Does Not Work
2020-02-06 07:44
Thanks to this very useful post, I resolved this annoying problem:Task Bar Application Search show a black screen.https://superuser.com/questions/1522905/windows-10-search-not-loading-showin… Read More
Export All Groups Members
2019-09-10 08:30
Another useful Power Query Excel Workbook that allows you to extract all SharePoint Group Members from a SharePoint Online Site Collection.You have only to type the SharePoint Site Url insid… Read More
2019-06-12 12:28
In this posthttps://zsvipullo.blogspot.com/2016/01/copy-users-from-one-sharepoint-group-to.htmlI explained how easily extract all SharePoint Group Members in order to populate a new group.Ye… Read More
2019-04-17 06:59
We are writing a simple Outlook Add-In which must perform some actions only when the client PC is connected to internet.Here a simple code snippet to check if you computer is connected or no… Read More
Change Outlook Add-In Configuration File
2019-04-15 11:36
And now, ready away, a question: where office store custom Add-In configuration while a VSTO has been deployed?An easy way to add configuration to your own Office Add-In, for example an Outl… Read More
SharePoint Online REST Cache
2019-02-13 13:58
Talking about SharePoint REST API cache.I created an Azure Web Job which, by using SharePoint REST API, checks if permissions inside items of an application of our have or not anomalies. If… Read More
SharePoint Group By Does Not Show Results
2019-02-05 14:28
Another strange SharePoint behavior which made me suffer not a little.The scenario is very simple: I’ve a custom list with a few columns:TitleCustomer NameOrder NumberOrder DateOrder D… Read More
Create Complex Power Query Custom Function
2018-05-14 12:09
In this post of my bloghttp://zsvipullo.blogspot.it/2018/05/create-simple-excel-power-query-user.htmlI described how create a simple Power Query User Function.Now I try to show an example of… Read More
2018-05-14 06:57
One of the most interesting feature of the Azure Jeb Job is the capability to schedule a recurrent task, for example every day at 6 am.I will not elaborate on how to create an Azure Web Job… Read More
Upload Large Files On Azure Blob Storage
2018-02-16 16:46
Here a simple example of how I can upload very large file from my local file system to an Azure Blob Storage.I collected few chunks of code found on the network and I create a console applic… Read More
Create LDAP Query With Date Filter
2018-01-16 13:25
A client of mine asked me to extract Active Directory data (for example using ADSI Edit), filtering them for a datetime field, for example accountExpire.Googling I found a string like this:(… Read More
2017-11-14 11:36
In this post I’ll explain how I can add a custom property to a JPEG Image.Why this? In my case I’ve to associate to the picture some metadata about a specific item of a productio… Read More
JSON Serialization Of Excel Data
2017-10-23 09:41
Often, I need to export Excel table into a JSON file.While if I have to save XML file, Excel helps me saving the table in this format, I can’t find anything that allow me to get JSON r… Read More
Simple Video Editing Using Reaper
2017-07-17 21:21
I’m not a video maker and I’m not able to use complex and not free video editor but, above all, I don’t want to spend my money to buy an expensive video tool and to spend m… Read More
ZMergePdf: Merge PDF Locally For Free
2017-06-26 09:26
Friday evening, my wife asked to me an easy way to merge some pdf documents into a single pdf file.I suggested her to use one of the millions of sites which allow you to perform this operati… Read More
2017-05-15 10:55
One of the developer salient themes is the NULL management.When you get a Null Reference Exception https://msdn.microsoft.com/en-us/library/system.nullreferenceexception(v=vs.110).aspxor an… Read More
Working With MongoDB - MLab
2017-04-27 10:05
Recently a friend of mine asked to me where he can store some data coming from several devices and usable from everywhere.My first think is to create a REST service which write data into an… Read More
Is SharePoint REST Call CaSe SeNsitIvE?
2017-04-07 09:54
Be careful to the case of your SharePoint Site Collection!As explained in a post of minehttp://zsvipullo.blogspot.it/2015/04/invoke-sharepoint-rest-api-using.htmlis possible to invoke ShareP… Read More
Get SharePoint Form Digest From C# Code
2017-03-17 16:28
Without words...using Microsoft.SharePoint.Client;using Newtonsoft.Json;using System;using System.Net.Http;using System.Security;using System.Threading.Tasks;namespace GetFormDigest{ &n&hell…Read More
2017-03-15 15:58
Working with SharePoint REST call, I often have to deserialize JSON string with strange property name, for example odata.nextLink, with a nice DOT (.) inside.Here an example...{"odata.nextLi… Read More
Create Scheduled Azure Web Jobs
2017-03-14 15:39
Today I’m talking about Scheduled Azure Web Job.Azure Web Job is a very nice way to run your code inside a cloud based environment. Azure WebJobs provide an easy way to run scripts or… Read More
2017-02-08 09:24
Here a simple example of how to create an “in memory” zip file using c# and .Net Framework.My real need is to send a mail attachment containing a lot of files stored into an Azur… Read More
Bye Bye String.Format, Welcome $ Syntax!
2017-01-18 16:14
I take six years to discover this new great Microsoft .Net feature introduced with the 4.0 version (in the far 2011).Use the Dollar ($) syntax!!!For a lot of years, I uses the string.Format… Read More
How To Get SharePoint Role Definitions Id
2016-10-28 07:25
Here a simple post where I'll show how to get the list of all SharePoint role definitions and all metadata, among wich the Role Definitions Id, that can be used to assign permission using RE… Read More
Remove Password From XLSB VBA Project
2016-09-28 11:53
This post describes how to remove easily the VBA Project protection inside an XLSB Excel Workbook....even if it is against my nice-guy ethics…For first you must create a backup copy o… Read More
Microsoft Face Verification - Demo Video
2016-09-07 09:52
Here a short video (in italian language) on which I'll show a simple example of how to use Microsoft Face Verification Service.Sorry for my voice but it's just my voice:)Mom gave it to meIf… Read More
Playing With Your Emotions...
2016-08-24 06:57
IntroductionTaking at full hands from Microsoft Official Samples, I created a very simple WPF application that, using the Microsoft Cognitive Service, is able to identify one or more face on… Read More
Microsoft Power Query - Sign In Error
2016-06-22 07:44
Connecting to SharePoint Online site collection using Microsft Excel Power Query Addin I got within the client of 3 customers of mine a strange behavior: the authentication form returns the… Read More

Share the post

zSvipullo

×

Subscribe to Zsvipullo

Get updates delivered right to your inbox!

Thank you for your subscription

×