Monthly Archives: July 2016

How to create Office Add-ins for cross platform

This short article shows how to create Office Add-ins not in C# but in JavaScript. 1.                Left click on “New Project… (button)” in Start Page.   2.      Left click on “OK (text)” in “New Project”   3.      Left click on … Continue reading

Posted in .Net, Cloud, Community, Microsoft Office, Office 365 | Tagged , , , , , , | 1 Comment

Free ebook: Configuring Microsoft SharePoint Hybrid Capabilities

Microsoft SharePoint hybrid consists of a growing list of advanced hybrid solutions that empowers organizations to consume benefits of the cloud and maintain their on-premises investments. This book is the second in a series of SharePoint hybrid books in which … Continue reading

Posted in .Net, Cloud, Community, Office 365, sharepoint | Tagged , , , , , , | Leave a comment

Start Learning C# with interactive tutorial

After so many years there is a C# interactive tutorial like JavaScript. Click on the Show me > at the right hand corner of the code sample. https://www.microsoft.com/net/tutorials/csharp/getting-started?MC=Vstudio&MC=CCPLUS&MC=CSHARP&MC=.NET&MC=WebDev This tutorial is aimed at people who are learning C# for the … Continue reading

Posted in .Net, Community | Tagged , , , , , , | Leave a comment

Could not load file or assembly ‘Microsoft.ReportViewer.WebForms’

This short article shows you how to resolve the error message Could not load file or assembly ‘Microsoft.ReportViewer.WebForms’. When I was Building my existing website in Visual Studio 2015 Update 2. I received an error: Could not load file or … Continue reading

Posted in .Net, Community | Tagged , | Leave a comment

Your data gateway (Power BI- personal) is offline

This short blog shows you one of the possible reasons to resolve the error Your data gateway (Power BI- personal) is offline. You have configured the Power BI Data Gateway from the portal and saying Connection Successful. Somehow when you … Continue reading

Posted in .Net, Cloud, Community | Tagged , , , , | Leave a comment

Update List Item once the workflow status is approved

This short article should you how to update List Item once your desired workflow status is approved. I spent days to get this right. I have a workflow named Manager-Approval and I have another column named ApprovalStatus. The List looks … Continue reading

Posted in .Net, Community, sharepoint | Tagged , , , , , | Leave a comment

Getting Started with Xamarin

This is just some key points and link to get you started with Xamarin You still need a Mac for iOS project. You also need Xcode as well for iOS project. It is nice to see C# running in Android … Continue reading

Posted in .Net, Community | Tagged , , , , | Leave a comment