|
|
Browse by Tags
All Tags » .Net » .NET 3.5
Showing page 1 of 2 (12 total posts)
-
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 the ElementHost was not redrawn at all. Rather it just left a black border around the original ...
-
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. list box or list view). (see Controls That Implement Performance Features section at bottom of ...
-
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 to discover if an event handler has already been attached to the event, and it goes a little ...
-
A while ago on the project I’ve been working on recently, I was having issues with my development environment which for some reason had stopped wanting to deploy our database project to my newly created sql server 2008 instance.
This was on a new build of a machine that I had previously used, but had decided to upgrade the operating system on. As ...
-
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 through the Extension Manager in VS2010 under tools).
Also if you want to get a bit more ...
-
If you see this error when hosting a WCF service under IIS 7.5 on Windows 7, HTTP Error 404.17 - Not Found The requested content appears to be script and will not be served by the static file handler. then you will need to ensure you have the Microsoft .NET Framework 3.5.1 options selected, from add remove programs, turn windows features on / ...
-
Recently I discovered that the reset window layout menu option in most flavours of visual studio (at least 2008 and 2010), respects the layout that your workspace was in at the time of exporting your environment settings.
This is down to the fact that under the general settings tree view node in the export dialog, the Window Layouts option is ...
-
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.IO;
namespace DataSetSerializer
{
class Program
{
static void Main(string[] args)
...
-
See this article here...
http://kashfarooq.wordpress.com/2008/11/29/mocking-wcf-services-with-rhinomocks/
-
Probably have sent this before in some form, but noticed someone else blogging about it,
http://www.publicvoid.dk/CommerceServerCatalogsAndIClassType.aspx
I can never remember what the different class types in the catalog table means, and finding the information in the documentation takes forever, so here they are for my own benefit more than ...
1
|
|
|