21,372 reputation
41952
bio website eitherxor.com
location United Kingdom
age 27
visits member for 3 years, 3 months
seen 8 mins ago
stats profile views 2,092

1h
answered Return an Array of a Struct in a WCF Datacontract
1h
comment Host ASP.NET website on IIS in my laptop to share with colleagues?
serverfault.com
1h
revised Host ASP.NET website on IIS in my laptop to share with colleagues?
deleted 28 characters in body
1h
comment Host ASP.NET website on IIS in my laptop to share with colleagues?
Maybe more appropriate for Server Fault. Not really a programming question.
1h
comment Return an Array of a Struct in a WCF Datacontract
This code has Parenthesitis.
1h
comment Foreach object loop
What is the object?
1d
revised How to lock file in c# so no one can edit it
deleted 13 characters in body
1d
revised cannot access non-shared function in shared context
added 4 characters in body
1d
comment What is the different between these?
Should select ...Generic.List from the configuration pane.
1d
comment What is the different between these?
What is the compiler error? Might be useful in diagnosis, you know.
1d
comment Call a button event from a function
Agreed. Treating event handlers in user code as functions is abuse.
1d
comment WCF, returning results back to server
Well, yes, but why? This kind of goes against the grain of strongly-typed, reusable, client-conforming web services. You could define a type in your client, make it serializable and then send the bytes over the wire, but again, to what end? You might well have an understandable reason, but without it this just seems a weird thing to do.
1d
comment WCF, returning results back to server
Option number 1, yes.
1d
comment Why does System.Web.HttpContext.Current.User.Identity.Name return an empty string?
It's not of much use showing us everything after getting the empty string - we kinda need to know how it came to be that way by knowing how you handle log-ins.
2d
comment Accessing Table in ListView ASP.NET
What do you actually want to do? To add rows programmatically you probably want a completely different method than server-run primitive web controls, such as using a Repeater.
2d
comment object reference not set to an object when display location
Then it's possible something else is null even after retrieving a location, such as City.
2d
comment string variable changes to 'null' automaticly
@dognose That entirely depends, if you need the second thing at all, then yes, if you mean to apply it to the first and therefore must distinguish.
2d
comment object reference not set to an object when display location
<%if (Model != null) ...
2d
answered string variable changes to 'null' automaticly
2d
answered object reference not set to an object when display location