Monthly Archives: October 2015

LocalDB Database recovering

This short article gives you the possible work around when you see your LocalDB is under recovery. When you connected to LocalDB, https://chanmingman.wordpress.com/2015/08/19/how-to-using-sql-management-studio-for-localdb/, then you realized your database is gray color and status “Recovering”.   You don’t have to wait … Continue reading

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

Move your SharePoint Custom List from SharePoint On-Premise to Office 365 SharePoint Online

This article shows you how to move your Custom List from SharePoint On-Premise to Office 365 SharePoint Online. In the actual fact you can use the same way to export and import the Custom List between Office 365 SharePoint Online, … Continue reading

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

Winrar vs Windows 10 zip

This short article just a some sample data for me to choose to install a copy of Winrar. I compressed 5 folders using Winrar as well as Windows 10 zip (the default compress from Windows Explorer). Below are the sizes. … Continue reading

Posted in Community, Operating System | Tagged , | 1 Comment

C# 6 specification in a Console Application

This program inside almost all the new C# 6 features. By look at the https://github.com/dotnet/roslyn/wiki/New-Language-Features-in-C%23-6 you might have problem to put the code into an application, especially if you just started using C# no too long ago. The console application … Continue reading

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

CS1617: Invalid option ‘6’ for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default

This short article shows you how to resolve the error “CS1617: Invalid option ‘6’ for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default”. When you downgrade the Web API project from .NET Framework 4.5.2 to .NET Framework 4.5 … Continue reading

Posted in .Net, Community | Tagged , , , , , , , | 2 Comments

How to run Excel VBA

The reason I write this article is because my friends, and my colleagues have been asking me to write VBA for Excel after that there is this following question “How can I run it?” You can find the same question … Continue reading

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

Get Power BI if you have Microsoft Office 365 Enterprise E3 Developer msdn subscription

This short post is to ensure you don’t miss the opportunity to try Microsoft Power BI. Frankly, I have been using Office 365 Enterprise E3 Developer almost half year yet I just realized that I was actually eligible to use … Continue reading

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

Installing Microsoft SQL Server 2014 to Windows Server 2012 R2 Domain Controller

The few sentences below let you know the important trick when installing SQL Server to Windows Server Domain Controller. Back then I wrote an article https://chanmingman.wordpress.com/2015/06/22/problem-installing-microsoft-sql-server-2012-or-microsoft-sql-server-2014-in-windows-server-2012-r2/. You will always fail when installing MS SQL Server to Domain Controller. Actually, what … Continue reading

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

Setup SharePoint 2016 Preview On-Premise

This step-by-step article shows you how to setup SharePoint 2016 On-Premise. The steps start with SharePoint itself. I will have another set of step will show you how to install start from Windows Server later. When you insert the CD … Continue reading

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

Upload file to Office 365 SharePoint Online 2013

This short article shows you the code snippet that upload the file to Office 365 SharePoint Online 2013 Documents Library. The code snippet below will help you upload a file to Office 365 SharePoint Online 2013 Documents Library. Read the … Continue reading

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