Friday, May 16, 2008 CodeBetter.Com - Stuff you need to Code Better!
A quick tip about scripting a software build using SQL Express 2005. It isn't network-enabled by default, so you'll want to change the network configuration to enable TCP/IP. The setting is in Sql Server Configuration Manager. Here is a...
Friday, May 16, 2008 CodeBetter.Com - Stuff you need to Code Better!
I recently tried out Windows Server 2008 x64, and I'm gradually transitioning. I'm installing all the tools I have on my XP drive, but I won't complete the switch until I've verified there are no blocking issues. I regularly use Cropper...
Friday, May 16, 2008 Dave Burke
It's generally a good rule to not blog about what you don't know, but sometimes it's a moral imperative. With my ignorance highlighted with a yellow marker, let me tell you about my Visual Studio Website Project Awakening, the week that was....
Friday, May 16, 2008 CodeBetter.Com - Stuff you need to Code Better!
I was wondering just the other day when Enterprise Library 4.0 might be released and low and behold today was the day. There are no new application blocks with Enterprise Library 4.0, but there are a few enhancements to existing blocks and the much...
Friday, May 16, 2008 ASP.NET Weblogs
Content Query Web Part (CQWP) is a powerful feature in SharePoint, where users can create custom view of data that is queried from various sources, lists, libraries, and present all in one web part. One of my tasks yesterday is to create a content query...
Friday, May 16, 2008 Dave Burke
I'm putting a web site up for my sister who makes beautiful quilts. I decided to use Expression Web and for her blog, BlogEngine.Net. I've got more to say about BlogEngine.Net (the more I use it, the more I like it!), but that's another post....
Friday, May 16, 2008 ASP.NET Weblogs
The school district I work for had an idea for an application. The need comes from several angles. First of all, lunch counts are all done by paper. Attendance is taken on paper, then it is sent to the Health Room, where tallies are made, and then...
Friday, May 16, 2008 ASP.NET Weblogs
So looks like that the Mono project has reached a significant milestone by completing all of its Winform 2.0 API . And it encouraged me to get back into evaluating Mono's progress. A while back , I was disappointed that the rich text box component...
Friday, May 16, 2008 CodeBetter.Com - Stuff you need to Code Better!
My session materials are posted here on my google code repository Blackbelt configuration for new projects Jeffrey Palermo - ARC439 Any architect knows the challenges of setting up configuration management for a new project. Architecture isn't just...
Friday, May 16, 2008 Dave Burke
I sling a lot of data in and out of my Jobs Management Application and this afternoon's slinging consisted of Job Estimate data from Microsoft Access. The process occurs through a Community Server background task and consists of three steps. 1)...