Bevan

8,252
Reputation
439 views

Registered User

Name Bevan
Member for 1 year
Seen 9 hours ago
Website
Location Wellington, New Zealand
Age 37
Professional software developer in Wellington, New Zealand.
9h
revised Clear the CLR memory
deleted 1 characters in body
13h
answered Clear the CLR memory
17h
answered How can I disable end user sorting of the XtraTreeList?
17h
asked How to prevent editors from closing when background processing updates XtraTreeList Node?
1d
revised How to increase the size of File Attachment in Drupal
Reformatted.
2d
awarded  Self-Learner
2d
revised Username & password string comparison problem
Speeling.
2d
revised What Are Your Thoughts On Entity Framework 4.0?
added 92 characters in body
Nov
22
answered Subdomain not reading modules or themes folder under sites/all/
Nov
22
comment How to listen on multiple IP addresses?
I suspect it's a case of "let's make the common case easy to achieve" by the designers of the framework, providing a useful shortcut.
Nov
22
answered How to listen on multiple IP addresses?
Nov
22
answered Hidden Features of Windows.Forms
Nov
22
asked Hidden Features of Windows.Forms
Nov
17
answered What is the most “lightweight” winforms control?
Nov
14
comment Is it possible to do an algebraic curve fit with just a single pass of the sample data?
To quote the original question: "I need to fit thousands of curves simultaneously"
Nov
13
answered Is it possible to do an algebraic curve fit with just a single pass of the sample data?
Nov
13
answered Is it possible to do an algebraic curve fit with just a single pass of the sample data?
Nov
10
comment What interview question weeds out ‘bad’ applicants?
I'm not sure whether these are intentionally things that sound like questions, but aren't, or not? e.g. Virtual inheritance would mean that you can override the inheritance to change it, and I've never seen a system that allows that - which might be why it's a good interview question. Or, maybe, the question is around the difference between virtual members and non-virtual members of a class, which is also a good interview question, but less interesting.
Nov
9
comment MS StyleCop and CruiseControl.NET
TeamCity Professional is the free edition - it's limited to 20 build configurations and 3 build servers, which isn't much of a limitation at all. My work purchased the Enterprise edition to gain unlimited build configurations and LDAP integration. The 20 build configuration limit isn't going to limit many uses. All of the limitations I've run into are problems with CruiseControl: Lack of documentation, the need to hand-configure XML, lack of polish and so on.
Nov
9
answered The Three ROME Object Models Design Pattern
Nov
9
revised The Three ROME Object Models Design Pattern
Made code into code; tags
Nov
8
answered Remove 3 oldest elements from a List<> in C#
Nov
8
comment Garbage Collector in Real-Time System
@SMKamran - "unmanaged environment ... much better performance and speed". Time to go and check your base assumptions - a managed environment does not automatically mean poor performance and slow execution. In fact, because the runtime has more information available, and more scope to adapt, more optimization is possible. You wouldn't believe any references I gave - so please, go do some real research and check your facts.
Oct
31
answered Parse nested groups
Oct
30
comment Low-fi Learning Management System?
While Drupal is very good at static content, that's not the limit. Check out the title of the homepage for drupal.org: "Drupal - Community Plumbing". There's a lot of stuff in Drupal explicitly oriented at communities of people wanting/needing to work together.
Oct
30
comment Low-fi Learning Management System?
Of course coding your own modules is an option - from what I've read, writing your own Drupal Modules isn't difficult, and you would get exactly what you want. Downside is the effort - using/configuring a module can be a lot faster than writing your own code.
Oct
28
answered Un-Published items showing in Drupal search results (google search appliacne)
Oct
28
answered Low-fi Learning Management System?
Oct
27
comment CSharp: Not all code paths return a value.
Incorrect: If the problem with the foreach loop is addressed, both branches of the inner if/else will return values and the compiler will be happy.
Oct
27
comment Looking for an alternative to Trac: Project management and bug tracking system for multiple projects.
I just checked - look for "JIRA Subversion Plugin", from Atlassian themselves. Usable for version 3.12 and up.
Oct
27
comment Looking for an alternative to Trac: Project management and bug tracking system for multiple projects.
JIRA does integrate with SVN; tracking from an issue to the code modified to address that issue is something we use across a number of projects at work.
Oct
27
revised To find first N prime numbers in python
edited tags
Oct
26
accepted .NET ORM for Database with no primary keys defined
Oct
25
accepted .NET - What is the best/correct way to iterator through a List and remove misc. members?
Oct
25
answered .NET - What is the best/correct way to iterator through a List and remove misc. members?
Oct
24
comment My program crashes when GC perform garbage collection
Calling GC.Collect() can provoke a crash on another thread if that thread contains unmanaged code that references unpinned memory on the managed heap.
Oct
23
comment Show CPU Registers in VS2008 watch window
Surely qualifies as one of the shortest useful answers on SO. :-)
Oct
23
comment Which .net ORM can deal with this scenario
Interesting that you seek to achieve "simplicity" by avoiding NHibernate. While NHibernate does have complexities, those are for complex situations - simple things really are simple.
Oct
23
answered .NET ORM for Database with no primary keys defined
Oct
23
answered Can IL produced by C# 4.0 compiler run on CLR 2.0 ?
Oct
23
awarded  Yearling
Oct
21
awarded  Tumbleweed
Oct
20
answered Best/quickest way to learn Java for a seasoned .NET/C# and C++ developer
Oct
20
comment How to add trailing dots?
Your question isn't clear - I'm not sure what you're trying to achieve. Do you want to append "." to make the string a particular length? Or are you wanting to write activity indicators out to the console for a commandline application? or something else?
Oct
20
answered Convert non-ascii domain to SMTP compatible
Oct
20
revised Convert non-ascii domain to SMTP compatible
Tidy up.
Oct
19
awarded  Nice Answer
Oct
19
answered Converting a decimal number into binary
Oct
19
comment What would be your choice of Perl XML Parsers for files greater than 15 GB?
I suspect that Sinan and I gave the same answer at the same time - when I first saw this question, there was no answer at all; While I wrote this, Sinan wrote his.
Oct
19
accepted What would be your choice of Perl XML Parsers for files greater than 15 GB?