atlas » Computer internet security 
information computer networking security
 
|
|
|
News
|
Advertise
|
|
Products
|
Contact
 

Posts Tagged ‘atlas’

From Atlas to ASP.NET AJAX: Page Methods

Wednesday, April 4, 2007 10:21

Atlas supported page methods: A functionality to embed web service methods into .aspx pages and consume them with JavaScript. For instance, if you had the following method: [WebMethod] string sayHello() { return “Hello”; } —you could consume this method from JavaScript using the PageMethods.sayHello() call. With ASP.NET AJAX, this has changed a ...

This was posted under category: ASP.NET security  |  Read Full Story  |  0 Comments

Update for Programming Atlas

Tuesday, January 30, 2007 2:21

Since ASP.NET AJAX has been published last week, it was time to compile information regarding Programming Atlas. On the book page, you now find a document describing changes made in the Atlas to ASP.NET AJAX migration that affect the book. In the meanwhile, I am already ...

This was posted under category: ASP.NET security  |  Read Full Story  |  0 Comments

From Atlas to ASP.NET AJAX: Client Controls

Tuesday, November 28, 2006 7:56

I have always had my beef with the client controls Atlas introduced. I am using JavaScript since approximately ten years now, so I know my way around DOM fairly well. So why add another layer in between? Of course there are scenarios where that makes sense, ...

This was posted under category: ASP.NET security  |  Read Full Story  |  0 Comments