Category Archives: .NET

Search over 240 SharePoint lists via WCF service in under 15 seconds.

Search over 240 SharePoint lists via WCF service in under 15 seconds. Continue reading

Posted in SharePoint, WCF | Tagged , | Comments Off

DTO from Stored Procedure – Code Snippet

One of my current projects uses data retrieved from a linked server via a stored procedure. I can look at the queries being executed but I cannot see the underlying storage tables. I wrote this little piece of code to … Continue reading

Posted in WCF Data Services | Tagged | Comments Off

WCF Data Services, POCOs and pitfalls of “DataServiceKey”.

WCF Data Services, POCOs and pitfalls of “DataServiceKey”.
Be mindful when choosing and populating “DataServiceKey” attribute adorned field on your POCOs. Continue reading

Posted in WCF Data Services | Tagged | Comments Off

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