September 2009 - Posts

7 tips for for loading Javascript rich Web 2.0-like sites significantly faster by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Introduction When you create rich Ajax application, you use external JavaScript frameworks and you have your own homemade code that drives your application. The problem with well known JavaScript framework is, they offer rich set of features which are...

Windows 7 64bit works! by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Windows 7 64bit finally works! This is the first 64bit OS I could really use in my daily acitvities. I tried Vista 64bit, it was unreliable. It would show blue screen right when I am about to make a presentation to the CEO. Until Microsoft released SP1...
Filed under: , ,

AspectF fluent way to put Aspects into your code for separation of concern by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Aspects are common features that you write every now and then in different parts of your project. it can be some specific way of handling exceptions in your code, or logging method calls, or timing execution of methods, or retrying some methods and so...
Filed under: ,

Telerik ASP.NET MVC Grid Preview (Take 1) by Kazi Manzur Rashid's Blog

Those who have seen my tweet , already know that we have started working on our ASP.NET MVC Grid. In post I will show you the very early version of our Grid, so that you can provide your valuable feedback to guide us in the right direction. So far, we...

Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 3) by Kazi Manzur Rashid's Blog

In the previous post , we have created our initial repositories, in this post I will show how you can use the compiled query of Entity Framework in our repository. To use the compiled query we will put each query of our repositories into its own class...

Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 2) by Kazi Manzur Rashid's Blog

In the previous post we have created our initial domain model, in this post I will show you how the domain model  is mapped to database with Entity Framework 4.0. But before that I would like to discuss how I usually structure the Visual Studio Projects...

Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery (Part 1) by Kazi Manzur Rashid's Blog

Creating a full blown url shrinking service was pocking around in my mind for quite some time(of course by using Twitter). Since I heard quite a few good things on Entity Framework 4.0, so I decided to start with it. The first thing I usually do when...

ASP.NET MVC and Authorization and Monkey Patching by Kazi Manzur Rashid's Blog

As you know that we will be including Menu in our final release , when defining the menu, it will allow to specify the Route Name, Controller/Action name and associated route values for an menu item so that we can generate the corresponding url. One of...

Configuring Team build using XUnit [From client] – Update. by Mehfuz's WebLog

In my previous post , i mentioned about configuring Team build along with XUnit without installing anything on the build machine. This is sometimes useful as the build machine is miles away and is shared among other projects  and you don’t want to...
Filed under: , ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems