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)
April 2010 - Posts
Playing with aspx page cycle using JustMock
by
Mehfuz's WebLog
In this post , I will cover a test code that will mock the various elements needed to complete a HTTP page request and assert the expected page cycle steps. To begin, i have a simple enumeration that has my predefined page steps: public enum PageStep...
Filed under:
C#
,
Telerik
,
Agile
,
JustMock
Working with multiple interfaces on a single mock.
by
Mehfuz's WebLog
Today , I will cover a very simple topic, which can be useful in cases we want to mock different interfaces on our expected mock object. Our target interface is simple and it looks like: public interface IFoo : IDisposable { void Do(); } Our target...
Filed under:
C#
,
Telerik
,
Agile
,
JustMock
New and Improved Dropthings – the Open Source Web 2.0 AJAX portal
by
Omar AL Zabir on hard to find tech stuffs
I have made some significant improvements and bug fixes on the latest 2.5.4 release of Dropthings, my open source Web 2.0-style AJAX Portal built on ASP.NET 3.5, Linq to SQL, Linq to Xml, Silverlight, Enterprise Library, Unity, Velocity, and what not...
Filed under:
.net
,
asp.net
,
Uncategorized
,
web2.0
,
dropthings
Synchronize File Date Time in multiple servers, solve IIS ETag problem
by
Omar AL Zabir on hard to find tech stuffs
When you deploy the same website on multiple webservers, you end up having each file getting different last modified date. As a result, each IIS produces different ETag for the static files. If user is hitting different servers for the same file (due...
Filed under:
Uncategorized
,
tools
,
powershell
Releasing Shrinkr – An ASP.NET MVC Url Shrinking Service
by
Kazi Manzur Rashid's Blog
Few months back, I started blogging on developing a Url Shrinking Service in ASP.NET MVC, but could not complete it due to my engagement with my professional projects. Recently, I was able to manage some time for this project to complete the remaining...
Filed under:
asp.net
,
MVC
,
asp.net MVC
,
jQuery
,
AspNetMvc
,
Open Source
,
Unity
,
Shrinkr
,
aspnetmvcextensibility
Asserting with JustMock
by
Mehfuz's WebLog
In this post, i will be digging in a bit deep on Mock.Assert . This is the continuation from previous post and covers up the ways you can use assert for your mock expectations. I have used another traditional sample of Talisker that has a warehouse [Collaborator...
Filed under:
C#
,
Telerik
,
Agile
,
JustMock
Redirecting traffic from http to https with zero coding in IIS
by
Omar AL Zabir on hard to find tech stuffs
When you want to enforce https on users and you want to redirect any URL being hit on http to the exact counterpart of https, then usually you do it with some HttpModule written in .NET, or install some URL Redirector module in IIS, or setup a dummy website...
Filed under:
production
,
IIS
,
Uncategorized
Doing your first mock with JustMock
by
Mehfuz's WebLog
In this post, i will start with a more traditional mocking example that includes a fund transfer scenario between two different currency account using JustMock.Our target interface that we will be mocking looks similar to: public interface...
Filed under:
C#
,
Telerik
,
Agile
,
JustMock
JustMock is here !!
by
Mehfuz's WebLog
As announced earlier by Hristo Kosev at Telerik blogs , we have started giving out JustMock builds from today. This is the first of early builds before the official Q2 release and we are pretty excited to get your feedbacks. Its pretty early to say anything...
Filed under:
C#
,
Telerik
,
Agile
,
JustMock
Temporary Post Used For Theme Detection (ec60d8da-f64e-4cfe-a89d-6fe45e5d1887 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)
by
Omar AL Zabir on hard to find tech stuffs
This is a temporary post that was not deleted. Please delete this manually. (b989d58e-bcf4-4efd-af62-cc45e4ca2109 – 3bfe001a-32de-4114-a6b4-4005b770f6d7) No related posts. No related posts. Read More...
Filed under:
Uncategorized
Dropthings – Web 2.0 AJAX Portal
by
Omar AL Zabir on hard to find tech stuffs
Web 2.0 AJAX Portal built using .NET 3.5, jQuery Linq to SQL+XML, Inversion of Control, Dependency Injection and all hot techs you can grasp in one shot. It’s a project in use by large companies like BT, Intel, Microsoft and many Education &...
Filed under:
Projects
PlantUMLEditor – code UML diagram fast
by
Omar AL Zabir on hard to find tech stuffs
Produce UML diagrams at the speed of coding. It’s an IDE for writing UML diagrams using plantuml syntax that saves you from the horror of mouse focused UML designers. Read more No related posts. No related posts. Read More...
Filed under:
Projects
Fastest Streaming AJAX proxy in the world
by
Omar AL Zabir on hard to find tech stuffs
It’s the fastest streaming proxy for making cross-domain AJAX call on your Web 2.0 sites. Support GET, POST, PUT, DELETE. Can stream large content directly from source without the double download overhead. Fully asynchronous, memory effcient. Read...
Filed under:
Projects
CPU Alert monitor high CPU and memory usage
by
Omar AL Zabir on hard to find tech stuffs
Alerts you when there’s any process consuming high CPU consistently and burning your CPU and battery. Also monitor high memory usage by any process that might be slowing down other processes. Read more No related posts. No related posts. Read More...
Filed under:
Projects
ParallelWork multi-threading library for WPF
by
Omar AL Zabir on hard to find tech stuffs
Feature rich multi-threading library to run tasks in parallel, chain tasks, update UI from background thread, terminate all tasks, wait for all tasks using a convenient fluent API. Read more No related posts. No related posts. Read More...
Filed under:
Projects
More Posts
Next page »