I have been having really bad email problems for the last month. I finally have it sorted out, but will probably have some more interruptions in a few days. I apologize if you have received bounced emails from this domain over the last month.
Tags:
5e0485fb-2f71-437d-b351-9dfcf0820f72|0|.0
Well, another year is drawing to a close. I has been an absolute blast this year and next year is going to be so much better.
Hope you all enjoy a little down-time. God bless.
Tags:
cd87d513-afc0-4cb9-8dd1-d361fc175667|0|.0
This sounds fantastic. Great take on the Halo theme song from Corporeal. Via Stanley Tan.
Tags:
9b5ba52c-934c-49f3-8c92-3ee8f81687d0|0|.0
I have been looking at WF runtime services, specifically the ManualWorkflowSchedulerService for running workflows synchronously. In my research travels this morning, I came across this article on the odetocode site. At a quick read, it seems like Scott Allen has put together a fantastic article with just the right about of information, code and detail.
Tags: WF
ddfa7fe9-a8b8-41f6-a23c-9454d9d21274|0|.0
Given my impending fatherhood, there have to be changes and sacrifices. I have been instructing beginners and intermediates at Taekwondo for about a year and a half. Tonight was the last night for me as an instructor so I have to give up the cool "go faster" intermediate instructor's red dobok. Pity, I liked that one.
Tags: Taekwondo
893545df-db21-4942-8a27-ad402e5494c4|0|.0
I have been building up a project that I need to add workflows to, only I didn't create the project as a workflow project. This means that when I go to add a new item, I get the standard options along with WPF file types and even an option for a WCF service, but no workflow options.
After using WinMerge to compare the project file with a workflow project file, these are the actions I took:
- Add references to System.Workflow.Runtime, System.Workflow.ComponentModel and System.Workflow.Activities.
- Open the project file in notepad and make the following changes
- Add the following to the first Project/ProjectGroup element (it should contain the assembly details) :
<ProjectTypeGuids>{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Given the name of the ProjectTypeGuids element, I am guessing that the guids should be the same for everyone, but you might have to compare the guids found in a new workflow project to you can create.
- Add the following after the CSharp.targets Import element under the Project element:
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" />
Tags: WF
3ce121fd-cece-4079-bb23-3704123d6001|0|.0
Snap Preview is a really cool add-on that you can use in your site. If you manage your own Community Server build, the easiest way to add this to your site is by adding the script to the Raw Header setting in the Administration -> Site Name & Description area of the control panel.
Tags:
e35c20e5-484e-44d6-a8f8-d4c3d2dd90e6|0|.0
Just read this great article on securing your .Net code.
Tags:
0a1c9c81-8138-4908-9c15-dd903a669eda|0|.0
This is one of those things that I have often thought about, but has never seemed important enough to read up on. I had always wondered why I often saw three slashes at the beginning of a file Uri. Now I know.
Tags:
d533cb0d-fe6c-4f3b-833f-d0e332819ed2|0|.0
I am getting some interesting results when messages are returned from a WCF service. Small responses come through fine. When the responses start to get large, I run into the QuotaExceededException exception. This is fine because you can increase the MaxReceivedMessageSize configuration value on the client endpoint. This starts to fail when the size of the data continues to increase and eventually I get the exception WebException: The underlying connection was closed: The connection was closed unexpectedly.
The service call is still being made (I can debug it), but it seems that the error is coming back quick enough that it is a problem with the server endpoint, rather than client endpoint or configuration on the client.
Anyone come across this before???
Tags: WCF
ec742683-35cb-4661-85b0-f16f9ccd7289|0|.0