Archives for: "May 2006, 14"
Spring .Net Example
I did an example to get an object from Spring Context. The key lines of code: IApplicationContext ctx = ContextRegistry.GetContext(); WindowConfig config = (WindowConfig) ctx.GetObject("WindowConfig"); Download Solution and sources - Click Here more »