Mauricio Scheffer

10,731
reputation
1311 views

Registered User

name Mauricio Scheffer
member for 1 year
seen 2 hours ago
website
location Buenos Aires, Argentina
age 29
yet another developer, mostly .net, mostly web
7h
comment F#, another VBA in Office?
voted to reopen
7h
revised Feedback on Mono rails
edited tags
7h
answered Feedback on Mono rails
8h
comment Why does Castle Windsor constructor crash on Windows Server 2003 with a manifest?
check the event log. what's the exception?
12h
answered F#, another VBA in Office?
12h
comment F#, another VBA in Office?
This looks like a valid question to me (although somewhat badly phrased)
1d
comment When do you choose to load your javascript at the bottom of the page instead of the top?
Sorry if I wasn't clear enough. I meant: put your js code as close to the bottom as possible without breaking anything. If you move some code to the bottom and get a js error, you've gone too far :-)
1d
comment C++ compiler that actually works
what do you mean they don't work? Which ones have you tried? what errors do you get?
1d
comment When do you choose to load your javascript at the bottom of the page instead of the top?
whenever you can without breaking any functionality.
2d
awarded  Mortarboard
2d
answered ASP.NET MVC & Windsor.Castle: working with HttpContext-dependent services
2d
accepted Free OCR library
Dec
4
comment NHibernate Caching Objects Based on Parent Class’s ID
can you create a runnable testcase?
Dec
4
comment [Active Record] How to get a list of objects with more then one initialized collection using Eager Loading and Detached Criteria?
Please create a new question or use the castle google group as this is not an answer to the question.
Dec
4
answered Gallio and MbUnit in NAnt
Dec
4
comment Parameter unexpectedly initialized when invoked from unit test
Is the issue with your test or with your actual app? I don't see Windsor in these tests...
Dec
1
awarded  Self-Learner
Dec
1
accepted ASP.NET MVC - Castle ActiveRecord - Show SQL queries
Nov
28
accepted String format for Castle DictionaryAdapter
Nov
26
comment Windsor with composite WPF February release (Prism 2)
It's the one I linked above.
Nov
25
comment How to use ASP.NET MVC MasterPage with asp.net form?
did you find a solution?
Nov
25
comment NHibernate include/exclude all
but if you add more criteria with Add() they will actually AND with the 1=0
Nov
25
answered String format for Castle DictionaryAdapter
Nov
25
answered ASP.NET MVC - Castle ActiveRecord - Show SQL queries
Nov
25
comment Gallio and MbUnit in NAnt
it's <files> instead of <assemblies> now: code.google.com/p/mb-unit/…
Nov
25
revised Nhibernate profiler Question
edited body; edited tags
Nov
25
comment Numpy - show decimal values in array results
I have no idea what the question is about, I hope I translated correctly :)
Nov
25
revised Numpy - show decimal values in array results
translation
Nov
25
comment how to mock container.Resolve<Type>()
I'd really try to avoid this and use what Mark and Kent showed above.
Nov
25
comment how to mock container.Resolve<Type>()
@Omu: why do you need it like that?
Nov
25
comment ASP.NET MVC View Code Formatting - braces <% } %>
duplicate: stackoverflow.com/questions/720042/…
Nov
25
accepted Support for Database testing in NUnit?
Nov
25
answered SOLR How to return only limited matched content
Nov
25
comment Hiding a link in asp.net
please take a minute to read the FAQ, this is not a forum.
Nov
25
comment Iframes quick question
please take a minute to read the FAQ, this is not a forum.
Nov
25
comment Iframes quick question
please take a minute to read the FAQ, this is not a forum.
Nov
25
answered NHibernate: How to use “IN” with CreateCriteria?
Nov
24
comment C#, NUnit: Is it possible to test that a DateTime is very close, but not necessarily equal, to another?
wanna switch to mbunit? stackoverflow.com/questions/727260/… ;-)
Nov
24
revised Castle Windsor: how to know that the container has been initialized or configured ?
added 50 characters in body
Nov
24
answered Castle Windsor: how to know that the container has been initialized or configured ?
Nov
24
comment Castle Windsor: how to know that the container has been initialized or configured ?
This doesn't sound like a good idea... Could you elaborate on "some configurations of my application"? What configurations?
Nov
24
comment NHibernate criteria query question
@Chris: again, think in SQL/RDBMS terms. A multicriteria is just a batch of queries sent to the database, and the database returns a batch of responses. They can't possibly be related.
Nov
24
comment NHibernate criteria query question
@Chris: try thinking in SQL. What queries would you issue to get to your data in an optimal way? Either you use 3 queries with small resultsets or a query with a big resultset. Remember that NHibernate can only generate SQL, it can't get stuff from the database any other way.
Nov
24
comment Refine: Castle ActiveRecord SessionScope implementation for WCF with PerSession InstanceContext
There's nothing about Ayende's UnitOfWork in there. It does use Windsor's WCF facility and I recommend you use it too, it will make things easier.
Nov
24
comment Refine: Castle ActiveRecord SessionScope implementation for WCF with PerSession InstanceContext
have you seen mail-archive.com/castle-project-users@googlegroup… ?
Nov
24
comment How to use ASP.NET MVC MasterPage with asp.net form?
you might want to try this: bugsquash.blogspot.com/2009/02/… but it's not the same exception...
Nov
24
comment How to use ASP.NET MVC MasterPage with asp.net form?
please edit the question and title, instead of 'Is there a way...' refer to the concrete issue (NullReferenceException) also post the first lines of the stacktrace in the question. Otherwise you won't get meaningful answers.
Nov
24
comment How to use ASP.NET MVC MasterPage with asp.net form?
full stacktrace please
Nov
23
accepted Register Multiple Components for Single Interface Using Castle Windsor
Nov
23
answered Register Multiple Components for Single Interface Using Castle Windsor