Ricardo Costa
Raven.Studio.zip Index.html not available
I had RavenDb embedded in a aspnet.core web api and I was getting this error when I tried to reach Raven Studio: The following...
git-askpass.exe: No such file or directory. Visual Studio
I was getting an error when I tried to sync to my Git BitBucket repository with Visual Studio 2017:
git-askpass.exe: No such file or directory.
To...
RavenDB embedded with ASP NET Core web API
This post describes how you can set up a simple ASP NET Core web API with Visual Studio 2017 to use an embedded RavenDB....
Azure Search Index with 2 datasources
Recently I had the need to index documents stored in Azure Storage Blobs. Additionally I wanted to use the blob storage metadata also to...
Azure Blob Storage Metadata 400 Bad Request
I was getting a 400 Bad Request when inserting blobs in Azure Blob Storage because I was setting metadata with non-ASCII characters.
// Retrieve storage account...
Using KeywordQuery with CSOM SharePoint Online
string username = "***********";
string pwd = "*********";
string siteURL = "**********";
ClientContext context = new ClientContext(siteURL);
Web web = context.Web;
SecureString pass = new SecureString();
foreach (char c in...
Move modules – Remove IPP – OutSystems
I needed to move some modules from one infrastructure to another so first I needed to remove IPP (Intellectual Property Protection).
1 - In Service...
No data type ‘TYPE’ could be found – OutSystems Combo Box
I was trying to set up a Combo Box bounded to a static entity and I got this error when I published the website:
Internal...
Cloud Pro Pt – Meeting #3
Registration for Cloud Pro PT next meeting is open.
Check out the awesome agenda:
18:30 - Welcome - Snacks
19:00 - Service Fabric - The Magic Happens...
Converting a Vertical Table to an Horizontal Table in SQL Server
Today I've encountered a vertical table in an SQL Database and I wanted to transform it to an horizontal one. A vertical table is...
![[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)


















