Matt Hinze

4,038
Reputation
394 views

Registered User

Name Matt Hinze
Member for 1 year
Seen Nov 25 at 12:38
Website
Location Austin, TX
Age 31
Senior Consultant at Headspring Systems in Austin, TX; open source developer; ALT.NET practitioner; agilist; software development instructor; Microsoft MVP C#; Microsoft Certified Trainer.
Nov
22
comment Reportviewer datasource in asp.net-mvc
yeah.. i know. we've moved completely away from tools like this btw. in favor of a tool that converts html to pdf (using the CSS3 stuff for page headers, etc)
Nov
13
comment Reportviewer datasource in asp.net-mvc
First of all, I'm sorry you have to work with this horrible tool. The BindingSource is a "control" you can "drag" to the designer surface.
Nov
11
answered ASP.NET and Objects
Nov
5
awarded  Good Answer
Oct
21
accepted Nhibernate mapping: Encapsulating a list within an object.
Sep
15
accepted Object to object mapper
Aug
25
accepted AutoMapper flattens Domain Models but does it do the opposite? If not, what does?
Aug
25
awarded  Yearling
Aug
1
answered Is there a way to detect and debug circular references when using StructureMap?
Aug
1
answered AutoMapper flattens Domain Models but does it do the opposite? If not, what does?
Aug
1
answered Static lookups in NHibernate
Jul
26
comment What is the best practice for creating an ASP.NET MVC control or helper?
we've actually abandoned subcontrollers at this point. currently we're using renderaction and renderpartial and htmlhelper extensions (to codify renderaction/renderpartial calls)
Jul
17
accepted Things to consider when writing our own Continuous Integration server?
Jul
4
awarded  Good Answer
Jun
25
comment nhibernate starting performance
.. which should happen just once when the app starts.
Jun
22
comment Which ORM for .net would you recommend?
why do you need linq support?
Jun
22
awarded  Good Answer
Jun
22
answered What’s Your Favorite C# Open Source Project of the year 2008?
Jun
19
answered NHibernate passing parameter in criteria
Jun
5
comment Can I get the parameters used in an expectation in Rhino Mocks?
It's fine to use null with IgnoreArguments and Constraints. The constraints are asserting on the arguments.
Jun
2
comment Nhibernate mapping: Encapsulating a list within an object.
Why are you concerned about your notation at this point?