Keyvan Nayyeri's Task Scheduler Application is taking shape with working Beta 1 source on CodePlex. The K-Man discusses the release here. The solution contains a Website Project and Abidar class library as shown here. Keyvan includes a Clear Cache task in the web project to give you a sampli...
[More]
Posted on
7/19/2008 3:41:40 PM
by Dave Burke,
Categories:
.NET
I received this email from my pal SB Chatterjee so I'm doing my part to spread the word for the first Hartford, Connecticut Code Camp Call for Speakers. I'm not sure yet if I can make it, since I'm not seeing anything about a Saturday Night Geek Party... ----------------------- From: CTDOTNET ...
[More]
Posted on
7/1/2008 7:48:30 PM
by Dave Burke,
Categories:
.NET
The subtitle of this post is "Keeping up with Keyvan." The guy is definitely a high octane .NET machine. I told him how excited I was about his work on an ASP.NET Task Scheduler and as a result have been made an honorary participant in The Abidar Project (Keyvan comes up with the best names.) You'll...
[More]
Posted on
7/1/2008 4:23:23 PM
by Dave Burke,
Categories:
.NET
My wife and daughter are out of town for a week visiting her folks, leaving me "alone with my work." And I've been banging out a lot of code. Today's 10 hours were spent working toward the goal of converting dynamically generated ASPX Job Slips in my Community Server-based Jobs Managemen...
[More]
Posted on
6/17/2008 8:10:49 PM
by Dave Burke,
Categories:
.NET | Jobs Management App
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. As I mentioned in a previous post, I created a web s...
[More]
Posted on
5/16/2008 8:43:52 PM
by Dave Burke,
Categories:
.NET
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) Request the List<Business Object>, 2)...
[More]
Posted on
5/16/2008 1:46:54 PM
by Dave Burke,
Categories:
.NET | CodeSmith | Community Server | Jobs Management App
In my Jobs Management app built on Community Server I needed to display job documents. Another in-house Document Management application already had a page that displayed documents based on jobs, so instead of designing original Chameleon controls as usual, why not iframe in an existing documen...
[More]
Posted on
5/8/2008 9:14:45 AM
by Dave Burke,
Categories:
.NET | Community Server | Jobs Management App
I've created a few custom Community Server link controls in my day deriving from WrappedContentBase that display a modal window when clicked. They're smart and efficient, but I didn't like the fact that when doing a mouseover the cursor did not change to...the hand. Certainly I could make th...
[More]
Posted on
5/3/2008 9:50:28 AM
by Dave Burke,
Categories:
.NET | Community Server
I'm not trying to compete with Sarah Ford's excellent "Did you know..." series, but I wanted a better way to display smart tags in VS2005 and took a path I had not traveled before. I heard a drum beat never heard and pressed keys not yet pressed. I appreciated VS displaying the keyboa...
[More]
Posted on
5/3/2008 9:04:42 AM
by Dave Burke,
Categories:
.NET
Community Server background tasks are great and I've created a lot of them. There's one thing about background tasks that can cause problems, however. When the website process stops so do all of its background tasks. I was designing a task today on my Community Server-based Jobs Manageme...
[More]
Posted on
4/11/2008 8:40:06 PM
by Dave Burke,
Categories:
.NET | Community Server | Jobs Management App