larsw

Stories submitted by larsw

Syntax highlighting with MGrammar(larswilhelmsen.com)

submitted by larswlarsw(145) 2 years, 10 months ago

Lars discusses his findings in the System.Dataflow assembly, so that he was able to create a syntax highlighter that takes a compiled MGrammar and source code as input and outputs HTML. read more...

add a comment |category: |Views: 35

tags: another

Parsing the command line with MGrammar - Part 1(larswilhelmsen.com)

submitted by larswlarsw(145) 2 years, 10 months ago

In this first installment of a blog series on MGrammar, Lars goes through the grammar of a small DSL that can be used to parse the command line. read more...

add a comment |category: |Views: 17

tags: another

Configurable PrincipalPermission attribute(larswilhelmsen.com)

submitted by larswlarsw(145) 3 years, 1 month ago

This blog post and sample code shows how you can create a clone of the System.Security.Permissions.PrincipalPermissionAttribute and configure it from the {app|web}.config. read more...

add a comment |category: |Views: 82

tags: another

Codename "Velocity" WF/WCF Persistence Provider(larswilhelmsen.com)

submitted by larswlarsw(145) 3 years, 2 months ago

Lars shows how you can use Microsoft's upcoming distributed cache engine dubbed "Velocity" as a backing store for instance persistence when handling durable/long-running services in Windows Workflow Foundation and/or Windows Communication Foundation. Code is provided under the Apache License 2.0. read more...

add a comment |category: |Views: 109

tags: another

Tinyject - IoC in an Afternoon(larswilhelmsen.com)

submitted by larswlarsw(145) 3 years, 4 months ago

Oh, not another IoC/DI container, you might think. Well, this one is tiny, and can be a good source for newbies to read code and understand how a container works. read more...

add a comment |category: |Views: 12

tags: another

WCF Test Client - Extended!(larswilhelmsen.com)

submitted by larswlarsw(145) 3 years, 4 months ago

This blog post and the accompanying source code shows you have you can wrap the WcfTestClient.exe that is a part of the Visual Studio 2008 installation, so that you can save & load the test data you enter. read more...

add a comment |category: |Views: 183

tags: another

Controlling WebHttpBinding output format - Custom WebContentTypeMapper(sral.org)

submitted by larswlarsw(145) 4 years, 1 month ago

How to implement a custom WebContentTypeMapper and set up a customBinding that enables it. The customBinding contains the channels that is needed for doing "REST" style communication ( webHttpBinding equivalent). read more...

add a comment |category: |Views: 389

tags: another

How to resolve a "... cannot be processed at the receiver, due to an A(sral.org)

submitted by larswlarsw(145) 4 years, 1 month ago

If you experience strange fault messages about AddressFilter and EndpointDispatchers when doing .NET 3.5 / WCF WebHttpBinding development - the answer is most likely described here. read more...

add a comment |category: |Views: 220

tags: another

Upgrade a classic class library to enable the WCF Test Client(sral.org)

submitted by larswlarsw(145) 4 years, 3 months ago

If you have an existing class library containing a WCF Service, and you want to use the new WCF Test Client in Visual Studio 2008, take a look here. read more...

add a comment |category: |Views: 63

tags: another

Microsoft eScrum for Team Foundation Server: Ouch!(sral.org)

submitted by larswlarsw(145) 4 years, 7 months ago

Useful information about the installation of the new Scrum Process Template + Web Site for Team Foundation Server. read more...

add a comment |category: |Views: 31

tags: another

Enabling unsigned IFilters for Full-Text indexing in SQL Server 2005(sral.org)

submitted by larswlarsw(145) 5 years, 1 month ago

Explains how to enable loading of unsigned IFilter-based COM-components in SQL Server 2005 - to enable full-text indexing of file types like CHM, PDF etc. read more...

1 comment |category: |Views: 19

tags: another