SBP Romania

ASP.NET – AJAX client side network calls

ASP.NET AJAX is a Microsoft solution that provides support for implementing XMLHttp requests. This type of request is different from the normal web requests by the format and amount of data it sends to and receives from the server – it is a minimal (partial) postback, sending and receiving only the important data, instead of transferring the entire page, as a normal postback would do.

ASP.NET – AJAX client side network calls Read More »

PHP and ASP.NET – Making the right choice

If the past debate between PHP and ASP.NET was thought of as a biased comparison, due to the fact that the first was a scripting language, and the latter a fully developed web application framework, now the issue is a bit easier to discuss, since PHP has finally added a few OOP capabilities (still not a fully grown platform, but anyway an improved one).

PHP and ASP.NET – Making the right choice Read More »

Scroll to Top