By writing this post I’m taking a huge risk of being rejected by both .NET and Java communities. This is an attempt to explain what WCF, which stands for Windows Communication Foundation, is in Java terms
Tag: #.net
Regions in OOP
Object Oriented Programming principles require classes to be dedicated for one and only one aim, to have a very isolated purpose. And there is a quote from MSDN
Lack of alternatives
I wonder if it’s just a project I’m working on now or it’s a nature of development in .NET. Whenever a technical challenge appears, things are being looked up on Internet and the first suggestion, fragment of code, which proves to work, is being used as a solution for the challenge. In such environment Java development seems to be […]