Nathan W

4,411
Reputation
339 views

Registered User

Name Nathan W
Member for 1 year
Seen 2 days ago
Website
Location Warwick, Australia
Age 21
I work for a local council in Australia doing GIS/Asset management. I program as a hobby and just to get stuff done at work.

Current Projects:

2d
awarded  Popular Question
Nov
23
answered Change image using trigger WPF MVVM
Nov
23
asked Change image using trigger WPF MVVM
Nov
20
comment Passing data across appdomains with MarshalByRefObject.
I'm really sorry for this, say I have two domains 1 and 2, 1 is loaded with assembly A.dll and a domain 2 is loaded with a plugin that uses A.dll, A.dll also gets loaded into domain 2 by the plugin. If I change a property in the version that domain 2 has will it be reflected in domain 1 version?
Nov
20
revised Passing data across appdomains with MarshalByRefObject.
added 20 characters in body
Nov
20
comment Passing data across appdomains with MarshalByRefObject.
Sorry for the confusion everyone, I have never really got into this AppDomain stuff until now. If I have two domains is it possible to have the same assembly loaded in both domains as different instances? or is that wrong?
Nov
20
revised Passing data across appdomains with MarshalByRefObject.
added 148 characters in body
Nov
20
revised Passing data across appdomains with MarshalByRefObject.
Added code
Nov
20
comment Passing data across appdomains with MarshalByRefObject.
@Lucero B is a wrapper around a COM object.
Nov
19
asked Passing data across appdomains with MarshalByRefObject.
Nov
19
asked Get IUnkown using window handle.
Nov
16
awarded  Popular Question
Nov
9
accepted Adding items to a collection
Nov
4
comment unique key value collection in C#
true, you would have to do checks.
Nov
4
answered unique key value collection in C#
Oct
30
awarded  Nice Question
Oct
29
comment Implement WinForms using WPF?
@Dan Just come to work one day with a plastic gun on your hip and say "we are using WPF onwards from today, anyone have a problem with this". Making sure of course the gun is clearly visible ;)
Oct
29
comment Implement WinForms using WPF?
<3 WPF databinding
Oct
19
awarded  Popular Question
Sep
15
accepted generic type variable restrictions and interfaces
Sep
15
awarded  Yearling
Sep
14
revised generic type variable restrictions and interfaces
deleted 110 characters in body
Sep
14
answered generic type variable restrictions and interfaces
Sep
14
comment Looping Rows in SQL Server
I read the question but he/she asked how to loop though the rows and print the values, and your answer just shows how to select results not loop or print.
Sep
14
comment Looping Rows in SQL Server
I'm sorry I don't see how this is useful.
Sep
9
accepted Update primary key value using entity framework
Sep
9
comment C#: Action delegate vs explicit delegate
One thing that can happen is if you need to later on return some extra info with your event all you have to do is add it to your EventArgs class. Where as if you return say Action<String> you always have to return a string no matter what, and if you change it, it will break all your code that uses it.
Sep
9
revised Create Database :: ERROR
formated code
Sep
8
revised How to create custom collection with Linq extensions?
added 249 characters in body; deleted 57 characters in body
Sep
8
comment How to create custom collection with Linq extensions?
@Mystere ForEach is an instance method, it is not a extension method. My object browser shows List<T> implements ForEach.
Sep
8
answered How to create custom collection with Linq extensions?
Sep
8
comment Calling a Variable from another Class (C#)
Exactly, that's because they are static and no nothing about the instance of the object.
Sep
8
comment Calling a Variable from another Class (C#)
nope static methods, fields and properties can be accessed by instance members.
Sep
8
comment Calling a Variable from another Class (C#)
I see, well I do agree on that point.
Sep
8
comment Calling a Variable from another Class (C#)
why do you say that...why not?
Sep
8
accepted Calling a Variable from another Class (C#)
Sep
8
comment Calling a Variable from another Class (C#)
are you sure you added the public modifier.
Sep
8
answered Calling a Variable from another Class (C#)
Sep
8
comment c# linq update all records in database
@Grant I have added the code for the setter to the post hope you don't mind.
Sep
8
revised c# linq update all records in database
Added the code for the setter from the comments
Sep
7
comment C# Code Minification Tools and Techniques
how long is the code it might be easier to do it by hand.
Sep
7
comment C# Code Minification Tools and Techniques
but why is there a character limit, is it for a comp?
Sep
7
comment C# Code Minification Tools and Techniques
why do you want to do this?
Sep
7
asked Cross tab query with boolean fields as row headers.
Sep
6
comment Can someone help with this generic extension method?
true, even if you can get past the generic error it will blow up on the cast.
Sep
4
accepted a simple question about the InsertOnSubmit.
Sep
4
revised Which .NET blog should I use?
Possible Dup
Sep
4
awarded  Fanatic
Sep
3
comment Call method in already running .NET assembly from different app.
I'm in control of MyWrapper, MyApp and MyHook. Do you have any good info on doing named pipes.
Sep
3
asked Call method in already running .NET assembly from different app.