RyanTomlinson

Stories submitted by RyanTomlinson

WP7 Tip #1: From TheNounProject to WP7 made simple.(www.ryantomlinson.com)

submitted by RyanTomlinsonRyanTomlinson(125) 1 year, 3 months ago

Converting the great iconography at thenounproject.com to usable, theme-aware icons for Windows Phone 7. read more...

add a comment |category: |Views: 6

tags: another

StackO: My First Windows Phone 7 App(www.ryantomlinson.com)

submitted by RyanTomlinsonRyanTomlinson(125) 1 year, 3 months ago

Developing a StackOverflow Windows Phone 7 client. read more...

add a comment |category: |Views: 6

tags: another

An introduction to Code Contracts in .NET 4.0(www.ryantomlinson.com)

submitted by RyanTomlinsonRyanTomlinson(125) 1 year, 9 months ago

NET 4.0 sees the introduction of Code Contracts. Code Contracts allow the developer to specify rules and "assumptions on your code in the form of pre-conditions, post-conditions and object invariants" (in the words of DevLabs). read more...

add a comment |category: |Views: 27

tags: another

True data paging the Telerik RadGrid(ryantomlinson.com)

submitted by RyanTomlinsonRyanTomlinson(125) 1 year, 10 months ago

Using the Telerik RadGrid and SQL Server Common Table Expressions (CTE) for true data paging. read more...

add a comment |category: |Views: 143

tags: another

Databinding child controls in an ASP.NET composite control.(ryantomlinson.com)

submitted by RyanTomlinsonRyanTomlinson(125) 2 years, 4 months ago

Databinding to child controls when creating a custom composite control in ASP.NET. read more...

add a comment |category: |Views: 11

tags: another

Using generics to specify return types.(ryantomlinson.com)

submitted by RyanTomlinsonRyanTomlinson(125) 2 years, 8 months ago

A short post on specifying a return type by using generics. read more...

add a comment |category: |Views: 15

tags: another

An Enterprise Authorization Framework: Part 2 - Why Rhino Security is (ryantomlinson.com)

submitted by RyanTomlinsonRyanTomlinson(125) 2 years, 9 months ago

Originally this post was going to be titled "Part 2: Integrating Rhino Security" but upon reflection this wasn't what I was trying to acheive at all. This has been covered enough to get you started and if you need to know how to integrate Rhino Security into your ASP.NET WebForms project then read this post by Billy McCafferty. What I do want to discuss is the concept of Rhino Security, its simplicity, adaptability and extensibility and why it is "the shit". read more...

add a comment |category: |Views: 276

tags: another

Sexier URL' s with subdomains under IIS 7.(99atoms.com)

submitted by RyanTomlinsonRyanTomlinson(125) 3 years, 4 months ago

A post on developing with cleaner URL's and particularly local subdomain under IIS 7. read more...

add a comment |category: |Views: 118

tags: another

Creating a custom ASP.NET RadioButtonList with images.(99atoms.com)

submitted by RyanTomlinsonRyanTomlinson(125) 3 years, 6 months ago

ASP.NET RadioButtonPictureList custom control. read more...

add a comment |category: |Views: 605

tags: another

BlogCumulus.NET - A flash based tag cloud.(99atoms.com)

submitted by RyanTomlinsonRyanTomlinson(125) 3 years, 6 months ago

A BlogEngine.NET extension called BlogCumulus.NET that adds a flash based tag cloud to your blog. read more...

1 comment |category: |Views: 312

tags: another

A jQuery TwitterTicker Plugin(99atoms.com)

submitted by RyanTomlinsonRyanTomlinson(125) 3 years, 6 months ago

A jQuery plugin to display Twitter posts and display then in a news ticker. read more...

add a comment |category: |Views: 31

tags: another

Where is the Enum Generic Constraint??(thisispaulsmith.co.uk)

submitted by RyanTomlinsonRyanTomlinson(125) 3 years, 7 months ago

An implementation to constain enum types using generics. read more...

add a comment |category: |Views: 20

tags: another