logic_rabbit

Stories submitted by logic_rabbit

Unit testing Facade pattern(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 2 years, 6 months ago

The facade pattern is commonly used software engineering design pattern. His purpose is to provide simplified interface to a larger body of code. This article will show you how to unit test your code. read more...

add a comment |category: |Views: 34

tags: another

Screenshot your WPF application(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 2 years, 8 months ago

How to take screenshot of your WPF application. read more...

add a comment |category: |Views: 62

tags: another

RIA Services July 2009 preview major changes(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 2 years, 10 months ago

List of RIA Services July 2009 preview major changes read more...

add a comment |category: |Views: 19

tags: another

WPF Validation using Validation Application Block Part 1 – Server side(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 2 years, 10 months ago

WPF Validation using Validation Application Block. Article is showing WCF validation for WPF client using manually generated proxy not add service reference. read more...

add a comment |category: |Views: 55

tags: another

Integrating silverlight 3 polling duplex with unity container(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 3 years ago

These days everybody are using IOC container so I tried to integrate SL 3 Beta(MIX09) Sample chat application that represent how to work with polling duplex with Unity Ioc container. This sample chat application is available for download on codeplex. After looking how to integrate Unity with Wcf I have founded few nice examples. All those examples are pretty much same. To integrate Unity with Wcf we must create UnityServiceHostFactory and in markup of service say that service use that factory. Polling duplex however has also DuplexServiceFactory. So how I integrate those two factories? read more...

add a comment |category: |Views: 44

tags: another

Single-responsibility-principle? One method per class?(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 3 years, 1 month ago

Single-responsibility-principle-Does-it-mean-I-cant-have-more-than-one-method-in-my-class? read more...

add a comment |category: |Views: 24

tags: another

Unit testing private methods yes or no?(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 3 years, 1 month ago

I am beginner at field TDD. Recently I have conversation with Dror Helper should I test my private methods or not. After I have talked with him and little reconsider I thing we don’t need to test private methods. read more...

add a comment |category: |Views: 13

tags: another

ItemClick event on Silverlight ItemsControl(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 3 years, 2 months ago

After looking at ItemsControl I have realize that you probobly want to implement click event when user click on your item in ItemsControl.ItemsControl is widely used in Silverlight.I have little modify project above to implement that click event. read more...

add a comment |category: |Views: 68

tags: another

SqlException class does'nt have public constructor(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 3 years, 2 months ago

I am currently preparing ado.net 3.5 course so I try to throw SqlException in one of my examples and realize that SqlException class is sealed and has no public constructor. I have found solution on Rido blog http://blogs.msdn.com/rido how to create SqlException using reflection. read more...

add a comment |category: |Views: 7

tags: another

Silverlight chat application using WCF full duplex(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 3 years, 3 months ago

How to build Silverlight chat application using WCF full duplex read more...

add a comment |category: |Views: 456

tags: another

MVVM pattern in Silverlight using SLEextensions(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 3 years, 3 months ago

In this article Radenko Zec will explain how to implement MVVM pattern in Silverlight. read more...

add a comment |category: |Views: 23

tags: another

Styling silverlight datagrid control(blog.developers.ba)

submitted by logic_rabbitlogic_rabbit(90) 3 years, 3 months ago

This article will explain you how to modify default silverlight datagrid control look read more...

add a comment |category: |Views: 164

tags: another