Aaron Fischer

3,864
Reputation
352 views

Registered User

Name Aaron Fischer
Member for 1 year
Seen 11 mins ago
Website
Location California
Age 32
I am a senior software developer and mentor with a focus on Microsoft technologies. My particular interests are in smart clients and web-based applications. I work for a small mortgage origination ISV.
9h
comment How Do I embed a CFormView into another CFormView
Wouldn't you embed the cFormView's frame as well?
9h
asked Can you Hide a virtual method in c++?
11h
comment How do I use KnownType to enable polymorphic return values in a WCF service contract?
I found lunaverse.wordpress.com/2007/05/… helpfull and the example at davybrion.com/blog/2008/… was what finaly got us working. The main thing to know is that you cannot use the visual studio autogenerated proxy class with NetDataContractSerializer
11h
asked How Do I embed a CFormView into another CFormView
12h
answered How do I use KnownType to enable polymorphic return values in a WCF service contract?
12h
comment nhibernate session starts
It's not making CRUD calls, its building the Static SQL statements for CRUD operations.
1d
accepted WSE 3.0 raises WSE1608 error
1d
accepted How Do you load png resource image in Silverlight?
1d
accepted How do you get the visual element inside a ItemsControl
1d
revised How to intercept WCF class creation
added 336 characters in body
1d
asked How to intercept WCF class creation
1d
accepted How to mimick medium trust?
1d
answered nhibernate session starts
Nov
28
revised Databinding in MFC
changed .pd to .pdf
Nov
28
answered How to mimick medium trust?
Nov
27
asked Databinding in MFC
Nov
27
awarded  Notable Question
Nov
26
awarded  Popular Question
Nov
26
comment First Windows Service - timer seems not to tick
Keep in mind that System.Threading.Timer and System.Timers.Timer run on separate threads and are not thread safe.
Nov
26
comment WCF FluentNhibernate Session managment and cache
the documentation is here nhforge.org/doc/nh/… also take a look at ayende.com/Blog for lots of good info. And Davy has a quick start davybrion.com/blog/2009/…
Nov
26
accepted WCF FluentNhibernate Session managment and cache
Nov
20
revised Best method to obfuscate or secure .Net assemblies
added crypto obfuscator and corrected list and hyperlinks
Nov
20
revised Best method to obfuscate or secure .Net assemblies
added 98 characters in body
Nov
17
revised How can I coax an object to a IList<T>?
added 550 characters in body
Nov
17
asked How can a base class reference a supertype and still compile?
Nov
17
asked How can I coax an object to a IList<T>?
Nov
15
accepted Should i use nhibernate for a fairly small project?
Nov
14
comment Should i use nhibernate for a fairly small project?
I don't disagree, but on the other hand there is YAGNI. Just depends on how well you predict the future.
Nov
14
answered Which is the best for a 3-tier architecture; Linq to SQL or Nhibernate?
Nov
14
answered Should i use nhibernate for a fairly small project?
Nov
14
answered WCF Problem Sending Object To Client
Nov
14
answered Error using WCF and DataContractSerializer
Nov
12
revised how to create expression tree / lambda for a deep property from a string
added 808 characters in body
Nov
11
comment Is there a way to get a property value of an object using PropertyPath class?
How would you write back to that property?
Nov
10
revised How Do I copy an existing nhibernate object as a new object?
added 157 characters in body
Nov
10
comment WCF FluentNhibernate Session managment and cache
You can work with your second level cache that is per sessionFactory but a session should be tied to a short lived unit of work. In wcf the call would be your unit of work. You could close the session and store it somewhere for next time(reopen the session) but managing session life span between wcf calls will not be fun.
Nov
10
asked How Do I copy an existing nhibernate object as a new object?
Nov
9
asked Is there a library to get/set property from a string (xpath or Property Path)
Nov
9
answered WCF FluentNhibernate Session managment and cache
Nov
9
answered WCF ChannelFactory vs generating proxy
Nov
8
awarded  Fanatic
Nov
4
asked Resolving a Generic with a Generic parameter in Castle Windsor
Nov
4
answered Is there a way to define reusable properties to n-hibernate mappings?
Nov
4
comment Should NHibernate assign id to entities or should it be handled by application?
How is the entity invalid with out an id? And what are you trying to test?
Nov
3
accepted How to market web-based application
Nov
3
answered NHibernate - Why is connection needed to build factory if connection can be passed to session constructor?
Nov
2
answered How to market web-based application
Oct
30
answered How to use NHibernate CurrentSessionContext within a Timer
Oct
30
comment Save data through a web service using NHibernate?
What version of .net are your client and server? Are you ever going to need to communicate with a none .net client?(or how tightly coupled do you want to be?)
Oct
30
answered RIA Services does not support entities that are decorated by NHibernate mapping attributes?