Posts

Showing posts from December, 2010

Preparation for Microsoft paper

Image
Hi Guys, Today, I am going to share with you my study experience. I started study after 4 years, it was much tough for me to start learning again, but as I was ambitious,so I decided to do it. Microsoft has not launched starter kit of Asp.Net 4.0, so I downloaded the Apress book of ASP.Net 4.0 as a helping book for me and also downloaded sample Code of that book on Apress site. While i was reading the book I also ran the sample code with each of its chapter, I also found some good and helping material via Internet like Ajax library blog,MVC 2 for beginner, Entity Framework training videos, jquery selectors(on jquery site) and other useful material. One important thing is that I myself did not implement any single topic. I only used book’s sample code because I completly focused on understanding why Microsoft introduced the property and method and where we can use them, As an Example ScriptManager.RegisterClientScriptBlock (method 1) and ScriptManager.RegisterStartupScript(method 2)...