I took the certification exam for 70-503 - .NET Framework 3.5 - Windows Communication Foundation last month and passed it with a score of 700. Passing score is 700. I prepared from the "Programming WCF Services – Juval Lowy" book. This book is one of the best resources for WCF, it is more like a reference book. The MCTS book does not cover a lot. Technorati Tags: WCF,MCTS,70-503,Web services,.NET 3.5 ......
I took the certification exam for 70-528 - Web-based Client Development recently and passed it with a score of 785. Passing score is 700. I prepared from the "MCTS Self-Paced Training Kit (Exam 70-528): Microsoft® .NET Framework 2.0—Web-based Client Development" book. So I am a MCTS now. I am think of whether to take 70-529 Distributed applications or whether to become a MCPD. Technorati Tags: MCTS,70-528,.Net,Microsoft ......
I took the certification exam for 70-536 - Application Development Foundation today and passed it with a score of 770. Passing score is 700.
I prepared from the "MCTS Self-Paced Training Kit (Exam 70-536): Microsoft® .NET Framework 2.0—Application Development Foundation" book by Tony Northrup, I also bought the tutorial from the Microsoft web site, but it was not useful and it was confusing. If you just read the book, you should be able to get through it. Book is more organized.
I was trying to install a feature in MOSS 2007 which has got some Telerik controls (RadGrid, RadWindow, RadComboBox, RadUpload and RadAjax) in it. But after activating the feature which has some pages which use the SonOfSmartPart to host user controls which contain the Telerik controls, I got this error because of RadGrid: [Exception: The control must be placed inside a form tag with runat=server.] Actually I got this error when I started working in MOSS, but I debugged it for some time, then I took ......
Recently I have been working a lot with web services : developing new ones and maintaining some. All the web services I maintain return a XML string which are build manually using XMLDocument, XMLWriter etc. But I prefer to pass a complex type because it is easier to develop and maintain. Also the client who is using the web service would find it easy to see the XML schema returned if we are returning the complex type. If we are constructing a XML file and returning it as a string, then we will have ......
I will be posting my experiences with programming in .Net, Sharepoint, Infopath, SQL Server etc..