armencz

Stories kicked by armencz

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

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

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

add a comment |category: |Views: 878

tags: another

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

submitted by malovicnmalovicn(1590) 1 year, 11 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: 1048

tags: another

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

submitted by malovicnmalovicn(1590) 2 years, 6 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, 6 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, 7 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, 7 months ago

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

add a comment |category: |Views: 627

tags: another

Getting started with MonoTouch(codesnack.com)

submitted by BschooleyBschooley(125) 2 years, 8 months ago

This screencast walks you through installing MonoTouch, a new framework for creating iPhone applications using the C# programming language. The screencast then walks you through implementing a Hello iPhone application that will introduce you to many of the concepts you will need to know in your development of iPhone applications. read more...

add a comment |category: |Views: 32

tags: another

The “Sim City” effect(broloco.blogspot.com)

submitted by wellfan77wellfan77(175) 2 years, 11 months ago

What happens when you turn your back on a software development project. read more...

add a comment |category: |Views: 858

tags: another

My Dot Net Developer’s tools list, and more…(dotnetsurfers.com)

submitted by latishlatish(470) 3 years ago

I gave a brownbag presentation at my current client recently about the common tools (in addition to Visual Studio), that I use on a regular basis for working with .NET or web development in general. I also threw in some non-development tools that are a part of my day to day life and make things easier. Here’s the complete list: read more...

add a comment |category: |Views: 1462

tags: another

How Do You Deal With Exceptions?(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years ago

A little post on my ideas about handling exceptions within applications. How do you handle them? read more...

add a comment |category: |Views: 748

tags: another

What’s the difference between CONST and READONLY in .Net?(carlj.ca)

submitted by CarlJCarlJ(875) 3 years, 2 months ago

Ever sit around talking to your co-workers about random things, when all of a sudden you ask “What’s the difference between const and readonly in .Net?“. If so, you are not alone. If not, well, you’re just weird. read more...

1 comment |category: |Views: 830

tags: another

Domain Driven Design, Business Objects, Datasets and NHibernate(progware.org)

submitted by iwannisiwannis(452) 3 years, 3 months ago

Speed test comparisons between NHibernate and custom BOs and Visual Studio TableAdapters and Datasets read more...

add a comment |category: |Views: 404

tags: another

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

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

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

add a comment |category: |Views: 64

tags: another

Debugging With Tracepoints (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 4 months ago

Well, last week, while I saw John Cunninghams session at PDC 2008 about Visual Studio Debugger Tips & Tricks, I learned something new about breakpoints. The Visual Studio debugger has another feature called tracepoints. read more...

2 comments |category: |Views: 333

tags: another

Raising Events the right way, the easy way, with an Extension Method(brianc.me)

submitted by briancbrianc(195) 3 years, 5 months ago

Raising events takes 3 lines of code. Let's follow the DRY principal and get that down to one line. Less noise, more action, very tastey. Merry Christmas. read more...

1 comment |category: |Views: 527

tags: another

SCRUM in 10 Minutes - HD Video(youtube.com)

submitted by hamidshamids(120) 3 years, 5 months ago

Covers backlogs, burn-down charts, daily scrum, team roles and more. If you are new to SCRUM or want to teach someone else about SCRUM, this is a great resource. read more...

add a comment |category: |Views: 423

tags: another