Graphain
|
Registered User
|
|
1d |
awarded | ● Popular Question |
|
Dec 6 |
awarded | ● Mortarboard |
|
Dec 1 |
awarded | ● Notable Question |
|
Nov 27 |
awarded | ● Nice Answer |
|
Nov 12 |
awarded | ● Popular Question |
|
Nov 9 |
comment |
Changing type of a field in C# at runtime Downside of this method is it's going to deserialize twice as much as it needs to |
|
Nov 9 |
comment |
Changing type of a field in C# at runtime Yeah it's pretty much XmlSerializer with some added attributes and ability to get around some limitations like private fields and dictionaries etc. |
|
Nov 9 |
comment |
Changing type of a field in C# at runtime But then I still have to have an entire duplicate hierarchy (oh well). |
|
Nov 9 |
comment |
Changing type of a field in C# at runtime Fair enough. The problem would be deserializer would only deserialize the common fields of IEmployee, not the additional stuff of either Employee or SpecialEmployee |
|
Nov 9 |
comment |
Changing type of a field in C# at runtime I was trying to avoid duplicating the hierarchy that was all. I'm using a custom deserializer. |
|
Nov 9 |
comment |
Changing type of a field in C# at runtime I guess I could override the 'Employees' field in my SpecialProjectTeam and add an attribute that says to make 'SpecialEmployees' good idea! |
|
Nov 9 |
answered | Changing type of a field in C# at runtime |
|
Nov 9 |
comment |
Changing type of a field in C# at runtime How would that help? |
|
Nov 9 |
comment |
Changing type of a field in C# at runtime Thanks, it's a possibility but messy in this case I think. |
|
Nov 9 |
comment |
Changing type of a field in C# at runtime Because if I extend Employee to SpecialEmployee then I need my ProjectTeam to hold SpecialEmployees and my Division to hold ProjectTeams that hold SpecialEmployees etc. Sure if there was no deserialization I could just add a SpecialEmployee to the ProjectTeam but as it stands deserialization will only fill the fields of 'Employee' not 'SpecialEmployee' |
|
Nov 9 |
asked | Changing type of a field in C# at runtime |
|
Nov 9 |
answered | C# and Excel files |
|
Nov 3 |
awarded | ● Popular Question |
|
Nov 3 |
awarded | ● Popular Question |
|
Nov 2 |
comment |
Travelling Visual Studio developers Many thanks :-) |
|
Nov 2 |
comment |
Travelling Visual Studio developers Thanks, I guessed as much. Nothing you can do against a keylogger I guess. |
|
Nov 2 |
comment |
Travelling Visual Studio developers Yeah, I'm a sole freelancer and everyone else I know works with PHP and wordpress only (I'm using ASP.NET MVC and C# forms apps). |
|
Nov 2 |
comment |
Travelling Visual Studio developers Thanks for the update - I guessed as much! |
|
Nov 2 |
comment |
Travelling Visual Studio developers Didn't mention using VS though.. |
|
Nov 2 |
comment |
Travelling Visual Studio developers Yeah agree. It's just I plan on going for 2 months and have clients that depend on me if something goes to hell in my absence. I think I'm inclined to the RDP route (as this is a backup plan that hopefully won't have to happen) but only if it is going to work if it needs to. |
|
Nov 2 |
comment |
Travelling Visual Studio developers Makes sense. Fortunately reliability isn't the biggest concern (if network is inaccessible then I just put off the work by a day). |
|
Nov 2 |
comment |
Travelling Visual Studio developers I just read about TrueCrypt sounds very cool. It's a deficiency in my knowledge but how would VPN/SSH help protect the RDP details when I login from say a net cafe PC? |
|
Nov 2 |
comment |
Travelling Visual Studio developers Just as a point of reference, discuss.joelonsoftware.com/default.asp?joel.3.369… discusses the RDP situation (including one user who used RDP in same situation, i.e. EU -> AU, who said it was bearable). |
|
Nov 2 |
comment |
Travelling Visual Studio developers Any experience using VS while on vacation? |
|
Nov 2 |
revised |
Travelling Visual Studio developers added 412 characters in body |
|
Nov 2 |
asked | Travelling Visual Studio developers |
|
Nov 2 |
comment |
XML Reserializing a partially deserialized xml document after changes Yeah I should, I wrote some solutions. Basically deserializing parts of an XML document into code objects that may not directly reflect the XML document (say incomplete deserializing) and then allowing full reserializing later (requires storing the nodes and updating the nodes at reserialize time based on the way they were deserialized and the current code object values). |
|
Nov 2 |
comment |
How do you organize your work? Problem with Evernote is it takes "search instead of organise" too far - you can't seem to organise your notes. |
|
Oct 15 |
awarded | ● Popular Question |
|
Oct 13 |
awarded | ● Notable Question |
|
Oct 9 |
awarded | ● Popular Question |
|
Oct 7 |
awarded | ● Tumbleweed |
|
Oct 6 |
comment |
How do we explain the result of the expression (++x)+(++x)+(++x)? @UncleBens Yep, got you. |
|
Oct 6 |
comment |
How do we explain the result of the expression (++x)+(++x)+(++x)? Right I understand you now. |
|
Oct 6 |
comment |
How do you tell the C# compiler that a symbol is a type and not a variable when they share the same name? global:: happened to be required so thanks :-) |
|
Oct 6 |
comment |
How do you tell the C# compiler that a symbol is a type and not a variable when they share the same name? Thanks for the global:: suggestion too. |
|
Oct 6 |
comment |
How do you tell the C# compiler that a symbol is a type and not a variable when they share the same name? Thanks, I never really thought about the spec before but recent work has tended to push me to the limits of the language (yeah this stupid question betrays that :P) and the spec will probably come in handy. |
|
Oct 6 |
comment |
How do you tell the C# compiler that a symbol is a type and not a variable when they share the same name? Genius, I must be too tired to be coding right now if that didn't enter my mind. |
|
Oct 6 |
asked | How do you tell the C# compiler that a symbol is a type and not a variable when they share the same name? |
|
Oct 6 |
comment |
How do we explain the result of the expression (++x)+(++x)+(++x)? Sure compilers have it undefined, but the auth asked how can it be 12. This is an explanation of how the compiler can achieve the result asked. |
|
Oct 6 |
comment |
How do we explain the result of the expression (++x)+(++x)+(++x)? That's what the compiler is doing. This is an explanation of how the compiler can achieve the result asked. |
|
Oct 2 |
comment |
(C#) Get index of current foreach iteration Not sure on the heavy downvoting. Sure performance makes this prohibitive but you did answer the question! |
|
Oct 2 |
awarded | ● Famous Question |
|
Sep 30 |
answered | Make Executable run at a lower priority |
|
Sep 30 |
answered | deserializing XML with dynamic types / converting string to System.Type |
