Programming
TFS - Unlock a file checked out by another user
Someone has checked out a file to edit, but he forgot to checkin, then, for some reason, you can’t contact him, but you need to edit the file for an urgent case, you need to unlock the file for editing, how to do that? If he’s not belong to the project, and he had checked out many files without checked in, how to unlock them all?
2/24/2013 12:00:00 AMWhat is the main different between function declaration and function expression in JavaScript
The advantage of function declaration is that the interpreter loads the function before any code executes.
9/20/2012 12:00:00 AMTroubleshooting - How to enable curl library on WAMP X64 and Windows X64
If you can not enable curl_php.dll in WAMP x64, may be this post will be the right solution for you.
7/3/2012 12:00:00 AMQuerying ASP.NET Web API with OData querying parameters
ASP.NET Web API has built-in support for some OData query parameters, and I want to write a tutorial that will use Web API, OData parameter to query data (sorting, filtering and paging) instead of implement it by ourselves in classic ASP.NET MVC like before. For more information of ASP.NET Web API and OData parameters please take a look at the article of Mike Wasson.
4/5/2012 12:00:00 AMSQLite DB Accessing for Metro Application by using sqlite-winrt library
In preview version of Windows 8, there is no way to directly access to Relation Database (SQL Server, SQLCE) in Metro style application, we can use local storage instead. But all we know that, accessing XML take times and why we have to build from scratch when we have a lot of Local relational database out there, such as VistaDb, Sqlite, SqlCE. Fortunately, there one opensource library that will help us to access to sqlite called sqlite-winrt on Codeplex. Sqlite-winrt will help us to create and access sqlite database stored on our application local storage, and, we can easily retrieve or saving data to sqlite database by executing SQL statement.
1/10/2012 12:00:00 AM