Browse by Tags

Stop-the-Line Issues
Thursday, August 28, 2008 3:00 AM
This is a very brief and good read forming a part of the concept of technical debt. The author explains why it is important to fix bugs as discovered and not leave them piling up in a bug tracking system. I tend to agree with this approach. http://community.ative.dk/blogs/ative/archive/2007/01/29/The-Waste-of-Defects-_2D00_-Bugs-are-Stop_2D00_the_2D00_Line-Issues... Read More...
Pluralsight's WCF/WF Developer Screencast Series
Wednesday, August 20, 2008 2:37 AM
Pluralsight has joined forces with the WCF/WF teams at Microsoft to deliver a series of short videos that illustrate how to get started using WCF/WF in your applications. The videos will be hosted on Channel9 within the Screencasts section, and they'll be highlighted on The .NET Endpoint Team Blog and the MSDN Dev Centers for WCF & WF. More info from... Read More...
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...
.Net 3.5 SP 1 Released
Tuesday, August 12, 2008 2:51 AM
From InfoQ : " Service Pack 1 for .NET 3.5 and Visual Studio 2008 was released today. While called a "service pack", the sheer number of new features makes this release as significant as .NET 3.0. These include the controversial ADO.NET Entity Framework and the much demanded improvements to C#’s real-time syntax checker. Other features include... Read More...
Tasktop
Friday, July 25, 2008 3:09 AM
I have found this to be a very cool tool for developers to manage themself. A general self management tool: http://tasktop.com/tasktop-for-windows/ Subscribe in a reader Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Code Snippet Tool
Thursday, July 24, 2008 3:09 AM
SnipPit is a SQL Server based VS add-in (and separate desktop app.) snippet respository . http://www.codeproject.com/KB/macros/SnipPit.aspx Subscribe in a reader Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Lean Thinking
Wednesday, July 16, 2008 2:44 AM
An introduction on infoq on Lean Thinking in software. http://www.infoq.com/articles/lean-thinking-software Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Agile And the truth
Tuesday, July 15, 2008 1:51 AM
What is the role of the truth in the Agile development process? Here is a post that seem to know: http://dpwhelan.com/blog/agile/truthfulness-on-software-teams/ Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Entity Framework and Data Modeling
Tuesday, July 08, 2008 3:18 AM
In this MSDN Magazine article the author answers questions regarding the Entity Framework and provides an understanding of how and why it was developed. http://msdn.microsoft.com/en-us/magazine/cc700331.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Building Apps with SSDS
Tuesday, July 08, 2008 3:07 AM
MSDN Magazine has this article on using SQL Server Data Services as your data store to your application(s). A very cool concept if infrastructure, licensing etc is an issue. http://msdn.microsoft.com/en-us/magazine/cc700349.aspx 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...
Software factories - a practicle implemenation
Wednesday, June 18, 2008 3:06 AM
Here is an article from MSDN on a practical implementation of software factories. In the article brief principles get discussed, but the over Wow of the article reside in the cutting of development costs. Something to consider: http://msdn.microsoft.com/en-us/architecture/cc496679.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it!... Read More...
DDD in practice
Wednesday, June 18, 2008 2:37 AM
Found this very good article on infoq by Srini Penchikala on Domain Driven Design and the practice implementation of the concept. Even a sample has been included. Read more here: http://www.infoq.com/articles/ddd-in-practice Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
SOA Principles and Modularity
Tuesday, June 17, 2008 3:14 AM
Some points on SOA architecture principles. Interesting read: http://www.manageability.org/blog/stuff/soa-rediscovering-modularity Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Read More...
Updating of SharePoint tasks
Wednesday, June 11, 2008 2:53 AM
I recently developed a basic approval workflow for a client that entails an InfoPath form dynamically updating the workflow task depending on a radio button selection - via a web service. With this process I kept getting an error saying something like the following: The Web application at SOMEURL could not be found. Verify that you have typed the URL correctly... Read More...
More Posts Next page »