Peter Meyer

3,701
Reputation
266 views

Registered User

Name Peter Meyer
Member for 1 year
Seen 9 hours ago
Website
Location US
Age 39
Currently a senior software developer/architect at JPMorgan Chase & Co.

I am one of those guys that wanted to make those Atari and Commodore computers on display in K-Mart in the early 80's do something. I spent way too much time in the 7-11's (and any other arcade) blowing my allowance on Donkey Kong, Galaga and the rest.

That and countless hours playing Zork on my aforementioned Commodore 64 got my hooked on programming, always with a desire to animate things and make really cool graphical stuff. Somehow I ended up doing factory automation software, enterprise apps and web site integration to legacy back ends. The closest I get to games is doing XHTML/CSS and pretending I'm a designer.

LinkedIn: http://www.linkedin.com/in/pomeyer
4h
accepted Ninject and Master Page injection
13h
answered Ninject and Master Page injection
Nov
25
comment best .net build tool
I'll check it out. I've thought a number of times about templating the NAnt script, but haven't gotten around to it. The biggest pain point in our process is the tedious copy/paste/edit cycle to get a new project configured for build. It's easy because we have well defined conventions now, but, as I said, tedious ... Thanks for the info.
Nov
16
awarded  Popular Question
Nov
14
awarded  Notable Question
Nov
12
comment Error with AccountController and Ninject 2 and ASP.NET MVC 2 Preview 2
Yeah, I played around quite a while with that one experimental branch until I found it on github, too. Good luck!
Nov
12
accepted Error with AccountController and Ninject 2 and ASP.NET MVC 2 Preview 2
Nov
12
comment Error with AccountController and Ninject 2 and ASP.NET MVC 2 Preview 2
As of this post and comment, this link references Ninject 1.x documentation. Activation scope is controlled differently in Ninject 2.
Nov
12
answered Error with AccountController and Ninject 2 and ASP.NET MVC 2 Preview 2
Oct
27
awarded  Nice Answer
Sep
10
comment Ninject kernel binding overrides
I actually agree with you. In most of my own unit tests, I'm doing "manual" injection -- which sounds too fancy for simply passing a mock to a constructor! I've used DI in unit tests in some isolated, specific cases, but certainly a minority of instances.
Sep
8
answered What is the equivalent of Container.GetAllInstances<T> in NInject?
Aug
25
awarded  Nice Answer
Aug
24
comment Ninject on asp.net Session state
What version of Ninject are you planning on using?
Aug
24
comment Ninject AOP - getting method parameters from intercepted method
Assume you are using Ninject 1.x ?
Aug
20
awarded  Yearling
Aug
15
comment Does anyone know of a good guide to get Ninject 2 working in ASP.NET MVC?
That's how I interpreted it. But, that's a good question.
Aug
14
comment Ninject equivalent of Unity RegisterInstance method
Yeah, looks good -- haven't used it myself yet, but looking to do so at soon.
Aug
13
comment Does anyone know of a good guide to get Ninject 2 working in ASP.NET MVC?
This is still based on deriving from NinjectHttpApplication.
Aug
12
answered Ninject kernel binding overrides
Aug
11
accepted Should I use InSingletonScope when binding MembershipProvider in NInject?
Aug
11
answered Should I use InSingletonScope when binding MembershipProvider in NInject?
Aug
11
answered Ninject equivalent of Unity RegisterInstance method
Aug
11
answered Ninject Binding
Aug
10
comment Ninject Binding
Also, what version of Ninject are you using?
Aug
10
comment Ninject Binding
Do the projects in the solution contain both the interfaces and concrete classes? Are you looking to bind them in a consuming solution/project or within this solution itself?
Aug
6
comment Specific down-sides to many-’small’-assemblies?
This is a great analysis. Thanks for doing the research.
Aug
6
comment Ninject not firing?
You're welcome!
Aug
5
answered Ninject not firing?
Aug
4
awarded  Nice Answer
Aug
3
comment ASP.Net MVC ActionLink’s and Shared Hosting Aliased Domains
No kidding. It's a royal pain and really, there's no good reason for it.
Aug
1
comment Specific down-sides to many-’small’-assemblies?
Agreed. That point wasn't clear from my diatribe, though I tried to express it -- I'm all for using multiple smaller assemblies as long as it makes sense. In other words what goes where can not be arbitrary but rather well planned along architectural, maintenance and reuse concerns.
Jul
31
answered Specific down-sides to many-’small’-assemblies?
Jul
30
awarded  Popular Question
Jul
29
accepted Architecting medium size asp mvc - using ninject and creating objects
Jul
27
comment In Ninject, how can I run custom code on an object after it is created with Bind<..>.ToSelf()?
Is there a problem with performing the task you want to perform in the constructor?
Jul
23
answered Architecting medium size asp mvc - using ninject and creating objects
Jul
20
comment ASP.Net MVC ActionLink’s and Shared Hosting Aliased Domains
Hey, thanks for the info.
Jun
18
comment Marshal Unmanaged struct to managed code using c#
Are you reading the raw bytes from a UDP connection?
Jun
18
revised Marshal Unmanaged struct to managed code using c#
Reformatted question so code snippet was properly formatted and readable
Jun
18
answered Does anyone know of a good guide to get Ninject 2 working in ASP.NET MVC?
Jun
17
comment Does anyone know of a good guide to get Ninject 2 working in ASP.NET MVC?
What's the reason you don't want to extend NinjectHttpApplication?
Jun
10
awarded  Guru