RyanTomlinson

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

Update Multiple ASP.NET sites by FTP(web2asp.net)

submitted by sedgeysedgey(1728) 2 years, 4 months ago

What if you have a multiple sites try 100! running the same code and you need to do updates, this article describes a neat solution to overcome the publishing limitations in Visual Studio read more...

4 comments |category: |Views: 241

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

Creating Visual Studio Templates from your Web Projects(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years ago

Visual Studio has the nice capability to create project templates from existing projects and with a little bit of work it's real easy to create a project environment that's ready to roll without having to dig for related components first. This applies to Web projects more than anything for me as I have a fair bit of generic utility code that is project specific and needs to be added to just about all projects. Templates make this real quick and easy. Here's how. read more...

add a comment |category: |Views: 143

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

Generic Repository(codebetter.com)

submitted by brandewinderbrandewinder(530) 3 years, 5 months ago

The purpose behind the repository pattern is to provide a layer of abstraction between your domain and data layer. For smaller projects, this typically isn't needed. However, larger projects can really benefit from a broker that specifically handles the back and forth between the two layers. With repositories your domain objects aren't burdened with infrastructure details and can therefore better focus on domain-specific behavior. read more...

add a comment |category: |Views: 1227

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

ASP.NET MVC UserControls Start to Finish(blog.matthidinger.com)

submitted by superghostsuperghost(2260) 3 years, 10 months ago

The ASP.NET MVC framework ships with a number of Visual Studio project and item templates to ease our development tasks. One of these templates is a UserControl built specifically for the MVC framework. We are going to walkthrough building a re-usable Header control that can be added to the top of related pages (in this specific case, this Control will be added to all Account pages). read more...

add a comment |category: |Views: 741

tags: another