Blogs
Welcome to EMC Consulting Blogs
Sign in
|
Join
|
Help
Welcome to
EMC Consulting Blogs
Merrick Chaffer's Blog
Browse by Tags
All Tags
»
C#
(RSS)
.NET
.NET 2.0
.NET 3.0
.NET 3.5
.NET4.0
ASP.NET 2.0
batch
C# 2.0
code
ConnectionString
Gotcha
Guidance Automation Extensions
Howto
LINQ
MEF
Microsoft
Microsoft Commerce Server 2007
msbuild
NHibernate
Parallel Computing
Performance
Regular Expressions
Resharper
SQL 2008
Team Foundation Server
Team System
Visual Studio
WCF
Windows 7
Windows API
WPF
MSB3247: Found conflicts between different versions of the same dependent assembly.
Had been getting this recently in our builds, and have finally tracked it down to conflicting versions of the Microsoft.ReportViewer.Common.dll in our project references. This came about as one of our developers was using VS 2010, but the rest were still
Read More...
Posted
22 March 2011 16:13
by
merrick.chaffer
|
0 Comments
Filed under:
Microsoft
,
C#
,
.NET
,
code
,
Gotcha
,
msbuild
,
Howto
ElementHost rendering issues with the Windows Aero theme enabled
Came across this issue on the project I’ve been working on. When resizing a form that contained the System.Windows.Forms.Integration. ElementHost control to host WPF content inside a Windows Forms control, we noticed that the new screen real estate inside
Read More...
Posted
23 February 2011 13:42
by
merrick.chaffer
|
0 Comments
Filed under:
Microsoft
,
C#
,
.NET
,
Gotcha
,
.NET 3.5
,
Howto
,
WPF
,
.NET4.0
Virtualization in WPF with VirtualizingStackPanel
Finally managed to figure out how to get virtualization to actually behave itself in a listbox wpf control. Turns out that in order for Virtualization to work, you need three things satisfied. 1) Use a control that supports virtualization (e.g.
Read More...
Posted
14 February 2011 11:13
by
merrick.chaffer
|
0 Comments
Filed under:
Microsoft
,
C#
,
.NET
,
code
,
.NET 3.5
,
WPF
,
.NET4.0
Not able to bind to Uid or Name property in XAML
Even though x:Name is a dependency property for a WPF framework element, you cannot the name of the control to a static resource in the code behind file < Window x:Class = " WpfApplication2.Window1 "
Read More...
Posted
11 February 2011 09:33
by
merrick.chaffer
|
0 Comments
Filed under:
Microsoft
,
C#
,
code
,
Gotcha
,
.NET 3.5
,
WPF
,
.NET4.0
How to determine event subscriptions at runtime
I’ve been wanting to know this for years, and finally discovered it the other day when looking inside the Microsoft Composite Application Blocks class in Microsoft.Practices.CompositeUI.BuilderStrategies. CommandStrategy. There’s some code in this class
Read More...
Posted
02 February 2011 09:58
by
merrick.chaffer
|
0 Comments
Filed under:
C#
,
.NET
,
.NET 2.0
,
code
,
.NET 3.0
,
.NET 3.5
,
Howto
,
.NET4.0
Intellisense for T4 templating with .tt files in Visual Studio
There's 2 products (both with free versions) you can use for T4 intellisense: One is by Clarius at http://www.visualt4.com/ . But best to go with Tangible's T4 editor at http://t4-editor.tangible-engineering.com/T4-Editor-Visual-T4-Editing.html (available
Read More...
Posted
27 January 2011 14:43
by
merrick.chaffer
|
0 Comments
Filed under:
Microsoft
,
C#
,
.NET
,
code
,
Guidance Automation Extensions
,
.NET 3.5
,
Howto
,
WPF
,
.NET4.0
How to have NHibernate use a SQL MERGE INTO statement
On our project we were noticing a massive performance penalty when sending a number of records to the database to either be inserted or updated via the standard NHibernate framework syntax, so we decided to see if we could do anything about this. Turns
Read More...
Posted
01 December 2010 13:07
by
merrick.chaffer
|
0 Comments
Filed under:
C#
,
C# 2.0
,
code
,
Performance
,
.NET 3.5
,
Howto
,
.NET4.0
,
SQL 2008
,
NHibernate
Safe thread synchronization
Just came across a great article on the web when searching for topics relating to Thread safety. http://msdn.microsoft.com/en-us/magazine/cc188793.aspx#S2
Read More...
Posted
22 September 2010 15:06
by
merrick.chaffer
|
0 Comments
Filed under:
Microsoft
,
C#
,
.NET
,
code
,
Howto
,
.NET4.0
PLINQ and TPL Parallel extensions library in .NET 4.0
A good starting point for learning about the new parallel library extension in .NET 4.0 is here… http://blogs.msdn.com/b/pfxteam/archive/2010/04/04/9990342.aspx also many more resources available from here… http://msdn.microsoft.com/en-gb/concurrency/default.aspx
Read More...
Posted
14 September 2010 17:55
by
merrick.chaffer
|
0 Comments
Filed under:
Microsoft
,
C#
,
.NET
,
.NET4.0
,
Parallel Computing
How to use the Resharper Stack Trace Explorer
Copy a stack trace to your clipboard, open the resharper stack trace explorer, and hit Ctrl+E, T. Once you’ve done this the lines reported in the stack trace become hyperlinks to the files in your project.
Read More...
Posted
29 June 2010 13:21
by
merrick.chaffer
|
0 Comments
Filed under:
C#
,
.NET
,
C# 2.0
,
Visual Studio
,
code
,
Howto
Next page »
This Blog
Home
Email
Links
Syndication
RSS 2.0
Atom 1.0
Recent Posts
My blog is moving!!!
MSB3247: Found conflicts between different versions of the same dependent assembly.
How to Reboot Machine While Connected Through Remote Desktop
Handbrake settings for video conversion to HTC Touch HD phone
Inbox repair tool
Tags
.NET
.NET 2.0
.NET 3.0
.NET 3.5
.NET4.0
ASP.NET 2.0
Automaton
batch
Blend
C#
C# 2.0
clear
code
ConnectionString
Customer Experience
dos
Git
Gotcha
Guidance Automation Extensions
Howto
IIS 7.5
ISP
LINQ
Media Streaming
MEF
Messaging
Microsoft
Microsoft Commerce Server 2007
Microsoft Office 16bit Memory Exception
MOSS2007
msbuild
MSN
NHibernate
Office
osql
Parallel Computing
Performance
RadGrid
Registry
Regular Expressions
Resharper
Sharepoint
SQL 2005
SQL 2008
SQL Express
Team Foundation Server
Team System
TeamCity
teched
telerik
Virtual PC
Vista
Visual Studio
WCF
Windows 7
Windows API
Windows Media Player
Windows Phone
Windows Workflow
WPF
News
Archives
March 2011 (6)
February 2011 (6)
January 2011 (3)
December 2010 (1)
November 2010 (1)
October 2010 (1)
September 2010 (3)
June 2010 (4)
May 2010 (10)
April 2010 (5)
March 2010 (3)
February 2010 (5)
January 2010 (7)
December 2009 (3)
October 2009 (2)
September 2009 (1)
August 2009 (2)
July 2009 (1)
April 2009 (1)
February 2009 (1)
January 2009 (1)
July 2008 (1)
June 2008 (3)
May 2008 (1)
April 2008 (2)
March 2008 (1)
February 2008 (3)
November 2007 (5)
September 2007 (1)
August 2007 (1)
July 2007 (2)
May 2007 (1)
April 2007 (4)
March 2007 (2)
February 2007 (2)
January 2007 (4)
December 2006 (2)
November 2006 (5)
October 2006 (2)
May 2005 (1)
April 2005 (1)
EMC2, EMC, and where information lives are registered trademarks of EMC Corporation.
All other trademarks used herein are the property of their respective owners.
© Copyright 2009 EMC Corporation. All rights reserved.