Odd

1,684
Reputation
147 views

Registered User

Name Odd
Member for 1 year
Seen 1 hour ago
Website
Location Sydney
Age 29
Building software is like building churches, first you build it, then you pray!
18h
answered Problems with ASP.NET MVC Deployment
Oct
25
answered Entity Framework - partial commit
Oct
25
answered Create Dynamic pages in asp.net mvc
Oct
22
answered ASP.Net MVC Wildcard Mappings IIS 6.0 - Page Can Not be Found
Oct
22
answered Is it a bad idea to do ASP.NET MVC without any ORM ?
Oct
13
awarded  Popular Question
Oct
11
answered Is there a fast way to get rows from a table by range as IQueryable in C# LINQ to SQL?
Oct
9
answered Can you remove an item from a List<> whilst iterating through it in C#
Oct
6
comment Issue calling a web service - Use the XmlInclude or SoapInclude attribute
Looks like this is correct, unfortunately for me there were so many other issues with the WSDL file not creating a descent proxy that I've just given up and gone direct HTTP. Your answer was dead on though, thanks.
Oct
2
asked Issue calling a web service - Use the XmlInclude or SoapInclude attribute
Sep
30
comment ASP.NET Three Tier
Will your whole data access layer be on a different server or just your database be on a different server?
Sep
28
comment ASP.NET WSAT (Website Administration Tool) and Custom Membership Providers
This query might be a bit old, but thanks for the informative answer.
Sep
17
awarded  Yearling
Sep
11
awarded  Notable Question
Sep
9
comment Block characters from input text field, mirror input into span or div
What is the question exactly? Also, your javascript might be better in a code block and formatted so it's readable.
Sep
8
comment WCF Security - Data origin security
I was hoping to do with with config, not code, but this will certainly do the trick if there is no way to do it with config. Thanks for the answer.
Sep
8
asked WCF Security - Data origin security
Aug
31
answered calling a procedure or handling in code behind - which is better?
Aug
27
comment Private Accessor don’t build when using MSBuild
While it might work, it's not what I'm after. I can produce a DLL that contains the accessor in it, but it is quite difficult to then have to link this into the solution. I'm trying to install Visual Studio now to see if that works.
Aug
27
answered Private Accessor don’t build when using MSBuild
Aug
27
comment Private Accessor don’t build when using MSBuild
I'll give this a shot today, sounds like it could be a likely culprit
Aug
27
comment Private Accessor don’t build when using MSBuild
The source shared between the build server and the development environmentis exactly the same, so this is not likely the problem.
Aug
26
comment Private Accessor don’t build when using MSBuild
How do I check the value of [assembly:InternalsVisibleTo]?
Aug
26
comment ADO.NET Entity Framework: Best way of creating generic interface for business entities?
Yup that's pretty much the way it's done with the entity framework.
Aug
26
comment Which namespace does a factory class belong?
That's fine, it doesn't suit everyone. I personally don't like to keep too many classes in a single namespace / directory because it clutters up my code and where I can logically separate, I do.
Aug
24
awarded  Good Question
Aug
24
comment Private Accessor don’t build when using MSBuild
Unfortunately that doesn't tell me why it won't build on my build machine. I'm still stuck.
Aug
24
comment Private Accessor don’t build when using MSBuild
It appears to build correctly on my development machine when using MSBuild from the command line.
Aug
24
comment Private Accessor don’t build when using MSBuild
I've put some simple code in that should give an idea on how I'm using my accessor.
Aug
24
revised Private Accessor don’t build when using MSBuild
Edited to add code as per the comment.
Aug
24
answered Which namespace does a factory class belong?
Aug
24
accepted Winforms - best directory / project structure
Aug
24
asked Private Accessor don’t build when using MSBuild
Aug
20
comment jQuery Ajax Json submission problem with single quotes
Great response, thanks. I used json.js and JSON.encode(myobject) instead of building a string.
Aug
20
asked jQuery Ajax Json submission problem with single quotes
Jul
29
answered Better to have huge Controllers, or many controllers, in MVC?
Jul
28
comment command pattern returning status
My answer would have been quite similar to this if Thomas hadn't answered first. Good answer. A pattern is a guide, not a hard and fast rule.
Jul
28
comment How can I set a tabindex in a foreach loop in an ASP.NET MVC view?
Why does that code not work, what happens, or what is produced? It doesn't look entirely wrong to me.
Jul
28
answered How to call a asp.net page asynchronously using JQuery
Jul
23
answered Building a language switcher - 2 languages only - ASP.NET MVC
Jul
23
answered Using statment and Entity Framework Entities
Jul
23
answered Asp.net MVC same view name, different paths
Jul
22
comment C# ASP.NET MVC: Single-Line If Clause in View?
Beaten to the punch, nice post.
Jul
22
answered C# ASP.NET MVC: Single-Line If Clause in View?
Jul
21
comment Object of type ‘System.UInt16’ cannot be converted to type ‘System.Int16’.
Where exactly are you getting the error, in the view on on one of the two lines of code above? If above, which line?
Jul
21
comment How do I create a two-column snaking layout in ASP.NET MVC?
I think if you're not adverse to this solution it is probably the most preferable. Your resulting code will be far more efficient than having to process it client side with javascript.
Jul
21
comment How do I create a two-column snaking layout in ASP.NET MVC?
Exactly what I was starting to write up when I saw this answer, as long as the user is familiar with jQuery it will work very well.
Jul
21
comment Developing Math libraries
Also, it would be very helpful if you were to post some information about why your library will need to be so optomised. Will it be called many times over and over or will it process one VERY large set of data or perhaps both. It would help to answer the question.
Jul
21
comment CruiseControl.NET build fails when SVN is not available
Mate that's awesome, that documentation wasn't there the last time I searched for it. Exactly what I needed, though I won't know if it works for a few days it certainly appears like it will. Thanks!
Jul
21
comment CruiseControl.NET build fails when SVN is not available
My repository is off site, hosted in another country actually. I could reduce the errors significantly if I changed the interval from 60sec to 30 mins, but I would rather not. I am not surprised that 1 out of 1440 web requests fail on our network.