Sign In
Mark Brown's Blog
TFS, Visual Studio, SQL Server, BizTalk, SharePoint, .Net, and more ...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Excel
Hyper-V
IIS
Internet Explorer
Pages
Perl
Project
Reporting Services
SharePoint
SQL Server
Virtual Server
Visual Studio
Windows Server 2008
Archive
Archives
January 2012
(1)
January 2011
(1)
August 2010
(1)
July 2010
(1)
February 2010
(1)
January 2010
(1)
December 2009
(1)
November 2009
(2)
October 2009
(4)
August 2009
(1)
June 2009
(2)
May 2009
(1)
April 2009
(1)
February 2009
(2)
December 2008
(1)
November 2008
(1)
July 2008
(1)
June 2008
(1)
April 2008
(2)
March 2008
(1)
January 2008
(3)
October 2007
(3)
September 2007
(1)
July 2007
(2)
June 2007
(7)
May 2007
(2)
March 2007
(1)
February 2007
(5)
December 2006
(1)
November 2006
(1)
October 2006
(4)
July 2006
(2)
June 2006
(1)
April 2006
(2)
March 2006
(3)
February 2006
(1)
January 2006
(4)
December 2005
(2)
MSDN Blogs
>
Mark Brown's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mark Brown's Blog
Checking MSMQ message queue count with C#
Posted
1 month ago
by
MarkABrown
0
Comments
I noticed the other day a team member was having exceptions being thrown every second when idle in a service. Digging deeper it was revealed that the MSMQ Distributor has some code that peeks into a queue to determine if to process messages in the Enterprise...
Mark Brown's Blog
How to build a Virtual Image with just a Win 2k8 setup disk ISO
Posted
over 1 year ago
by
MarkABrown
0
Comments
I don't have to do this often but when I do I occasionally forget the steps. For those wanting to create a new virtual disk in VPC, Windows Virtualization, etc here are some steps that may help: Create a new virtual hard disk Capture the setup...
Mark Brown's Blog
Online Help with Download Content Fails on Visual Studio 2010
Posted
over 2 years ago
by
MarkABrown
0
Comments
If you first choose online help then go into Help -> Manage Help Settings, then choose Install Content from online you may get an exception message. This may be due to your intranet or desktop requiring a proxy configuration. The application being...
Mark Brown's Blog
Helpful Links to Extra Tools and Features for Visual Studio 2010
Posted
over 2 years ago
by
MarkABrown
0
Comments
Visual Studio 2010 Ultimate Current Version: 10.0.30319.1 (RTM) .Net 4.0 Current: 4.0.30319 (RTM) General Visual Studio Downloads Page http://msdn.microsoft.com/en-us/vstudio/bb984878.aspx Visual Studio Feature Packs http://msdn.microsoft.com...
Mark Brown's Blog
Executing logic between PreRender and PreRenderComplete Asyncronously
Posted
over 2 years ago
by
MarkABrown
0
Comments
Most of you are familar with the PageAsyncTask class ( http://msdn.microsoft.com/en-us/library/system.web.ui.pageasynctask.aspx ). I ran across a scenario that I call the "decision task" and created a "chain pattern" architecture. Scenario There...
Mark Brown's Blog
VS2010 Guidance now published!
Posted
over 2 years ago
by
MarkABrown
0
Comments
After a long journey, the work I did along with others has finally paid off. The VS2010 Guidance is now available on codeplex. I worked on the developer (database) portions. I hope everyone enjoys the hard work. Reference: http://vs2010quickref.codeplex...
Mark Brown's Blog
Fewer smaller .Net DLLs vs less large DLLs
Posted
over 3 years ago
by
MarkABrown
1
Comments
Generally speaking it is better to have less large DLLs versus many smaller DLLs for the following reasons: Hard Disk time: Loading 100 dlls will almost always take longer than a single large DLL. DLLs are physically scattered across the disk. Latency...
Mark Brown's Blog
Visual Studio and .Net Tutorials and Training Videos
Posted
over 3 years ago
by
MarkABrown
0
Comments
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...
Mark Brown's Blog
Steps to add Developer Tools to Send To folder
Posted
over 3 years ago
by
MarkABrown
0
Comments
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...
Mark Brown's Blog
TFS Extras Article Created
Posted
over 3 years ago
by
MarkABrown
0
Comments
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
Mark Brown's Blog
Free Telerik TFS Manager and Dashboard
Posted
over 3 years ago
by
MarkABrown
0
Comments
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...
Mark Brown's Blog
How to close window (self) without prompting in IE6 and IE7
Posted
over 3 years ago
by
MarkABrown
0
Comments
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...
Mark Brown's Blog
How to autoresize parent frame height from child frame
Posted
over 3 years ago
by
MarkABrown
0
Comments
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...
Mark Brown's Blog
How to access SQL Server on Windows through a secure connection from Perl on Linux
Posted
over 3 years ago
by
MarkABrown
0
Comments
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...
Mark Brown's Blog
Windows 2008 R2 Hyper-V and Remote Desktop
Posted
over 3 years ago
by
MarkABrown
2
Comments
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...
Mark Brown's Blog
How to recycle a IIS6 website in Windows Server 2003 SP1
Posted
over 3 years ago
by
MarkABrown
1
Comments
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...
Mark Brown's Blog
Install a remote printer via a Hyperlink in HTML
Posted
over 3 years ago
by
MarkABrown
2
Comments
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...
Mark Brown's Blog
Using Visual Studio with IIS7 on Vista and Win 7
Posted
over 3 years ago
by
MarkABrown
1
Comments
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
Mark Brown's Blog
How to do logic OR AND NOT across rows in SQL
Posted
over 4 years ago
by
MarkABrown
0
Comments
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...
Mark Brown's Blog
Custom Security and SQL Job with SSIS Script Task
Posted
over 4 years ago
by
MarkABrown
1
Comments
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...
Mark Brown's Blog
Optimizing queries with joins and over statements in SQL 2005
Posted
over 4 years ago
by
MarkABrown
1
Comments
I was working on a common scenario and found an interesting side effect. Applications typically have a listing page that get search criteria from a UI and passes to a stored procedure. In the procedure you often find statements like: SELECT a , b ...
Mark Brown's Blog
SQL Server 2005 UNPIVOT Command - changings columns to rows (normalizing)
Posted
over 4 years ago
by
MarkABrown
2
Comments
Scenario A table that contains several columns that you need to take and change into rows in order to normalize the data. With SQL Server 2005, a new T-SQL command UNPIVOT can help. An example table: **Table called MyTable FieldID FieldOne FieldTwo...
Mark Brown's Blog
TFS History via command line for a date range
Posted
over 4 years ago
by
MarkABrown
2
Comments
I know several people have blogged about this and it is available in the help files somewhat. I thought I would just capture a quick note on what I sometimes use. Scenario: Show me all the changes (history) for all files within a location in a team...
Mark Brown's Blog
How to use or setup Sharepoint or Reporting Services on a separate port or machine with TFS
Posted
over 4 years ago
by
MarkABrown
0
Comments
You can use the following to move your sharepoint location on your existing TFS Sharepoint sites or Repritng Services to another port or to another server. Note that you must have the Sharepoint site or Reporting Services already configured. TFS 2005...
Mark Brown's Blog
How to write SQL to get a record to process in a cluster of processing computers
Posted
over 4 years ago
by
MarkABrown
1
Comments
Working with a friend at work, we were discussing how to create some SQL to go after records in a table and process in a farm of computers (processing cluster). After few minutes of thinking I came up with the following. BEGIN TRAN MyTran UPDATE TOP...
Page 1 of 3 (70 items)
1
2
3