RE: Tertiary education

2010-11-23 Thread Maddin, Peter
I did the Masters in Systems Development (Charles Sturt Uni), as an external student (Distance Education). Half the courseware is Microsoft based and the other half are Uni units (12 units in all). The Microsoft units are the standard Microsoft training courses. Those that come with standard

Add-ins for VS2008 SP1

2010-11-11 Thread Maddin, Peter
I have just installed the CopySourceAsHtml for vs2008 add-in (http://copysourceashtml.codeplex.com/) However when I look at my tools menu it does not show up. I have installed some other add-ins and they have not show up either (EntitySpaces - 2010, JetBrains Resharper 4.5, SQL Prompt 4.0 plus

RE: TFS Feedaback? Anyone moved away from it?

2010-11-03 Thread Maddin, Peter
We (both of us) are using TFS Workgroup edition basically for source code control only at present. Will be using other features such as adding tasks for bugs etc when UA testing gets under way. I am quite happy with it. Occasionally a few things do get screwed up due to our inexperience but we

RE: .NET Developer's Guide to Directory Services Programming

2010-11-03 Thread Maddin, Peter
The .NET Developer's Guide to Directory Services Programming by Joe Kaplan and Ryan Dunn I am looking at my copy as I type. Used it mainly for looking at user account attributes from AD. Have not used it for a while. System.DirectoryServices.AccountManagement makes this so much easier for

RE: Help authoring

2010-10-29 Thread Maddin, Peter
I have VsDocman for generating help from the source code comments (http://www.helixoft.com/vsdocman/overview.html?net=a4c186p02) (it will generate help without any comments but the final outcome won't be as good if you do) I also have a copy of Help Manual for producing documentation

RE: OT - Superior Web Solutions

2010-10-28 Thread Maddin, Peter
: RE: OT - Superior Web Solutions Rip-off of a classic: http://webtekrocks.com/ (which used to be at Geocities) Cheers Ken -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Maddin, Peter Sent: Thursday, 28 October 2010 11:46 AM

IDataErrorInfo issue

2010-10-10 Thread Maddin, Peter
I have an Infragistics UltraGrid that is bound to an EntitySpaces entity collection via a binding source. EntitySpaces entities support the IDataErrorInfo interface so that one can do validation either via a overriding a validate method in custom classes or by using an event handler. The

RE: IDataErrorInfo issue

2010-10-10 Thread Maddin, Peter
immediately. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of mike smith Sent: Monday, 11 October 2010 11:01 AM To: ozDotNet Subject: Re: IDataErrorInfo issue On 11 October 2010 12:34, Maddin, Peter peter.mad...@pathwest.wa.gov.aumailto:peter.mad

RE: NetSqlAzMan

2010-08-27 Thread Maddin, Peter
] On Behalf Of Maddin, Peter Sent: Friday, 27 August 2010 12:48 PM To: ozdotnet@ozdotnet.com Subject: NetSqlAzMan I am starting out with NetSqlAzMan and when I tried the Check Access Test with domain user account (not my own) it fails with an 'Incorrect function' As far as I can tell the access check test

NetSqlAzMan

2010-08-26 Thread Maddin, Peter
I am starting out with NetSqlAzMan and when I tried the Check Access Test with domain user account (not my own) it fails with an 'Incorrect function' As far as I can tell the access check test is using Kerberos Protocol Transition var otherLogin = WindowsIdentity(Domain Account); It fails at

RE: Remote debugging outside of domain

2010-08-08 Thread Maddin, Peter
If I was in this position, I would install VS on a notebook (if you don't have one spare, they are pretty cheap these days) and place it in the same network environment as your server. I would then use remote debugging to discover the issue and if necessary nuke the notebook afterwards. From

RE: Anyone used any 3rd party diagramming tools

2010-07-15 Thread Maddin, Peter
We use Neodynamic's Thermal Label SDK for barcode label printers. I noticed they have a product which I have not used called ImageDraw that might be worth a look at. http://www.neodynamic.com/Products/ImageDraw-SDK-NET/ImageDraw_SDK_NET.aspx?tabid=95prodid=8 We use Atalasoft DotImage for

RE: KPI's for software developers

2010-06-25 Thread Maddin, Peter
I'm in trouble then Regards Peter Maddin Applications Development Officer PathWest Laboratory Medicine WA Phone : +618 9473 3944 Fax : +618 9473 3982 E-Mail : peter.mad...@pathwest.wa.gov.au The contents of this e-mail transmission outside of the WAGHS network are intended solely for the named

RE: Embedding SQL index hints into SQL commands for SQL SERVER.

2010-06-22 Thread Maddin, Peter
to make your query use it, it's highly likely that it's the wrong index that he/she has built. What is the definition of the index that has been built for this query? If you can post the DDL for the two tables and the indexes, we can probably help further. Regards, Greg From: Maddin, Peter

RE: Embedding SQL index hints into SQL commands for SQL SERVER.

2010-06-22 Thread Maddin, Peter
for the two tables and the indexes, we can probably help further. Regards, Greg From: Maddin, Peter [mailto:peter.mad...@pathwest.wa.gov.aumailto:peter.mad...@pathwest.wa.gov.au] Sent: Tuesday, 22 June 2010 11:12 AM To: g...@greglow.commailto:g...@greglow.com; ozDotNet Subject: RE: Embedding SQL index

RE: Embedding SQL index hints into SQL commands for SQL SERVER.

2010-06-22 Thread Maddin, Peter
performing program. (bloody application developers shouldn't be alowed to write TSQL!) /fiction -- Regards, noonie On 23 June 2010 11:40, Maddin, Peter peter.mad...@pathwest.wa.gov.aumailto:peter.mad...@pathwest.wa.gov.au wrote: Thanks It is not the inserting of records into the database

RE: Embedding SQL index hints into SQL commands for SQL SERVER.

2010-06-21 Thread Maddin, Peter
...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] *On Behalf Of *Maddin, Peter *Sent:* Monday, 21 June 2010 7:57 PM *To:* ozdotnet@ozdotnet.com *Subject:* Embedding SQL index hints into SQL commands for SQL SERVER. I have a DBA that is suggesting that to improve performance I

RE: DriveInfo.GetDrives() not returning

2010-05-18 Thread Maddin, Peter
2010 12:12 PM To: ozDotNet Cc: David Kean Subject: RE: DriveInfo.GetDrives() not returning I actually own this code - I'll have a look at this in the morning (Seattle time). From: ozdotnet-boun...@ozdotnet.com [ozdotnet-boun...@ozdotnet.com] on behalf of Maddin