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: , , ,

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: , , ,

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...

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: , ,

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...

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: , , ,

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: , ,

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: , , ,

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: , , ,

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:

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:

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:

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:

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:

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:
More Posts Next page »
Powered by Community Server (Non-Commercial Edition), by Telligent Systems