Monthly Archives: June 2019

Outlook ProPlus cannot access to Office 365 email after migrating from Exchange 2007

This post shows you one of the possibilities to resolve the Outlook ProPlus issue. Outlook ProPlus cannot access to Office 365 email after migrating from Exchange 2007, this has been happening to many people. One of the ways to resolve … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Microsoft Office, Office 365 | Tagged | Leave a comment

Microsoft Graph Client Secret for Postman

This post shows you where to get Client Secret from Microsoft Graph if you want to use Postman, https://github.com/microsoftgraph/microsoftgraph-postman-collections. The link never showed you how to get that. If you follow the link you will arrive on the following screen … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Microsoft Office, Office 365, sharepoint | Tagged , | Leave a comment

Microsoft Graph Learning

This post provides you the resources to learn Microsoft Graph https://developer.microsoft.com/en-us/windows/campaigns/idt-resources https://github.com/microsoftgraph/msgraph-sdk-dotnet https://graph.microsoft.com/ https://github.com/chanmmn/ClassLibraryGraph https://developer.microsoft.com/en-us/graph/graph-explorer https://github.com/chanmmn/microsoftgraph https://github.com/microsoftgraph/microsoftgraph-postman-collections Microsoft Graph using ASP.NET getting started Microsoft Graph using UWP getting started  

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, Office 365, sharepoint | Tagged | 2 Comments

Could not delete the subscription at Subscriber

This short post showing how to resolve the SQL Server replication error “Could not delete the subscription at Subscriber“. The working solution is a simple command below. EXEC sp_removedbreplication ‘YourDatabaseName’ Links that does not work: https://dba.stackexchange.com/questions/135745/how-to-fix-a-messed-up-replication-on-ms-sql-server https://social.msdn.microsoft.com/Forums/sqlserver/en-US/b64bcde9-4769-45df-a8c7-19606c9c33ca/unable-to-drop-subscription?forum=sqlreplication Links that work: … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged | 1 Comment

Where to get Microsoft.Online.SharePoint.TenantAdministration

This short post shows you where to get Microsoft.Online.SharePoint.TenantAdministration. Go to Package Manager Console and type. Install-Package Microsoft.SharePointOnline.CSOM -Version 16.1.8924.1200 Reference: https://www.nuget.org/packages/Microsoft.SharePointOnline.CSOM/16.1.8924.1200

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, Office 365, sharepoint | Tagged , | Leave a comment

Microsoft Graph building Class Library

This post shows you how to build a Class Library with Microsoft Graph SDK. The pre-requisites of the article are you need to have Visual Studio, you have to know C#, and you need to have an Office 365 account. … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Microsoft Office, Office 365 | Tagged , | Leave a comment

SSIS Build Simplest test project

This post showing you how to develop a simple test SSIS package. Pre-requisite, you need to have SSDT for Visual Studio 2015 or above. This sample only require text file. No other data source is required. You need to know … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged , , , | Leave a comment

SSIS for Visual Studio 2019

This post is showing you where to get SSIS installer for Visual Studio 2019. SSIS for Visual Studio is no longer install from SSDT. SSDT is already end of the story. SSIS is an individual project by itself. You can … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform | Tagged , | 8 Comments

INSIDER DEV TOUR 2019

The Insider Dev Tour is for developers interested in building Microsoft 365 experiences (Windows, Graph, Office, Teams) today, using the latest dev technologies, as well as for those who want a peek into the future. If you can read code, … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, Data Platform, Microsoft Office, Office 365, Operating System | Tagged , | Leave a comment