malovicn

Stories submitted by malovicn

Naked MVVM - simplest way of making testable WCF related code(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 1 year, 2 months ago

Second real world tip regarding MVVM implementation is targeted toward pragamtic approach of how to test enable code making WCF service calls on the simplest possible way. read more...

add a comment |category: |Views: 19

tags: another

Naked MVVM - simplest MVVM architecture(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 1 year, 3 months ago

Article showing the concepts behind very simple MVVM implementation. read more...

add a comment |category: |Views: 874

tags: another

5 reasons why Silverlight sucks in LOB (compared to WPF) (blog.vuscode.com)

submitted by malovicnmalovicn(1590) 1 year, 8 months ago

This post discus what technology suits better LOB applications Silverlight or WPF and provides 5 reasons why WPF makes more sense. read more...

add a comment |category: |Views: 1047

tags: another

Simple (fizzbuzz like) .NET interview question covering stack and heap(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 1 month ago

Simple C# interview question which doesn't have any dependencies on math etc. and which is helping understanding how the job candidate understands stack and heap. read more...

add a comment |category: |Views: 33

tags: another

Me, myself and design patterns - VusCode - Coding dreams since 1998!(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 3 months ago

This blog post summarize some of the experiences related to the value of design patterns and to the process of its exploration. read more...

add a comment |category: |Views: 17

tags: another

Design for testability - WCF proxies(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 3 months ago

This blog post presents a 'duck tape' way of how to have testable Silverlight code depending on WCF calls with a non-MVVM implementation read more...

add a comment |category: |Views: 15

tags: another

Just say no to Service Locator!(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 3 months ago

This is a blog post focusing on the differences between Service Locator and Dependency Injection based code particularly focusing on benefits DI has in unit testing. read more...

add a comment |category: |Views: 388

tags: another

IoC, SRP and DI best practices(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 3 months ago

A blog post summing some of real world IoC experiences in 5 "laws" read more...

add a comment |category: |Views: 622

tags: another

Rhino Mocks used in testing the Prism IEventAggregator based code(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 2 years, 9 months ago

Blog post showing how to test (with RhinoMocks) two common cases occuring in code with Prism event aggregator. read more...

add a comment |category: |Views: 124

tags: another

Mix 09 Quick Video Link List(coolthingoftheday.blogspot.com)

submitted by malovicnmalovicn(1590) 2 years, 10 months ago

Mix 09 Quick Video Link List in a format allowing easy search & download read more...

add a comment |category: |Views: 318

tags: another

Repository<T> good or bad?(codebetter.com)

submitted by malovicnmalovicn(1590) 3 years ago

Greg took a bite on current ALT .Net hot topic: Generic repositories read more...

1 comment |category: |Views: 843

tags: another

Fluent NHibernate – AutoPersistenceModel auto mapping(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 3 years, 1 month ago

An blog post presenting Fluent NHibernate AutoPersitanceModel through simple code example read more...

add a comment |category: |Views: 60

tags: another

Structure Map intro(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 3 years, 11 months ago

DFT story goes on - this time giving an overview of StructureMap IoC framework read more...

add a comment |category: |Views: 14

tags: another

Design Fro Testability - Castle Windsor (Part 5)(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 3 years, 11 months ago

Thisblog post is covering the Castle Windsor IoC container usage with a couple of key HowTo points usefull to anyone considering starting using it read more...

4 comments |category: |Views: 12

tags: another

Design for testability - Dependency Injection frameworks fundamentals(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 3 years, 11 months ago

This is part 4 of the blog post series trying to cover "design for testability" question After covering in first 3 parts dependency injection design pattern based custom solutions, this part start journey into the DI framework land :) read more...

add a comment |category: |Views: 14

tags: another

.NET Foundations - Reference type memory allocation (blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years ago

This is part 2 of .NET memory mode blog post series which tries to cover the memory allocation model of reference types read more...

add a comment |category: |Views: 13

tags: another