GenericError

Stories submitted by GenericError

The Evolution Of C#(exceptionalasp.net)

submitted by GenericErrorGenericError(215) 1 year, 6 months ago

Todays C# is not the same language that was releaed 8 years ago. We take a tour of some new features to see how far it has come. read more...

add a comment |category: |Views: 0

tags: another

Preventing NullReferenceExceptions in C#(exceptionalasp.net)

submitted by GenericErrorGenericError(215) 1 year, 6 months ago

A bunch of advice on avoiding null reference exceptions, tricks and techniques for dealing with them and some notes on how your coding style has an impact. read more...

add a comment |category: |Views: 0

tags: another

Logging Open Rasta Errors With ELMAH(genericerror.com)

submitted by GenericErrorGenericError(215) 2 years, 8 months ago

In my previous post I mentioned that I have been using both Open Rasta and ELMAH so this post explains how to make them play nicely together. read more...

add a comment |category: |Views: 13

tags: another

Things That Make Me Smile(genericerror.com)

submitted by GenericErrorGenericError(215) 2 years, 8 months ago

It’s been a while so I thought I’d start my return to blogging on a happy note. Here I take a quick look at Open Rasta, ELMAH and Composite WPF, a few products that make my job easier. read more...

add a comment |category: |Views: 15

tags: another

Can Games Teach You To Program?(genericerror.com)

submitted by GenericErrorGenericError(215) 3 years, 2 months ago

RoboZZle is an awesome little game made in Silverlight, perhaps it has something to teach you... read more...

add a comment |category: |Views: 22

tags: another

ASP.Net MVC Custom Error Pages(genericerror.com)

submitted by GenericErrorGenericError(215) 3 years, 3 months ago

I have recently spent quite a bit of time getting my ASP.Net MVC application to display errors to the user the way I want and this post outlines the steps I took to get there. This includes general application errors, page not found errors and stupid user errors. read more...

add a comment |category: |Views: 1468

tags: another

Virtual Methods vs Extension Methods(genericerror.com)

submitted by GenericErrorGenericError(215) 3 years, 4 months ago

We know that virtual methods can be inherited and overridden but what about extension methods? There's a sublte difference you should be aware of. read more...

add a comment |category: |Views: 24

tags: another

LINQ to NHibernate, IEnumerable vs IQueryable(genericerror.com)

submitted by GenericErrorGenericError(215) 3 years, 4 months ago

LINQ is pretty cool but there are some subtleties to watch out for. Learn from someone elses experiences making sure only the necesary queries are making it through to the database. read more...

1 comment |category: |Views: 565

tags: another

Moving from ASP.Net web forms to the new MVC framework(genericerror.com)

submitted by GenericErrorGenericError(215) 3 years, 4 months ago

There is plenty of talk about all the advantages of the new framework but it comes at a price. read more...

add a comment |category: |Views: 26

tags: another