My fantastic Webdings Logo

Reamped.NET

It's not that bad


Creating a Simple Site Wide User Notification Pattern

When creating websites, it seems that one problem I always run into is how to gracefully notify the user of errors or display messages to them. In most of my sites I use master pages, so I thought it would be pretty sweet to integrate a messaging pattern into my master pages. I also wanted a quick... [More]

Custom Entity Classes Using LINQ to SQL Part 3 - Queries

Multi-Part Series Custom Entity Classes Using LINQ to SQL Part 1 - DataObjects Custom Entity Classes Using LINQ to SQL Part 2 - Data Custom Entity Classes Using LINQ to SQL Part 3 - Queries So in the first part of this series we made some DataObjects and used attributing from the Syste... [More]

Some Must Have Addins For Visual Studio

You a Visual Studio user? A lot of us are. If you are the only develoer working on a project, then you have the luxury of choosing your own format for your code files. Cleaning up code files when working in a team however, can be much more difficult. Especially when you run into files that everyth... [More]

Custom Entity Classes Using LINQ to SQL Part 2 - Data

Multi-Part Series Custom Entity Classes Using LINQ to SQL Part 1 - DataObjects Custom Entity Classes Using LINQ to SQL Part 2 - Data Custom Entity Classes Using LINQ to SQL Part 3 - Queries In my last post, Part 1 I showed the overview of how to set up your own entity classes or "... [More]

Custom Entity Classes Using LINQ to SQL Part 1 - DataObjects

Multi-Part Series Custom Entity Classes Using LINQ to SQL Part 1 - DataObjects Custom Entity Classes Using LINQ to SQL Part 2 - Data Custom Entity Classes Using LINQ to SQL Part 3 - Queries Have you ever wanted to use the LINQ technology without being bound to the "LINQ to SQL Cla... [More]