Monthly Archives: October 2017

Update from Visual Studio 2017 15.3 to 15.4 to get Angular template

This short blog shows you how to get the Angular template by update Visual Studio 2017 15.3 to 15.4. You can see the below picture has ASSP.NET Core 2.0 and Angular template. You will not find that in Visual Studio … Continue reading

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

Do you need Enterprise Service Bus

To determine whether you need an Enterprise Service Bus then we need to look at the overall SOA architecture. Below are the few common components that most of the web sites will provide. Adapter: Application module added to an application … Continue reading

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

Navis Express Port Terminal Operating System equipment movement data

The SQL statements are for those people using a system  call Navis Express, pretty old system, and struggle to get the data for their  port equipment movement data such as quay crane (QC), empty handler (EH), and  rubber tyred gantry … Continue reading

Posted in Community, Computers and Internet | Tagged , , | Leave a comment

Pointers and links to AdventureWorks

Pointers and links to AdventureWorks This short blog provides you almost everything you are looking for related to AdventureWorks, sample database, sample SSAS, and so. Global search strings (https://www.bing.com/search?q=AdventureWorks%20Download ) CodePlex search strings (http://www.codeplex.com/site/search?query=Adventureworks&ac=2 ) Direct download links (https://msftdbprodsamples.codeplex.com/releases/view/55330 ) … Continue reading

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

C# Open Excel with Read Only access

This short blog shows you how to open Excel with Read Only access because it is protected by password. When you read this blog Write Excel file to text file with any delimiter (https://chanmingman.wordpress.com/2011/10/10/write-excel-file-to-text-file-with-any-delimiter/). You will see a line //Open … Continue reading

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

Format XML document using Code Writer

This short blog shows you how to format the XML document using a Windows App called Code Writer. You could see I opened the XML file and it appeared everything in one long line. Select … at the left bottom. … Continue reading

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

C# Look at values throughout recursive function calls

This blog shows you how to get to the Parallel Watch window and you may face problem with it. In one of the blog of Microsoft “7 More Lesser-known Debugging Tactics for Visual Studio” is showing the Parallel Watch window. … Continue reading

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

SQL Server delete the duplicate rows

This short blog basically a continue version of the blog SQL Server find the duplicate rows (https://chanmingman.wordpress.com/2017/09/23/sql-server-fine-the-duplicate-rows/). Once you find the duplicated row then you want to delete them. Before that, do store your unique row of your duplication rows … Continue reading

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

SSIS find and remove the duplicate rows

This short blog shows you how to list the data in duplicated rows using. Let’s look at the Northwind (https://chanmingman.wordpress.com/2012/03/18/northwind-in-microsoft-sql-server-2012/) database in SQL Server. You can see the Shippers table has 2 duplicate rows, United Package. Duplicate the Shippers table. … Continue reading

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