Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » S/AJAX   (RSS)
Sorry, but there are no more tags available to filter with.

Auxiliary Saver Technique in Web Forms

As we all know state management is a big deal in web applications. We might have web forms that send important data to the server where might lie some validations in addition to the client side JavaScript validations. General challenge is to restore all
Posted by samar | 0 Comments
Filed under:

True Asynchronous Payload

For rendering content and feature rich web pages, here are the questions that we have in front of us: 1. How to speed up the process of data fetch/load at the server to rendering it to the web client. 2. Reduce the markup I discussed point 2 in my previous
Posted by samar | 0 Comments
Filed under:

Determine the Payload division

Lately I've been thinking about devising a mechanism to determine the division of the Payload between the content that is rendered to client web browser (including markup) and the one that client browser can load, hold and process in its memory. The logic
Posted by samar | 1 Comments
Filed under:

Encrypt at client side and decrypt at server

There might be situations where the content from thin client that is accessible via internet, needs to be encrypted (without storing the encryption logic at the client) and subsequently be decrypted on the server side code that doesn't run on SSL. Here
Posted by samar | 1 Comments
Filed under:
 
Page view tracker