Chris Conway

1,886
Reputation
171 views

Registered User

Name Chris Conway
Member for 1 year
Seen 4 hours ago
Website
Location Mechanicsburg, PA
Age 32
C# developer always looking to be better at what I do
8h
awarded  Popular Question
9h
answered Nhibernate 2.1.0.4000 slower than 2.0.1.4000? Any NH default setting changed?
1d
asked How can I get a session timeout page to bubble up out of an iframe?
2d
answered C# books that cover ‘real world’ uses
Nov
27
awarded  Popular Question
Nov
21
comment Nhibernate - No Class Mappings!
what does your nhibernate.config (or hibernate.cfg.xml) file look like?
Nov
12
awarded  Popular Question
Nov
11
comment Asynchronous queries in a web app, using NHibernate
I'm having this same issue. The NHibernate ISession is stored in the HttpContext which isn't available in asynchronous methods. Is there a way around this?
Nov
9
accepted cascade delete multiple levels with nhibernate?
Nov
6
answered cascade delete multiple levels with nhibernate?
Nov
6
asked cascade delete multiple levels with nhibernate?
Nov
5
asked Find unused stored procedures in code?
Nov
5
comment How do I get started with Unit Testing? Total n00b question, thoughts?
just about anything roy osherove does with unit testing is gold!
Oct
23
asked Is it possible to map a composite key in fluent nhibernate where half of the key is an identity field in the database?
Oct
6
comment How to develop a standard (C# vs. VB.NET)
If you were coding your application in Notepad, then yes, the verbosity of VB.Net gets annoying quickly. With Visual Studio, Intellisense and ReSharper (if you've got it), the language verbosity is a non issue as far as I'm concerned. FYI, I'm a c# developer.
Oct
6
comment How to develop a standard (C# vs. VB.NET)
how big is your shop? if it's 3 out of 6 that specialize in c#, it'd be relatively easy to switch over. if it's 3 out 30, that would be harder to get going in c#.
Oct
2
revised Integration Testing best practices
retagged to add "subjective"
Oct
1
awarded  Popular Question
Oct
1
answered C# Encryption gone wrong part 2… please help
Oct
1
revised What’s the worst security hole you’ve ever seen?
added "subjective" tag
Oct
1
answered Deploying ASP.NET MVC application in Visual Studio 2008
Sep
30
revised Confirm message in ASP.NET
edited tags
Sep
21
awarded  Popular Question
Sep
11
asked Are there any in-memory databases that support computed columns?
Sep
7
awarded  Popular Question
Sep
1
comment linq to xml - read hibernate file
Worked beautifully! Thanks!
Sep
1
asked linq to xml - read hibernate file
Aug
30
awarded  Popular Question
Aug
27
asked How can I write xml with a namespace and prefix with XElement?
Aug
26
comment Good polished web sites for business apps for inspiration?
Basecamp is an excellent app by 37 signals and an inspiration to any web app
Aug
26
awarded  Yearling
Aug
25
comment Integration Testing best practices
i like the idea of that, for sure!
Aug
25
asked Integration Testing best practices
Aug
20
comment Help me test a one-to-many realtionship with NHibernate and NUnit.
Also check the unit of work you're dealing with... if each access is wrapped in it's own transaction, you could be getting the No Session error. See this for an example: stackoverflow.com/questions/345705/…
Aug
20
answered Help me test a one-to-many realtionship with NHibernate and NUnit.
Aug
14
comment Restrictions.Disjunction() between condition a AND condition b OR condition c AND condition d
I ended up doing it completely differently from this because of the dynamic nature of my query builder, but this does answer the question as stated. Thanks! I used the operator overload features of nhibernate to create an AbstractCriterion and then added all the abstractcriterion to a Restrictions.Disjunction().
Aug
14
asked Restrictions.Disjunction() between condition a AND condition b OR condition c AND condition d
Aug
12
awarded  Popular Question
Aug
5
revised How do I bind a list of objects with composite-key to a checkbox list?
edited title
Aug
5
comment How do I bind a list of objects with composite-key to a checkbox list?
worked like a charm. many thanks!
Aug
5
asked How do I bind a list of objects with composite-key to a checkbox list?
Jul
30
comment How can I use a composite-id with a class as the id field in fluent nhibernate?
Patch Complete... It can be found here: code.google.com/p/fluent-nhibernate/…
Jul
30
comment How can I use a composite-id with a class as the id field in fluent nhibernate?
Thanks for pointing me to the code, I'm working on a patch right now!
Jul
29
asked How can I use a composite-id with a class as the id field in fluent nhibernate?
Jul
24
comment How can I pass a property of a class as a parameter of a method in c#
This is precisely what I was looking for, thanks!
Jul
24
revised How can I pass a property of a class as a parameter of a method in c#
Provided more detail
Jul
24
asked How can I pass a property of a class as a parameter of a method in c#
Jul
22
revised How can we implement Basic Authentication and WSE 3.0
edited tags
Jul
13
awarded  Popular Question
Jun
26
awarded  Tumbleweed