Software Development Tutorials and Videos

Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Software Development Tutorials and Videos

Opening up your application the Managed Extensibility Framework

Modern applications are often built from pluggable parts composed together either at development time or at runtime. Such parts might include reusable libraries, application add-ins, host provided services, or internal parts separated from the main application for engineering reasons; The .NET framework currently provides basic functionality for loading such parts, …

Spring == XML, XML == sucks, therefore Spring == sucks??

This session focuses on the various ways of using the Spring container to Dependency Inject objects such as the traditional XML language, the extensible namespaces, the @Autowired and @Component annotations, but also the innovative JavaConfig project that is capable of configuring Java objects using @Bean annotations. Each has drawbacks and …