Tag Archives: .NET

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

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

Cannot Import Key File Error when trying to compile ClickOnce enabled application in VS 2010

In my case the application was an Outlook Add-In created by another team member. When I tried to open the project I got this error: The error: Cannot import the following key file: OutlookAddIn_TemporaryKey.pfx. The key file may be password … Continue reading

Posted in .NET, ClickOnce, Outlook Add-Ins | Tagged , , | Comments Off

oData and Stored Procedures aka Service Operations

If you work with WCF Data Services, at some point, you will probably need to call a stored procedure to return result of a complex query. If you wonder how to wrap a call to stored procedure into a WCF … Continue reading

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

WCF Data Services Cheat Sheet

This is the result of my tiny research about translating LINQ to REST into oData URI Conventions and finally into T-SQL. Event though I knew what I needed on the T-SQL side,  I was not sure which LINQ statement would … Continue reading

Posted in .NET, WCF Data Services | Tagged , | 2 Comments

ASP.NET Menu Control Accessibility Feature renders incorrectly in Safari and Chrome Browsers.

How to fix ASP.NET Menu Control Accessibility Feature rendering incorrectly in Safari and Chrome Browsers. Continue reading

Posted in .NET | Tagged , | 3 Comments

Error when deleting WCF Services entity when WebDAV enabled on the server.

WCF Data Services in IIS 7.5 (Server 2008 R2) – Error when deleting entity when WebDAV enabled on the server.

Continue reading

Posted in WCF Data Services | Tagged , | 1 Comment