|
Informative information about Microsoft .NET, C#, ASP.NET,WCF,WPF,XML,JavaScript,AJAX, Visual Basic, SQL Server, Reporting Services, LINQ, Performance Point Server, Microsoft Office Sharepoint Server, and any other TLA you have heard of...
Search This Blog
Wednesday, October 20, 2010
How to setup/integrate Facebook Platform with your own
Labels:
API,
Development,
Facebook
Wednesday, September 29, 2010
Check out the new site at http://mtg-online.com for Magic Cards, Singles, Decks, Online Store & More!
Thursday, August 5, 2010
My adventures in WPF - Intro to WPF Series
This will be a first post in the series of articles around WPF (Windows Presentation Foundation). I will be using examples of real work in an example format of the challenges I have faced when working with this technology. I feel that a blog series devoted to understanding WPF is needed because it is a very different platform for .NET Developers and when moving to WPF/Silverlight there is a steep learning curve whether people admit it or not. Just because you know Microsoft .NET does not mean that you will be sufficient at WPF/Silverlight which I find so many business people think is true.
I will also be posting reference articles that I feel have helped me along the way to understand this new Microsoft technology. I will admit that WPF is a rewarding technology to use and if used correctly can create amazing applications for businesses and individuals. However, with any new technology there are always critics and skeptics but I am here to blog that its possible to learn this technology and I am going to show you how! Stay tuned for my first post about "diving into databinding".
I will also be posting reference articles that I feel have helped me along the way to understand this new Microsoft technology. I will admit that WPF is a rewarding technology to use and if used correctly can create amazing applications for businesses and individuals. However, with any new technology there are always critics and skeptics but I am here to blog that its possible to learn this technology and I am going to show you how! Stay tuned for my first post about "diving into databinding".
Labels:
.NET,
3.5,
Databinding,
Intro,
Microsoft,
Silverlight,
Windows,
Windows 7,
WPF
Wednesday, January 27, 2010
How to show deleted projects in Team Foundation Server
If you are using Team Foundation Server in any version, Visual Studio 2005, Visual Studio 2008, Visual Studio 2010 you may run across a problem that may not be easy to solve. Sometimes when you are creating and deleting branches in Team System if you delete a branch or directory you most likely will not see it after you delete it. The problem is that by default Visual Studio does not show deleted projects. So, in order to enable this:
This is useful because Team System, all versions, continue to keep your project/branch directories around even after you delete them through Visual Studio Source Control. There is another way to completely remove the project/branch from Team Foundation Server. You can use the command line tool that comes with Visual Studio Tools that get installed alongside your Visual Studio Intallations. The path the tool lives in:\Program Files\Microsoft Visual Studio\Common7\IDE and is available from the Visual Studio 2008 Command Prompt:
In order to delete branches you need call the tf delete command. You call you tf delete /? to see how to use the command. It is pretty easy. I used this article for reference > http://msdn.microsoft.com/en-us/library/z51z7zy0.aspx
Good luck and happy Lifecycle Management!
This is useful because Team System, all versions, continue to keep your project/branch directories around even after you delete them through Visual Studio Source Control. There is another way to completely remove the project/branch from Team Foundation Server. You can use the command line tool that comes with Visual Studio Tools that get installed alongside your Visual Studio Intallations. The path the tool lives in
In order to delete branches you need call the tf delete command. You call you tf delete /? to see how to use the command. It is pretty easy. I used this article for reference > http://msdn.microsoft.com/en-us/library/z51z7zy0.aspx
Good luck and happy Lifecycle Management!
Subscribe to:
Posts (Atom)