Categories
- ASP.net (21)
- AJAX (2)
- BI (1)
- C# (3)
- Crystal Report (1)
- Entity Framework (1)
- Event Log (1)
- Google API (1)
- JQuery (1)
- LINQ (1)
- WCF (2)
- WWF (1)
- SAP (1)
- SharePoint (14)
- Sharepoint 2007 (4)
- SharePoint 2010 (7)
- SQL (1)
- Team Foundation Server (9)
- Uncategorized (1)
- ASP.net (21)
Twitter
- Holy Macaroni! Barilla Takes to the Cloud lnkd.in/ZnPepR10 6 months ago
- SharePoint Conference 2012 lnkd.in/rSnEks10 7 months ago
- I love Dropbox because easy to use db.tt/8g6OtMz710 8 months ago
- Announcing the release of .NET Framework 4.5 RTM - Product and Source Code - .NET Blog - Site Home - MSDN Blogs blogs.msdn.com/b/dotnet/archi…10 10 months ago
- Create announcement item ticker by using JQuery and SPServices into SharePoint sharedude.net10 10 months ago
Archives
My Achievements

My Achievements
Microsoft Virtual Profile
Click here to access virtual profile.Tag Cloud
.net Add solution AJAX Android ASP.net Asp.net Google API BI C# Crystal Report custom development Data Binding Data Rendering delete solution Event Log execute solution Gridview HTML 5 Hyperlink IFrame Parameters Powershell Quality Center REST Restart SAP PI Sharepoint Sharepoint 2007 SharePoint 2010 Sharepoint Deployment Shutdown Snippet SOAP Social Network TFS 2008 TFS; Team Foundation Server Themes ThickBox User Control Visual Source Safe; VSS; Source Control Visual Studio 2010 WCF Web Services Windows Communication Foundation Windows Server 2003 Workflow
Category Archives: Team Foundation Server
TFS in SQL Navigator for Oracle
Architecture The idea of the architecture for TFS is everyone has their own workspace. So, developers have to map their workspace from TFS and connect it to Navigator. You will find an error as below:- This means that, you don’t … Continue reading
Quality Center and Team Foundation Server 2008 Integration
Introduction TFS Team has been working with HP’s Quality Center Team for TFS2008 as a QC connector to help user to synchronize their defects with work items in TFS2008. The connector is build on the TFS Synchronization Toolkit. Toolkit can … Continue reading
Posted in Team Foundation Server
Tagged Quality Center, TFS 2008, TFS; Team Foundation Server
Leave a comment
Undelete file or folder
Panic with your file or folder that been deleted? I was deleted my important folder which I develop for 3 months ago, and the last backup I did was in a month. With that, I tried to research how to … Continue reading
TFS plugin compatibility between TFS 2005 and TFS 2008
One of those is that any code you’ve compiled against the TFS 2005 object model will always run against the 2005 object model, never the 2008 object model. In many cases this is fine because the TFS 2005 object model … Continue reading
Posted in Team Foundation Server
Leave a comment
WebDev.WebServer.exe Error
My experienced in this error is due to the folder are under read only mode. Once i turned unchecked, it work for TFS.
Posted in Team Foundation Server
Leave a comment
How to: Delete Files and Folders from Source Control using command line
To add a deleted item to the server from the command line Open a Visual Studio 2005 Command Prompt by clicking the Start button, click All Programs, click Microsoft Visual Studio 2008, click Visual Studio Tools, and then click Visual … Continue reading
Migrating from Visual SourceSafe to Team Foundation
To create the settings file for analysis Click Start, click All Programs, point to Microsoft Visual Studio 2005, point to Visual Studio Tools, and then click Visual Studio 2005 Command Prompt. At the command prompt, type mkdir %DriveLetter%\VSS2TeamFoundation, where %DriveLetter% … Continue reading
“Check Out Check in” in Team Foundation Server
The concepts of check-out and check-in mean different things in different source control systems. This can be confusing. In Microsoft Corporation"s Visual Source Safe (VSS) and Serena Software"s Polytron Version Control System (PVCS), check-out means "get the latest version … Continue reading
Posted in Team Foundation Server
Leave a comment
Remove Project from Team Foundation Server
TFS 2005/2008 both ship with the TfsDeleteProject.exe utility. Open a command line on your team foundation server and cd to %program files%\Microsoft Visual Studio 9.0\Common7\IDE (2008) %program files%\Microsoft Visual Studio 8\Common7\IDE (2005) Then: tfsdeleteproject /q /force /server:<tfs server> "<project name>"
Posted in Team Foundation Server
Leave a comment