Stories recently tagged with 'Castle'

IoC & Convention over Configuration in an Agile world(www.infoq.com)

submitted by wladekwladek(38) 7 days, 5 hours ago

James Kovacs (http://www.jameskovacs.com) is highly regarded figure in the .NET consulting community. The video linked in this kick is a great talk on how to simplify your codebase using Convention over Configuration with your IoC container. It also briefly touches on some other topics like testing, app bootstrap/initialization, and lots of details regarding the Castle container itself. To download the FakeVader application he uses in his talk check it out on github: https://github.com/JamesKovacs/fakevader read more...

add a comment |category: |Views: 199

tags: another

Developer handkit for ASP.Net Developers(cavemansblog.wordpress.com)

submitted by cavemansblogcavemansblog(40) 3 years ago

However skilled you are as a technician, without the appropriate tools you would still be a dud. Just like a craftsman knows his/her tools, a software professional also has to know the tools that are apt for the job. read more...

add a comment |category: |Views: 12

tags: another

IoC - ‘A Simple Example’ with Castle(hiberlog.wordpress.com)

submitted by mark_Wmark_W(145) 3 years, 3 months ago

A simple, easy to follow example of implementing IoC using Castle Windsor read more...

add a comment |category: |Views: 72

tags: another

Singleton WCF Proxy(javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 3 years, 8 months ago

Javi shows how to implement WCF singleton proxies with Castle taking into account faulted state scenarios. read more...

add a comment |category: |Views: 162

tags: another

"Mock" Backend for Castle ActiveRecord(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 8 months ago

Testing code that uses Castle ActiveRecord business objects requires some sort of back end for persistence. This approach allows you to use a "mock" back end with ActiveRecord so that you don't need to rely on a file system or database service to unit test your services. read more...

add a comment |category: |Views: 76

tags: another

Comparing .NET DI (IoC) Frameworks, Part 2(blog.ashmind.com)

submitted by ashmindashmind(775) 3 years, 8 months ago

A second part of popular IoC frameworks comparison. read more...

add a comment |category: |Views: 514

tags: another

Comparing .NET DI (IoC) Frameworks, Part 1(blog.ashmind.com)

submitted by ashmindashmind(775) 3 years, 9 months ago

A first part of feature comparison between the most popular DI (IoC) Frameworks: Castle, Unity, Autofac, Ninject, StructureMap and Spring.Net. read more...

add a comment |category: |Views: 84

tags: another

BREAKING NEWS! Castle Project Lead Hamilton Verissimo Joins Microsoft (blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 10 months ago

In a strategic move on Microsoft’s part that has the open source community buzzing, the well-known and respected founder of the Castle Project Hamilton Verissimo has accepted a position with Microsoft’s MEF group. read more...

11 comments |category: |Views: 252

tags: another

Integrating Castle Windsor and NHibernate with WCF - Throwing the WCF (vanryswyckjan.blogspot.com)

submitted by peter_twototangopeter_twototango(200) 3 years, 10 months ago

About integrating Castle Windows and NHibernate with WCF making use of Rhino tools read more...

add a comment |category: |Views: 201

tags: another

Really simple .NET remoting with Castle(gojko.net)

submitted by gojkogojko(1115) 3 years, 10 months ago

Simplified calls to remote services are among the most useful features of the Java Spring framework. In .NET, I use Castle for the application framework wiring and I was looking for something similar — it turns out that the remote proxy calls are incredibly simple with Castle as well. read more...

add a comment |category: |Views: 34

tags: another

Dependency Injection in WCF Services Part 4 (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 3 years, 11 months ago

In this post, Javi shows how to apply parameter validation in WCF services using Castle WCF facility and the Enterprise Library Validation Block. read more...

add a comment |category: |Views: 72

tags: another

ActiveRecorditize your NHibernate Classes (frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years ago

Part 3 of RhinoCommons, NHibernate and ASP.NET MVC Setting up the very simple model for use in our ASP.NET MVC application. read more...

4 comments |category: |Views: 149

tags: another

RhinoCommons, NHibernate and ASP.NET MVC Part 1(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years ago

Using Rhino Commons, NHibernate and ASP.NET MVC for quick website development. Part 1 (Setting everything up) read more...

add a comment |category: |Views: 360

tags: another

Dependency Injection in WCF Services Part 3 (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 4 years ago

After Javi explained in the first post these series the problems you may run into when applying Dependency Injection in your distributed service layer, and in the second one how to put the theory in practice using Castle Windsor WCF Facility, in this post Javi explains how to appy cross cutting concerns upon your Service Objects using Castle Interceptors. read more...

add a comment |category: |Views: 67

tags: another

WPF + INotifyPropertyChanged Proxy = Epic Fail!(realfiction.net)

submitted by fquednaufquednau(404) 4 years ago

Sending property changed events when a property is changed is repetitive boilerplate code that can be factored out into an aspect of your system's behaviour. This can be done with a proxy generator library like the Castle's DynamicProxy2. Alas, it is not as pretty as it seems... read more...

add a comment |category: |Views: 141

tags: another

Dependency Injection in WCF Services Part 2 (javicrespotech.blogspot.com)

submitted by fintz69fintz69(700) 4 years ago

In this second post of this series, Javi explains with an example how to apply Dependency Injection pattern in a WCF service using Castle and its WCF facility. read more...

add a comment |category: |Views: 86

tags: another