Mallix

Stories kicked by Mallix

Learning the State Pattern(dimecasts.net)

submitted by tryfailretrytryfailretry(90) 3 years ago

Taking a look at how you can use the State Pattern in your applications to solve design issues. The State pattern is designed to allow you to create a way to reset or change how an object will act when its state is changed. By utilizing this pattern you can cleanly and easily setup your application to be state away and be able to make decisions based on the given state read more...

add a comment |category: |Views: 29

tags: another

Keywords as variables/identifiers. Why?(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years ago

Code like string @string = "" will compile. Is it a good idea. read more...

add a comment |category: |Views: 19

tags: another

Integrate FxCop with Visual Studio(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years ago

Step by step how to integrate FxCop with Visual Studio. read more...

add a comment |category: |Views: 560

tags: another