gpeipman

Stories submitted by gpeipman

Refactoring: extract and override factory method(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 3 years, 2 months ago

I’m sure you have seen classes that initialize a lot of objects in their constructor. These classes may be hard to test because of those object creations I mentioned. To get around this problem we use Extract and override factory method refactoring so we can extend these classes and override some factory methods. read more...

add a comment |category: |Views: 31

tags: another

Solving Azure configuration problems(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 3 years, 2 months ago

Putting up development environment for Azure development may be not so smooth and easy task to do. All tools have currently CTP status and it is normal that there may be some problems. Here is my short list of problems. I provide solutions that worked for me. If somebody comes out with different solutions then please feel free to drop me a line. read more...

add a comment |category: |Views: 6

tags: another

Ship it! A Practical Guide to Successful Software Projects(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 3 years, 2 months ago

I finished yesterday another great book: Ship it! A Practical Guide to Successful Software Projects from pragmatic series. This book is not theory book that leaves you with many questions and no idea how to move along. Instead, you get an good idea about how to develop software and manage software projects successfully. read more...

add a comment |category: |Views: 6

tags: another