Author Archives: KJRB

Running TestSwarm in WebMatrix

For last few weeks I have been exploring a subject of JavaScript Unit Testing. I looked at testing frameworks, runners, IDE and CI integration. One of the last items on my list of topics to explore was to find production … Continue reading

Posted in IIS Express, JavaScript Unit Testing, TestSwram, WebMatrix | Tagged , , , | Comments Off

Bing Maps Ajax Control 7.0 Widget – Search, Zoom and Undo

This is part 3 of the Bing Maps Ajax Control 7.0 Widget. Part 2 can be found here: Bing Maps Ajax Control 7.0 Widget – Drawing Circles and Rectangles. Refer to the previous post for the introduction. In this part … Continue reading

Posted in Ajax, Bing Maps, Javascript, jQuery, Widget | Tagged , , , | Comments Off

Bing Maps Ajax Control 7.0 Widget – Drawing Circles and Rectangles

This is part 2 of the Bing Maps Ajax Control 7.0 Widget. Part 1 can be found here: Bing Maps Ajax Control 7.0 Widget – Drawing Lines and Polygons. Refer to the previous post for the introduction. In this part … Continue reading

Posted in Ajax, Bing Maps, Javascript, jQuery, Widget | Tagged , , , | Comments Off

Bing Maps Ajax Control 7.0 Widget – Drawing Lines and Polygons

I recently explored Project Silk and experimented with Bing Maps Ajax Control 7.0 SDK. During the process I got an idea of creating a jQuery Widget for the latest version of Bing Maps SDK. Bing Maps Ajax Control 7.0 is a very lightweight … Continue reading

Posted in Ajax, Bing Maps, Javascript, jQuery, Widget | Tagged , , , | Comments Off

Cross-Platform Mobile Development with WP7, PhoneGap and .NET 4.0 WCF REST – Part 3

This is Part 3 of the walkthrough that demonstrates cross-platform mobile application development with PhoneGap, WP7 and .NET 4.0 WCF REST Services. For a description of the PhoneGap, for a WP7 installation review Part 1. For a descripion of the .NET … Continue reading

Posted in .NET, iPad, Mobile, PhoneGap, VS 2010, WCF REST, Windows Phone, WP7 | Tagged , , , , , , | 3 Comments

Cross-Platform Mobile Development with WP7, PhoneGap and .NET 4.0 WCF REST – Part 2

This is Part 2 of the walkthrough that demonstrates cross-platform mobile application development with PhoneGap, WP7 and .NET 4.0 WCF REST Services. The following section describes modifications to the installed, as described in Part 1 of this blog, .NET 4.0 … Continue reading

Posted in .NET, PhoneGap, WCF REST | Tagged , , | 3 Comments

Cross-Platform Mobile Development with WP7, PhoneGap and .NET 4.0 WCF REST – Part 1

This is Part 1 of the walkthrough that demonstrates cross-platform mobile application with PhoneGap, WP7 and .NET 4.0 WCF REST Services. At least Part 2 will be needed to demonstrate a working application without making this post too long. In order … Continue reading

Posted in .NET, Mobile, PhoneGap, WCF REST, Windows Phone, WP7 | Tagged , , , , , | Comments Off

SharePoint 2007 WCF Services Reference in VS 2010 and XmlElement vs. XElement confusion.

I have been a victim of this VS 2010 behavior the second time around. For the record then, I am going to make a note of it (who knows, it might hunt me again). I added a Service Reference to … Continue reading

Posted in SharePoint, VS 2010, WCF, XML | Tagged , , , | Comments Off

Investigating EnableViewState and ViewStateMode in .NET 4.0

Today, I stumbled upon a problem with enabling a view state for a control.  It took me about 2 hours to fully comprehend the scope of the problem and to find the fix. I hope that sharing my findings might … Continue reading

Posted in .NET, ViewState | Tagged , | Comments Off

Refreshing Entities in WCF Data Services–Handling Database Triggers

WCF Data Service Context is very smart when it comes to loading entities the data source. It attempts to do it just once. This is to avoid problems related to requesting the same data multiple times, which is bad in … Continue reading

Posted in .NET, Database, Triggers, WCF Data Services | Tagged , , , | Comments Off