Remix on August 6th..

www.RemixSouth.com

Share on Facebook

Made the Magenic Thought Leadership page!

To be put up with the rest of these brilliant people is an honor and humbling.     http://magenic.com/AboutMagenic/ThoughtLeadership/VTSP.aspx

Share on Facebook

First Peak at Windows Server 8 – internal Cloud!

http://digitalwpc.com/Videos/AllVideos/Permalink/3cb3788c-5c47-4b9e-987c-0dec4194058b/#fbid=N7KtExvIGZp

Share on Facebook

MVC4 Mobile layout on it’s way!

new Index.Mobile.cshtml/vbhtml and _Layout.Mobile.cshtml/vbhtml (basically the site.master)

http://aspnet.codeplex.com/wikipage?title=ASP.NET%20MVC%204%20RoadMap

Share on Facebook

Excellent posts on inexpensive Click Once

http://robindotnet.wordpress.com/2011/07/18/host-your-clickonce-deployment-in-azure-for-pennies-per-month/

Share on Facebook

Developing on Windows 8 First look

Share on Facebook

New User Group in Atlanta – Windows Phone 7 Atlanta

http://www.meetup.com/Win-Phone-7-Developers-Atlanta/

Share on Facebook

Basic Script to log out from ACS

<script runat=”server”>
void MyLoginStatus_LoggedOut(Object sender, System.EventArgs e)
{  WSFederationAuthenticationModule acs = FederatedAuthentication.WSFederationAuthenticationModule;
acs.SignOut(true);}
</script>

 <asp:LoginStatus ID=”HeadLoginStatus” runat=”server” LogoutAction=”Refresh” OnLoggedOut=”MyLoginStatus_LoggedOut” LogoutText=”Log Out” /> ]


Share on Facebook