Archives
- June 2012 (1)
- March 2012 (1)
- February 2012 (2)
- December 2011 (1)
- November 2011 (1)
- October 2011 (1)
- September 2011 (1)
- August 2011 (2)
- June 2011 (3)
- May 2011 (2)
- April 2011 (1)
- March 2011 (1)
- February 2011 (7)
Tags
.NET Bing Maps ClickOnce Database IE9 IIS Express iPad Javascript JavaScript Unit Testing jQuery Mobile Mono Mono fro Android MonoTouch Outlook Add-Ins PhoneGap Safari SharePoint SQL Server Telerik ASP.NET AJAX TestSwarm Triggers ViewState VS 2010 WCF WCF Data Services WCF REST WebMatrix Widget Windows Phone WP7 XMLCategories
- .NET (15)
- ClickOnce (1)
- Outlook Add-Ins (1)
- ViewState (1)
- WCF (2)
- WCF Data Services (7)
- WCF REST (3)
- XML (1)
- Bing Maps (3)
- Database (1)
- Triggers (1)
- IE9 (1)
- IIS Express (1)
- iPad (1)
- Javascript (4)
- Ajax (3)
- JavaScript Unit Testing (1)
- jQuery (3)
- Widget (3)
- Mobile (2)
- Mono (2)
- Mono for Android (2)
- MonoTouch (2)
- PhoneGap (3)
- SharePoint (2)
- SQL Server (2)
- Telerik ASP.NET AJAX (1)
- TestSwram (1)
- VS 2010 (2)
- WebMatrix (1)
- Windows Phone (2)
- WP7 (3)
- .NET (15)
Translate
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
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
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
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
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.