jantu

Stories submitted by friends of jantu

Doing your first mock with JustMock(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 2 years, 1 month ago

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

add a comment |category: |Views: 34

tags: another

JustMock is here !!(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 2 years, 1 month ago

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

add a comment |category: |Views: 7

tags: another

ASP.NET MVC 2 Released - Scott Gu(weblogs.asp.net)

submitted by powerrushpowerrush(3873) 2 years, 2 months ago

I’m happy to announce that the final release of ASP.NET MVC 2 is now available for VS 2008/Visual Web Developer 2008 Express with ASP.NET 3.5. read more...

add a comment |category: |Views: 62

tags: another

Creating a basic proxy for intercepting [quick update](weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 2 years, 2 months ago

In my previous post, i enhanced the proxy to support generic calls. In order to minimize IL emit and move more parts to managed code, there is a better way to process the return value rather doing the checks against runtime method and see whether the method’s return type is a value or not for generic calls to un-box the object form that is returned from the interceptor. read more...

add a comment |category: |Views: 11

tags: another

Mercurial tutorial - by Joel Spolsky(hginit.com)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

Mercurial is a modern, open source, distributed version control system, and a compelling upgrade from older systems like Subversion. In this user-friendly, six-part tutorial, Joel Spolsky teaches you the key concepts. read more...

3 comments |category: |Views: 1245

tags: another

A basic proxy for intercepting method calls (Part – 3)(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 2 years, 3 months ago

In my previous posts, I showed how to create a proxy that can delegate calls. I further modified it to support argument list from original method and handled scenarios for void and non-void calls. In this post, i will further enhance it to introduce generic calls. read more...

add a comment |category: |Views: 33

tags: another

Developer "Houses" - Awesome Cubicle Alternative(developertown.com)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

It's one of the first things a visitor to our office notices. It's one of the reasons we call our company a Town. Standing there in the middle of the office, surrounded by desks, chairs, printers, filing cabinets, all the trappings of the typical modern workspace, is a house. read more...

add a comment |category: |Views: 101

tags: another

30 “Quick Hit” Videos about ASP.NET 4 and VS 2010 - Scott Gu(weblogs.asp.net)

submitted by powerrushpowerrush(3873) 2 years, 3 months ago

These “quick hit” videos that have been published that also provide quick first looks at some of the new features coming with ASP.NET 4 and VS 2010. These videos aren’t an exhaustive list of everything new – but do provide a great way to quickly learn about many of the cool new things coming with the release. read more...

add a comment |category: |Views: 18

tags: another

Enable cross-site XMLHttpRequest with W3C spec CORS(hacks.mozilla.org)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

Firefox 3.5 and Safari 4 implement the CORS specification, using XMLHttpRequest as an “API container” that sends and receives the appropriate headers on behalf of the web developer, thus allowing cross-site requests. IE8 implements part of the CORS specification, using XDomainRequest as a similar “API container” for CORS, enabling simple cross-site GET and POST requests. read more...

add a comment |category: |Views: 51

tags: another

A basic proxy for intercepting method calls (Part –2)(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 2 years, 4 months ago

In my previous post , i introduced a basic proxy that intercepts methods. But what is missing in the proxy is that it does not consider method arguments and can not handle return types. In this post, i will enhance the proxy to support exactly those. read more...

add a comment |category: |Views: 9

tags: another

jQuery 1.4 Released!(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

In celebration of jQuery’s 4th birthday, the jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone into this release, and we’re really quite proud of it. read more...

4 comments |category: |Views: 494

tags: another

LeanKit Kanban: Online Lean Kanban board(leankitkanban.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

Get a Free Kanban Board sharable with up to 5 users. * Intuitive, drag-and-drop movement of tickets from lane to lane * Configurable number of lanes, lane sizes, and lane constraints * Backlog holding area for tickets * Email notifications and rss feeds of ticket events such as movement to and from lanes * Full-Screen view, perfect for wall projection or big-screen TV/monitor display read more...

add a comment |category: |Views: 296

tags: another

Working with the Managed Extensibility Framework (TOC)(randomactsofcoding.blogspot.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

Have you ever attempted to write an extensible application? You know the kind. The applications where your boss wants to be able to add stuff to it without rewriting the entire application and with minimum costs. Or the type of application you want to release out to the community and provide a way for them to add their own customizations to it. read more...

add a comment |category: |Views: 32

tags: another

14 Days of jQuery(jquery14.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

We're excited to bring you fourteen consecutive days of new releases to celebrate the release of jQuery 1.4. You'll notice that we're excited about the number fourteen since jQuery 1.4 is being released on the birthday of jQuery (January 14th) . So be sure to come back each day as another announcement is made and new content is released! read more...

add a comment |category: |Views: 17

tags: another

Castle Windsor 2.1, Dynamic Proxy 2.2 and more released!(kozmic.pl)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

New Castle Project releases read more...

add a comment |category: |Views: 10

tags: another

Visual Studio 2010 Tip of the Day Returns!(blogs.msdn.com)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

Sara Ford passes the torch on to Zain Naboulsi: The plan is to have a tip a day posted on this blog with a few extra items thrown in for good measure. What you will see is a healthy mix of new tips in Visual Studio 2010 and some of the old favorites as well (tested to make sure they still work). To be absolutely clear: These are Visual Studio 2010 Tips and Tricks so what you will see are the details on how to leverage old and new content with our latest product. read more...

2 comments |category: |Views: 222

tags: another