Archive for May, 2009

ASP.NET AJAX

Posted: May 5, 2009 in ajax, asp.net

Microsoft ASP.NET AJAX enables you to call ASP.NET Web services (.asmx files) from the browser by using client script. This enhances the user experience for the Web application. The page can call server-based methods without a postback and without refreshing the whole page, because only data is transferred between the browser and the Web server. [...]

Microsoft AJAX Library

Posted: May 5, 2009 in ajax, asp.net

To know the core concepts of Microsoft AJAX Library and how to add OOPS functionality on Javascript please review the attached ppt.. microsoft-ajax-library

MVC Introduction

Posted: May 5, 2009 in asp.net, Blogroll
Tags:

Here’s quick and short presentation that tells What exactly is MVC Architectural Pattern.. Going forward I will Post more articles/presentations on it which are simple and easily understandable by the reader. mvcintro