TFS, Visual Studio, SQL Server, BizTalk, SharePoint, .Net, and more ...
Browse by Tags
-
A friend asked about some sites to learn about Visual Studio and programming. There is a lot of great free resources out there. I created an article with a starting list to help. Feel free to comment and suggest the "best" free sites out there. Visual Read More...
|
-
A friend asked about some sites to learn about Visual Studio and programming. There is a lot of great free resources out there. Here is a starting list to help. Feel free to comment and suggest the "best" free sites out there. Microsoft Official Visual Read More...
|
-
Steps to add programs to Send to folder Navigate to your SendTo folder (Windows XP location is C:\Documents and Settings\{user}\SendTo and just replace {user} with your login user name) Right click select New/Shortcut to add a shortcut Type in the location Read More...
|
-
Started a article that will contain lots of free/commerical add-ons and website articles for TFS. Enjoy the first edition: http://blogs.msdn.com/mab/pages/team-foundation-server-extras.aspx Read More...
|
-
TFS is one of the greatest development productivity tools I have seen in a long time from Microsoft. The community around TFS is just amazing. I enjoy being a part of that everyday as a Microsoft VSTS Ranger. This article is a to begin to capture some Read More...
|
-
As a Microsoft VSTS ranger, I come across some interesting TFS add-ons on occasion. The recently introduced Free Telerik TFS Manager and Dashboard tool seems impressive. Most of the features enhance SCRUM/Agile methodology shops but can be used for any Read More...
|
-
Scenario Web application wants to pop-up a window as a certain size, chromeless, etc. However doesn't want to have the opening (parent) window show. Common usages are launching from shortcut or an application. Solution In the "parent" page that launches Read More...
|
-
Scenario A parent document contains a frame that loads a file which content is dynamic and you want the frame to not scroll and autosize the height of the frame. Solution function autoResizeParent() { // if no parent don't attempt to change if (parent Read More...
|
-
Scenario Have some perl code that wants to access Microsoft SQL Server 2005. The SQL Server is configured to only allow SSL connections for security reasons. Solution Here are the parts you will need: Perl on Linux (given) DBI ... http://dbi.perl.org/ Read More...
|
-
Scenario Download your favorite image (or create one) and you want to exchange files with the guest OS. You are running Wi-fi and have to use the wired connection as your virtual network. You can access your image just fine through the Hyper-V Virtual Read More...
|
-
Many clients I have worked with simply use the IISReset.exe command to recycle applications. Although this may have the desired affect sometimes, there are many alternatives that are better. By no means is this an exhaustive list but will give you some Read More...
|
-
Ever tried to install a printer by just giving users a link? Well here is a small snippet of one way to do this. Please note that since you are interacting with the OS (outside the browser) that you may receive security warnings. This has been tested Read More...
|
-
For those interested in installing VSTS and using with IIS7 on Vista (and possible with Win 7) you should follow the following instructions: http://msdn.microsoft.com/en-us/library/aa964620.aspx Read More...
|
-
Scenario You have a normalized table that has values in rows. Let's take an example that has a history table with an approved flag: Date Approved DollarValue Customer 1/1/2008 Y 13.5 A 2/1/2008 N 12 A 3/1/2008 Y 14 A 1/1/2008 Y 11.5 B 2/1/2008 Y 9 B 3/1/2008 Read More...
|
-
Scenario Recently I ran into a security issue that has a simple fix. Here is the situation: SSIS Package that contains a Script Task Run SSIS package as a SQL Job Use a special credential/proxy for the step of executing the SSIS package Results In the Read More...
|