Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Working hard to enrich millions of peoples' lives

Sponsors

Browse by Tags

All Tags » .net (RSS)
Create ASP.NET MVC Controllers under Namespace and specific URL
When you have a lot of controllers, you need to organize them under Namespaces. Also, it is better to put controllers under subfolders in order to organize them properly and have some meaningful URL for them like /Admin/User where Admin is the subfolder...
Posted: Oct 04 2008, 03:14 PM by oazabir | with 1 comment(s)
Filed under: , ,
UFrame: goodness of UpdatePanel and IFRAME combined
UFrame combines the goodness of UpdatePanel and IFRAME in a cross browser and cross platform solution. It allows a DIV to behave like an IFRAME loading content from any page either static or dynamic. It can load pages having both inline and external Javascript...
Fast, Streaming AJAX proxy - continuously download from cross domain
Due to browser's prohibition on cross domain XMLHTTP call, all AJAX websites must have server side proxy to fetch content from external domain like Flickr or Digg. From client side javascript code, an XMLHTTP call goes to the server side proxy hosted...
Desktop RSS Feed Aggregator client with Outlook Integration
Back in 2005, I built an open source RSS Feed Aggregator Desktop client which has been quite popular since its release. It has 48,672 downloads so far. From the activity I see on sourceforge statistics, it's being used about 20,000 times per day. http...
Posted: Feb 05 2008, 07:10 PM by oazabir | with no comments
Filed under: ,
10 ASP.NET Performance and Scalability Secrets
ASP.NET 2.0 has many secrets, when revealed, can give you big performance and scalability boost. For instance, there are secret bottlenecks in Membership and Profile provider which can be solved easily to make authentication and authorization faster....
My first book - Building a Web 2.0 Portal with ASP.NET 3.5
My first book " Building a Web 2.0 Portal with ASP.NET 3.5 " from O'Reilly is published and available in the stores. This book explains in detail the architecture design, development, test, deployment, performance and scalability challenges of my open...
Silverlight Pagecast - Keep an eye on Silverlight stuffs
It looks like a lot is happening on the web related to Silverlight. It's pretty difficult to keep track of all the websites, blogs, videos, del.icio.us links that get published every day or so. So, I created a Silverlight Pagecast ( www.pageflakes.com...
Posted: Dec 11 2007, 09:52 PM by oazabir | with 1 comment(s)
Filed under: ,
Linq to SQL: How to Attach object to a different data context
After upgrading to Visual Studio 2008 RTM, you will have trouble updating Linq to SQL Classes which are read from one data context and then updated into another data context. You will get this exception during update: System.NotSupportedException: An...
Posted: Dec 08 2007, 07:00 PM by oazabir | with 7 comment(s)
Filed under: , ,
On-demand UI loading on AJAX websites
AJAX websites are all about loading as many features as possible into the browser without having any postback. If you look at the Start Pages like Pageflakes , it's only one single page that gives you all the features of the whole application with zero...
Posted: Nov 09 2007, 03:25 PM by oazabir | with 2 comment(s)
Filed under: , ,
Automated website deployment using Powershell
I published an article which automates website deployment. http://www.codeproject.com/dotnet/DeploySite.asp The Powershell script does the following for you: ยท Maintains different configuration information for different deployments. For example, different...
Posted: Oct 31 2007, 08:31 PM by oazabir | with 3 comment(s)
Filed under:
More Posts Next page »