Kinlan

Stories kicked by Kinlan

Announcement of Rhino Queues(ayende.com)

submitted by KinlanKinlan(150) 3 years, 1 month ago

Looks like the start of something good. Looks simple. Not yet looked at the code to see the complexities it has, but it is said to fully support System.Transactions, which is no easy task. read more...

add a comment |category: |Views: 73

tags: another

Microformat .NET(kinlan.co.uk)

submitted by superghostsuperghost(2260) 4 years ago

A generic microformat parser. I thought this could use some attention from the .NET community! read more...

1 comment |category: |Views: 29

tags: another

Report on Day 2 Dev Week 2007(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 2 months ago

The Second day of Devweek 2007, was better than the first. View my report on the lectures that I attended. read more...

add a comment |category: |Views: 1

tags: another

Day 1 of the DevWeek Conference(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 2 months ago

A brief overview of my experience on the first day of DevWeek 2007 in London read more...

add a comment |category: |Views: 0

tags: another

PowerToys for ReSharper 2.5.1 Now Available(jetbrains.net)

submitted by dalzieldalziel(6230) 5 years, 3 months ago

Power toys are plugins that shows how to use various techniques together. They are a lot more complex than plugin samples and require good knowledge of ReSharper OpenAPI to understand the source code. However they do useful things and can be installed just to add functionality to ReSharper. read more...

add a comment |category: |Views: 11

tags: another

Easy HTML Screen Capture in Windows in three lines(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 3 months ago

Create a HTML Screen Capture program like www.websnapr.com in three lines of code. read more...

3 comments |category: |Views: 53

tags: another

Intro to JSON(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years, 4 months ago

A brief introduction to the Javascript Object Notation read more...

add a comment |category: |Views: 9

tags: another

Ultimate .NET development tools(dotnet.org.za)

submitted by trumpitrumpi(370) 5 years, 4 months ago

A list of good free and commercial .NET development tools. read more...

1 comment |category: |Views: 35

tags: another

Increase productivity with ReSharper templates(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 5 years, 5 months ago

Download useful ReSharper templates and learn how to use them read more...

add a comment |category: |Views: 23

tags: another

A simple example of a fluent interface(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 5 months ago

A fluent interface can make your code much easier to use by allowing users to write code like this: imageFilter.Rotate(90) .Watermark("Monkey") .RoundCorners(100, Color.Bisque) .Save("test.png"); This article shows how and why you should add fluent interfaces to your toolbelt. read more...

add a comment |category: |Views: 22

tags: another

Data Generator(benjaminkeen.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

"This little program lets you generate large volumes of random, custom data for use in testing software. Try messing around with it: you'll soon figure it out! I've had to limit it to a maximum of 5000 results, since server resources are limited." read more...

1 comment |category: |Views: 4

tags: another

ASP.NET Caching Gotcha(rjb.za.net)

submitted by twyfordtwyford(255) 5 years, 5 months ago

A small gotcha regarding ASP.NET and caching. read more...

add a comment |category: |Views: 17

tags: another

Message Contract Design Recommendations(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

Here are some useful recommendations for designing message contracts for web services. read more...

add a comment |category: |Views: 125

tags: another

Neural Networks on C#(codeproject.com)

submitted by RobChappelRobChappel(2720) 5 years, 5 months ago

The articles describes a C# library for neural networks computations and their application for several problems solving. read more...

add a comment |category: |Views: 26

tags: another

An HttpModule that moves ViewState to the bottom(madskristensen.dk)

submitted by silverCOREsilverCORE(275) 5 years, 5 months ago

Mads Kristensen shows how to move the ViewState to the bottom of the page with a couple of advantages that this brings. read more...

3 comments |category: |Views: 229

tags: another

Why I Love WSE 3.0(kinlan.co.uk)

submitted by KinlanKinlan(150) 5 years, 6 months ago

I little reason why I love WSE 3.0 read more...

add a comment |category: |Views: 19

tags: another