Browse by Tags

All Tags » .NET (RSS)
Although JQuery provides a very good support for caching responses from AJAX calls in the browser, it is always good to know how you can use http as protocol for making an effective use of it. The first thing you need to do on the server side is to supports...
Posted by cibrax | with no comments
Filed under: , ,
Another important milestone in my career started three years ago when I joined Tellago . I convinced my friend Jesus to hire me, and I would eventually move to the United States with my family to work in the company.  That never occurred for some...
Posted by cibrax | 1 comment(s)
Filed under: ,
Limited connectivity is one of the main challenges in web mobile. The stateless nature of http causes that  content  and associated static files like scripts or images be transmitted over the wire every time a page is fully refreshed (assuming...
Posted by cibrax | 4 comment(s)
Filed under: ,
One common problem with the naming convention and default routing mechanism in ASP.NET MVC is that we tend to group actions in a controller for sharing an URL space. This basically leads to complex controllers with a lot of unrelated methods that break...
Posted by cibrax | 4 comment(s)
Filed under: , ,
Microsoft Patterns & Practices has recently started a new project whose codename is “Liike” (pronounced as LEEE-keh) for delivering guidance and a reference application in the mobile web space. As many of the recent initiatives started by different...
Posted by cibrax | with no comments
Filed under: , , ,
Faye is a simple Http Pub/Sub server initially implemented by John Coglan in Ruby, and also later ported by himself to Node.js. The version for Node.js implements the Bayeux protocol, which at first glace, many of us known as http long polling. This project...
Posted by cibrax | 2 comment(s)
Filed under: , , ,
If you are using SQL Azure nowadays, you probably know that there are only a few alternatives for making backups of your existing data. You can use SQL Azure Data Sync, which provides bi-directional data synchronization and data management capabilities...
Posted by cibrax | with no comments
Filed under: , ,
We have been working a lot lately with PowerShell as part of our star product at Tellago Studios, “Moesion”. One of the main features we provide in Moesion is the ability to execute PowerShell commands remotely in a given server using a web mobile interface...
Posted by cibrax | with no comments
Filed under: , ,
Deployment is considered today as one of the major pain points in the Windows Azure platform.  A simple application deployment today can take around 20 or 30 minutes to complete, and to make the things even worse, there is not support for partial...
Posted by cibrax | with no comments
Filed under: ,
Moving your application to the cloud might not be easy as it sounds. The typical sample we always see in documentation or demos about an ASP.NET application created from the Visual Studio template and deploy it in Azure as a package is definitely very...
Posted by cibrax | with no comments
Filed under: ,
More Posts Next page »