Browse by Tags

Streaming Web Content
Tuesday, August 19, 2008 3:06 AM
Blog post on delivering content from WCF service to a web page. http://blogs.msdn.com/drnick/archive/2008/08/18/streaming-web-content.aspx Subscribe in a reader Join my blog network on Facebook Blog Networks Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Speeding up SharePoint (or any IIS hosted website)
Friday, June 20, 2008 6:12 AM
A client of mine recently complained about the speed of their SharePoint portal. After playing around I found this very simple and useful solution to the client's problem. This is not SharePoint specific and can be applied to any site hosted in IIS. Add the following http header to the list in IIS cache-control: (name) max-age=3600, no-check (value) What... Read More...
New SharePoint Site
Wednesday, June 11, 2008 2:49 AM
For those that did not know, Microsoft has a new site regarding all matters SharePoint: http://www.microsoft.com/click/SharePointDeveloper/ Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
OpenID
Tuesday, May 06, 2008 3:53 AM
Read below for Scott Hanselman's take on OpenID. Some interesting info and even some .Net code. http://www.hanselman.com/blog/TheWeeklySourceCode25OpenIDEdition.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Script#
Tuesday, April 22, 2008 3:59 AM
Script# enables more productive Ajax application development by allowing you to compile your C# source code into JavaScript. It allows you to use standard .NET tools like msbuild projects, Visual Studio and IDE intellisense, reflector, refactoring tools, amongst various others. http://www.codeplex.com/scriptsharp Share this post: email it! | bookmark it! | digg... Read More...