objektivs

734
reputation
89 views

Registered User

name objektivs
member for 1 year
seen yesterday
website
location Wellington
age 33
C# developer
Oct
29
asked Does anyone have any performance metrics of ADO.NET connection pooling vs. the create-and-destroy method?
Oct
20
asked How far can one take SimpleDB, OpenID and the Cloud?
Oct
14
answered Amazon SimpleDB Woes: Implementing counter attributes
Oct
14
comment AWS SimpleDB
This is the technique I am looking to use. Good for start-ups.
Oct
14
answered Is there a production grade SimpleDB .NET library?
Oct
13
revised What microformats have you had the most uptake with?
Extra tag + related questions
Oct
13
asked What microformats have you had the most uptake with?
Oct
10
awarded  Yearling
Sep
29
revised Do you know of any ASP.NET MVC code generators?
Changed the title to mkae it a question; edited title
Sep
28
asked Do you know of any ASP.NET MVC code generators?
Sep
23
comment Best way to store muti-type field
Hadn't realised that I had. (PC locks up every now and then so I click impatiently until it comes back.)
Sep
23
comment How do I follow a WCF request from start to finish?
I have heard of it but have never been able to get it going. I try every now and then but nothing seems to happen. It could be my dev machine not playing nicely; it's a hand-me-down.
Sep
22
asked How do I follow a WCF request from start to finish?
Sep
22
answered .NET equivalent of java.awt.color.ColorSpace
Sep
22
comment Best way to store muti-type field
Querying on XMl data type slooks like this: SELECT xCol FROM docs WHERE xCol.exist ('/book/@ISBN[. = "0-2016-3361-2"]') = 1 I don't have any specifics on XML indexing performance. I think it depends on whether you type your XML. Of course, depending on the scenario this performance cost may be acceptable. You'll only know if you try benchmarking.
Sep
22
answered Best way to store muti-type field
Sep
22
comment C# : Why doesn’t ‘ref’ and ‘out’ support polymorphism?
I feel humbled reading this thought process. I think I better get back to the books!
Sep
21
comment What OS software is missing in the .NET world?
What functions/features of Eclipse are not catered for by SharpDevelop? I've never used Eclipse so I'm not sure what sets it apart.
Sep
21
comment What OS software is missing in the .NET world?
Superb answers...
Sep
21
revised What OS software is missing in the .NET world?
Spur the communit on
Sep
21
revised What OS software is missing in the .NET world?
CodePlex foundation reference
Sep
20
comment What OS software is missing in the .NET world?
The whole CodePlex Foundation creation has got me thinking about this and right now it might be a lot of fun to get involved. Thanks.
Sep
20
comment What OS software is missing in the .NET world?
Fair enough comment @spender. I love software creation but I also enjoy improving things either thorugh features/design elegance/minimalistic approach/anything else. Otherwise I could not remain engaged.
Sep
20
asked What OS software is missing in the .NET world?
Sep
11
answered Best way to implement Repository Pattern?
Sep
9
comment Jquery to load content into div
Are you making a cross-site call?
Sep
9
revised Jquery to load content into div
deleted 2 characters in body
Sep
9
answered Jquery to load content into div
Sep
8
answered Should I learn jQuery??
Sep
7
answered Handling errors and feedback when performing bulk operations in a multi-tiered architecture
Sep
7
revised I want to be an entrepeneur software developer! Where do I start?
Typos...
Sep
7
answered I want to be an entrepeneur software developer! Where do I start?
Sep
6
awarded  Popular Question
Aug
31
asked What are good database options to use for app dev on Mac OSX?
Aug
27
comment Unusual programming interview questions
Daniel, what is every possible way?
Aug
25
revised Tips for writing fluent interfaces in C# 3
edited tags
Aug
25
comment jQuery within a Repeater
Hi Alexis. Thanks for the tick :). With the subtext issue I would output that as either a hidden field or a HTML element I style as hidden. Then create a selector that can find that when you need it. Possibly similarly as before, var subText = $('input#subTextID' + id, '#repeater-id').val();
Aug
24
accepted jQuery within a Repeater
Aug
24
answered What are some good open source c# examples of quality domain models.
Aug
21
comment What is your best programmer joke?
As I look at this answer I see it has been upvoted 666 times. Fitting that it is a SQL joke!
Aug
19
revised jQuery within a Repeater
Elaborated on second comment.
Aug
19
answered jQuery within a Repeater
Aug
18
comment Database Design for Tagging
Would you mind sharing how you went about it with SO?
Aug
18
asked YUI Compressor and .NET Apps
Aug
12
answered Javascript Function Scope
Aug
9
comment POCO’s, DTO’s, DLL’s and Anaemic Domain Models…
Do you know of any source code examples of such a design? I find the principles make sense but when I get down to the implementation of FlyToAirport I end up with a chatty interface to the database if I need update several tables especially if I am not using SPs.
Aug
6
comment One var per function in JavaScript?
But it is a valid answer to my question...
Aug
6
comment One var per function in JavaScript?
I've had two superb answers from stackoverflow.com/users/5445/cms and stackoverflow.com/users/51101/breton. I feel that together they both answer this question. How can I give credit to both? :(
Aug
5
asked One var per function in JavaScript?
Aug
3
comment NOLOCK with Linq to SQL
Just found this question which crosses over in part, but credit due anyway: stackoverflow.com/questions/62963/… I'll keep the question open for a while just in case.