SeanB

Stories submitted by SeanB

Mocking and IOC in Silverlight 2, Castle Project and Moq ports(flawlesscode.com)

submitted by SeanBSeanB(560) 3 years, 9 months ago

A port of parts of the Castle Project and the Moq framework to Silverlight 2. Mocking and IOC/DI in Silverlight 2! read more...

add a comment |category: |Views: 36

tags: another

Silverlight 2 Navigating Between Xaml Pages(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 2 months ago

One of the problems I've run across while playing around with the Beta is the lack of support for any easy way to navigate around you application by moving between Xaml pages. Here is a nice little solution. read more...

add a comment |category: |Views: 351

tags: another

Blogengine.NET extension for embedding a Silverlight plugin(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 2 months ago

Silverlight 2 is here and with it's arrival there are going to be a whole load of Blogengine.NET using developers wanting to embed their sample Silverlight apps in their blog posts. Presented here is a Blogengine.NET extension which makes all the necessary arrangements to embed your content. It works, like most others, by using a token that you type into your posts. read more...

add a comment |category: |Views: 37

tags: another

Silverlight 2.0 Regular Expression Evaluator(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 2 months ago

A Silverlight 2.0 regular expression evaluator, allows a user to test simple regular expressions client side in the browser. read more...

add a comment |category: |Views: 42

tags: another

Getting the icon for a given file extension(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 3 months ago

There is a handy static method for extracting icons from files, Icon.ExtractAssociatedIcon(filePath), which works great when you actually have the path to a file you want to find the icon for. Unfortunately there is no way built into the framework to get the default icon for a given file extension. read more...

add a comment |category: |Views: 20

tags: another

Compiler keywords for primitive types? Why?(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 3 months ago

Getting something off my chest. We have "string" for String, "byte" for Byte, "int" for Int32... Why? Seriously, why? read more...

add a comment |category: |Views: 2

tags: another

Enforcing single instance with argument passing(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 3 months ago

There are several implementations out there already for doing this, but for one reason or another they all did something I didn't like. An all C# and very light implementation using named pipes to pass the arguments has got to be worth the effort. read more...

add a comment |category: |Views: 54

tags: another

Creating a Low Integrity named pipe in C#(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 3 months ago

Shows how to lower the integrity of a managed named pipe so that low integrity processes can connect to and interact with it. read more...

1 comment |category: |Views: 227

tags: another

Free copy of VS '08, SQL '08 & Server '08 for the UK too...(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 4 months ago

In addition to the post made a few days ago, registrations were opened today for the UK launch event of all three products, and just like our friends over in the USA we also get a free copy of everything just for turning up! read more...

add a comment |category: |Views: 1

tags: another

Really simple Business Rule validation using lambdas(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 4 months ago

A little abstraction to help with simple rule validation scenarios. read more...

add a comment |category: |Views: 278

tags: another

Socket Server with .NET 3.5 using pooled buffers and SocketAsyncEventA(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 4 months ago

Writing high performance socket servers using the socket enhancements in .NET 3.5, handling 15,000 socket connection with 1% CPU on a standard desktop PC. read more...

1 comment |category: |Views: 957

tags: another

Silverlight video player extension for Blogengine.NET(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 4 months ago

A Silverlight video player extension for Blogengine.NET with 14 different skins. read more...

add a comment |category: |Views: 189

tags: another

Dynamic discoverability using Udp Multicasting(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 5 months ago

Get instances of your app to dynamically discover eachother on the network at runtime. read more...

add a comment |category: |Views: 9

tags: another

DotNetKicks button extension for Blogengine.NET(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 5 months ago

An extension for Blogengine.NET which allows you to easily add a DotNetKicks button to posts. read more...

add a comment |category: |Views: 18

tags: another

Extension Methods and SocketAsyncEventArgs(flawlesscode.com)

submitted by SeanBSeanB(560) 4 years, 5 months ago

Using Extension Methods to simplify working with the new model for asynchronous socket IO in .NET 3.5 read more...

1 comment |category: |Views: 308

tags: another

Content is the hard part(gravitycube.net)

submitted by SeanBSeanB(560) 4 years, 5 months ago

Some useful places for developers to get test data to populate their applications. read more...

add a comment |category: |Views: 0

tags: another