Stories recently tagged with 'Castle'

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

submitted by cavemansblogcavemansblog(40) 2 years, 8 months 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) 2 years, 11 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, 4 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: 160

tags: another

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

submitted by BrianGenisioBrianGenisio(1000) 3 years, 4 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: 70

tags: another

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

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

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

add a comment |category: |Views: 513

tags: another

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

submitted by ashmindashmind(775) 3 years, 5 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: 83

tags: another

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

submitted by dcarrdcarr(790) 3 years, 6 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, 6 months ago

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

add a comment |category: |Views: 199

tags: another

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

submitted by gojkogojko(1115) 3 years, 7 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, 8 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: 69

tags: another

ActiveRecorditize your NHibernate Classes (frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 8 months 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) 3 years, 8 months 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: 359

tags: another

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

submitted by fintz69fintz69(700) 3 years, 8 months 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: 65

tags: another

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

submitted by fquednaufquednau(404) 3 years, 9 months 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: 134

tags: another

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

submitted by fintz69fintz69(700) 3 years, 9 months 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: 82

tags: another

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

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

Javi explains the problems you may run into when applying Dependency Injection in your distributed service layer and some of the available solutions to get them around, mainly focusing WCF services. read more...

add a comment |category: |Views: 127

tags: another