larsw

Stories kicked 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

Certificate Generation Made Easy(dscoduc.com)

submitted by dscoducdscoduc(1099) 3 years, 1 month ago

Here is a HTA script that automates the generation of a self signed CA and a machine certificate. This helps achieve the advantage of a Root CA without the need to actually build a server to act as a Certificate Authority. Screen shots give you an example of the functionality. 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

Windows Strata: Microsoft’s Cloud OS?(danrigsby.com)

submitted by DanRigsbyDanRigsby(1880) 3 years, 4 months ago

Microsoft PDC session lists hints at the name of the new Cloud OS read more...

add a comment |category: |Views: 363

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

WPF Wikipedia Explorer Released(dotnetsolutions.ltd.uk)

submitted by twyfordtwyford(255) 5 years, 1 month ago

The guys at DotNet Solutions have created a brilliant application that provides totally new interface to Wikipedia using the visual capability of Windows Presentation Foundation. It deals with and displays the relationships between the articles in a linked and 3D explorer mode. read more...

add a comment |category: |Views: 135

tags: another

Value Types vs Primitive Types(spellcoder.com)

submitted by bashmohandesbashmohandes(3000) 5 years, 1 month ago

Questions of the day 1. Is there any difference between Primitive Types & Value Types ? 2. Are all Value Types primitive types and vise versa ? 3. Is there any difference between string & System.String ? read more...

add a comment |category: |Views: 11

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

Tipping TDD(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 2 months ago

In this post I share some thoughts on how to increase the chance of an organization adopting TDD. read more...

add a comment |category: |Views: 6

tags: another