Author Archives: chanmingman

About chanmingman

Ming Man is a senior manager for a development company. With 20 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.

Write a simple math program in C# and compile using C# compiler Windows 8

If you want to write a simple C# program or utility with 50-100 lines of code, for example, a program that printing “Hello World” on screen, set the date of a file or simple math quiz program (like the one … Continue reading

Posted in .Net | Tagged , | Leave a comment

How to run batch file after TFS build

Where is the bat file actually located in TFS server after build. In your TFS workflow you normally put the bat file to execute like String.Format(“{0} \ SunMoon\scripts\cleandb.bat”, SourceDirectory);       In actual fact where is the physical path … Continue reading

Posted in .Net | Tagged , | Leave a comment

How to test Jira REST API url using browser

When you read JIRA 5.0 REST API Documentation at https://developer.atlassian.com/static/rest/jira/5.0.html. The article is showing you to type http://example.com:8080/jira/rest/api/2/application-properties for example, if you use localhost as machine name then it will be http://localhost:8080/jira/rest/api/2/application-properties this is where your nightmare started. The correct … Continue reading

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

AMD Introduces the World’s Fastest Notebook Graphics Card

AMD today launched the AMD Radeon™ HD 8970M, the world’s fastest notebook graphics card[i]. The AMD Radeon HD 8970M graphics processing unit (GPU) delivers the best mobile gaming experience imaginable to gamers, powered by AMD’s award-winning Graphics Core Next (GCN) … Continue reading

Posted in Computers and Internet | Tagged | Leave a comment

ASUS ZenBook UX32VD Wi-Fi (Off) in Windows 8

You might realize your ASUS ZenBook UX32VD wi-fi is off in Windows 8 and cannot turn back On using Fn + F2. Do the 3 steps below.   1. Plug in your Network cable. 2. Remove the Intel Wi-Fi driver … Continue reading

Posted in Computers and Internet, Operating System | Tagged , , | Leave a comment

Using Web API with Entity Framework to retrieve data sample

Refer to Creating ADO.NET Entity Data Model in VS 2012, we have created an ADO.NET Entity Data Model. Use the same method to add an ADO.NET Entity Data Model to your project.   1. Open ValuesController.cs file under the Controllers … Continue reading

Posted in .Net | Tagged , | Leave a comment

AMD Unleashes the World’s Fastest Graphics Card

SUNNYVALE, Calif. — April 24, 2013 — AMD (NYSE: AMD) today launched the AMD Radeon™ HD 7990, the world’s fastest graphics card[i], designed for gamers who want to take their PC gaming experience to the highest level. Based on award-winning … Continue reading

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

Where is the bat file actually located in TFS server after build

In your TFS workflow you normally put the bat file to execute like String.Format(“{0} \ SunMoon\scripts\cleandb.bat”, SourceDirectory);     In actual fact where is the physical path located in the TFS server. In order to know the path 1. Open … Continue reading

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

Creating ADO.NET Entity Data Model in VS 2012

This is not new but I realized it is import and I have not blogged it. In order for me to continue Web API with Entity Framework I better just do a quick recap on how to create an ADO.NET … Continue reading

Posted in .Net | Tagged | 1 Comment

How to know all programs your Windows 8 is loaded during Startup

We always to know what programs your Windows 8 is loading during Startup, Logon, opening Windows Explorer and opening Internet Explorer and how to disable them in single location if possible. There is always this pain point for many Windows … Continue reading

Posted in .Net, Operating System | Tagged , , | Leave a comment