Skip to main content

Posts

Showing posts with the label Microsoft

Rise, Fall and Struggle of Microsoft .Net [Article]

Some years ago there was a guy named Vinod Khosla from IIT- Delhi and Stanford. This awesome guy co-founded Sun Microsystem. Sun Microsystem as we all know is fully undertaken by Oracle. But Sun Microsystem came up with a fantastic language called Java. This language was becoming too famous and popular since its birth and by 90's its JAVA, JAVA and only JAVA everywhere. Microsoft who was struggling with the PC market at that time want's to capture the opportunity and Microsoft was building everything like the OS  and Office and Java was taking the credit of so called windows application so then MICROSOFT plans to launch its own language. Yes, so think back a decade or so ago. As you may recall, .Net was supposed to be much more than just the next version of Windows DNA or COM+ or COM. It was supposed to destroy Java, extend the Windows platform, and secure the Microsoft monopoly for another decade or two. But then what happened after the DOT COM BUBBLE. Rise Like m...

My First WCF Program

My First WCF Program. I am starting with very dumb way to start a WCF program, just follow the steps below.(Click the image to enlarge) Step 1:  Open Visual Studio and click on File -->New-->Project Step 2 : Click on Visual C# then WCF Service Application, Use the same file name as shown MyFirstWCF. Step 3: You will get an inbuilt template as shown in below picture, with some pre-written method.