Bangladesh MVPs
Sign in
|
Join
|
Help
Home
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.net
Agile
ajax
asp.net
asp.net MVC
AspNetMvc
Blog Posts
C#
DotNetShoutout
Entity Framework
IoC/DI
jQuery
JustMock
linq
Mock
MVC
Open Source
performance
production
Projects
TDD
Telerik
Uncategorized
unit test
Unity
Community
Home
Blogs
Media
Forums
Wikis
Groups
Video
Job
Archives
February 2012 (1)
January 2012 (2)
December 2011 (5)
November 2011 (1)
October 2011 (2)
September 2011 (1)
August 2011 (2)
July 2011 (2)
June 2011 (1)
May 2011 (4)
March 2011 (1)
February 2011 (2)
December 2010 (3)
November 2010 (3)
October 2010 (5)
September 2010 (5)
August 2010 (5)
July 2010 (4)
June 2010 (6)
May 2010 (15)
April 2010 (21)
March 2010 (6)
February 2010 (9)
January 2010 (4)
December 2009 (8)
November 2009 (9)
October 2009 (2)
September 2009 (9)
August 2009 (5)
July 2009 (4)
June 2009 (8)
May 2009 (7)
April 2009 (12)
March 2009 (14)
February 2009 (13)
January 2009 (3)
December 2008 (4)
November 2008 (1)
October 2008 (13)
September 2008 (2)
August 2008 (4)
July 2008 (1)
June 2008 (2)
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...
Filed under:
performance
,
asp.net
,
ajax
,
javascript
,
optimize
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:
vista
,
windows7
,
tools
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:
C#
,
AOP
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...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
Open Source
,
Telerik
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...
Filed under:
asp.net
,
unit test
,
MVC
,
asp.net MVC
,
C#
,
jQuery
,
AspNetMvc
,
Mock
,
Open Source
,
Common Service Locator
,
Unity
,
DDD
,
Best Practise
,
Shrinkr
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...
Filed under:
asp.net
,
unit test
,
MVC
,
asp.net MVC
,
C#
,
jQuery
,
AspNetMvc
,
Mock
,
Open Source
,
Common Service Locator
,
IoC/DI
,
Unity
,
TDD
,
DDD
,
Best Practise
,
Entity Framework
,
Shrinkr
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...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
jQuery
,
AspNetMvc
,
Mock
,
Common Service Locator
,
IoC/DI
,
Unity
,
TDD
,
DDD
,
Unit Of Work
,
Best Practise
,
Entity Framework
,
Shrinkr
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...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
AspNetMvc
,
Open Source
,
Telerik
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:
unit test
,
MSBuild
,
Team system