Monthly Archives: April 2013

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 , | 5 Comments

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 | 6 Comments

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

Update SharePoint 2010 solution to SharePoint 2013

Basically you do not need to worry or struggle. I believe many people out there will ask where you can move some of the SharePoint 2010 solution to SharePoint 2013. It works for me and it is even detected the … Continue reading

Posted in .Net | Tagged | Leave a comment

SPSite The Web application http://sharepoint could not be found

This link is very good http://blogs.msdn.com/b/thompal/archive/2009/11/25/spsite-the-web-application-could-not-be-found.aspx for the error SPSite The Web application http://sharepoint could not be found. The site is there and the error does not reflect the real problem. I recapture the screen so if you are running … Continue reading

Posted in .Net | Tagged , , | 1 Comment

Java is free then how about .NET?

If you go to Java home page you will see “Free Java Download” You hard find a place for free .NET download now a day because .NET is installed as part of your operating system so it is free and … Continue reading

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