Tag Archives: asp.net

Avoiding SOAP Bloat with JSON Services

In this post I am going to walk through writing and consuming JSON services using ASP.Net, WCF, and jQuery to request the stock price for a company. Visual Studio 2010 Web Application Project Template Additions jQuery Intellisense – let Visual Studio write your jQuery for you AJAX-enabled WCF Service – item template that auto-generates the… Read More »

SharePoint FBA: Basic “All Authenticated Users” Role Provider

When managing users and groups within a SharePoint Web application configured to use Windows Integrated Authentication, there is a convenient “Add all authenticated users” link that adds a special Active Directory group - NT AUTHORITY\authenticated users - to the Users/Groups People Editor. This group refers to any non-anonymous user, which if you ask me, seems… Read More »

Great Reads by My Colleague Winston

I’m not sure how much exposure these posts are receiving, so I am posting them here because they are well worth the read: On the WebForms vs MVC Debate ASP.NET WebForms: As *Component Frameworks* Go, It’s Pretty Good Winston Fassett is a previous manager of mine when I was working at ORIX USA, where building… Read More »