December 2008 - Posts

Strongly typed workflow input and output arguments by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

When you run a Workflow using Workflow Foundation, you pass arguments to the workflow in a Dictionary form where the type of Dictionary is Dictionary<string, object>. This means you miss the strong typing features of .NET languages. You have to...
Filed under: , ,

99.99% available ASP.NET and SQL Server SaaS Production Architecture by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

You have a hot ASP.NET+SQL Server product, growing at thousand users per day and you have hit the limit of your own garage hosting capability. Now that you have enough VC money in your pocket, you are planning to go out and host on some real hosting facility...

Making cross domain web requests in asp.net with medium trust enabled by Mehfuz's WebLog

There could be plenty of reason that you might need to do a cross domain web request in your application. One could be let's say you want to divert the resource pressure from your server to some third party content provider like Amazon S3. In my last...

Working out with Amazon S3 by Mehfuz's WebLog

Recently, I was bit playing around with amazon S3. This is said to be the cheapest storage for people who don't want to spend much of their brain cells thinking about DB issues. Now, Amazon S3 primarily supports Web service (SOAP) to store and query...
Filed under: , ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems