|
|
Browse by Tags
All Tags » .Net » .Net 2.0
Showing page 1 of 2 (16 total posts)
-
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 ...
-
In October 2009 I created 2 codeplex projects which I would to tell you about:
SQL Server Reporting Services MSBuild Tasks (ssrsmsbuildtasks)
A few years ago I created some tasks for MSBuild to help deploy reports for my project, details can be found here, since then my tasks have been re-used in a few other projects within my ...
-
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.IO;
namespace DataSetSerializer
{
class Program
{
static void Main(string[] args)
...
-
I have been working on a project which made use of the spatial data type geography within SQL Server 2008.
An issue that I had was how to load the geography data from a KML file into SQL Server 2008. Currently there is no out of the box tools to do this. There is a 3rd party tool, Safe FME, which offer either their own tool or components which ...
-
In my other blogs entries I mention that I have been looking into building a Team Foundation Server Data Warehouse Adapter. After I got my initial proof of concept version working, I started to extend it to get a list of available builds from TFS and then import the output of Source Monitor – a popular free code metrics tool.
Now I must ...
-
Recently I had an issue where aspnet_regiis.exe -i was not updating the home directory configuration for my web root in Windows XP SP2.
To resolve this I used the following commands, suggested by my colleague Mark Mann, instead to first remove all script maps to any version of ASP.NET from the specified path recursively, and then reinstall ...
-
As mentioned in a previous blog I would like to explain some of the steps I took to get my custom data warehouse adapter to work. I am going to start from the beginning just so that I have an easy starting point. The code I show here was based upon my POC and written in C#.
1. Create a new C# Class Library project in Visual ...
-
See here http://stevenharman.net/blog/archive/2008/04/29/hacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx
-
A colleague of mine this week showed me his code coverage as being over 94% for his production code, which impressed me so much, it spurred me on to ensure that all code paths in my code from now on go blue instead of red when testing with Team coverage, using the Test driven .NET addin for visual studio 2008. Not sure what I'm on about, then ...
-
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /DesignMode /u /ShowCallStack /Configuration="C:\Data\Merrick\Projects\Data Access Guidance Package\Data Access Guidance Package\Data Access Guidance Package\bin\Debug\\Data Access Guidance Package.xml" "C:\Data\Merrick\Projects\Data Access Guidance Package\Data Access ...
1
|
|
|