Welcome to AspAdvice Sign in | Join | Help

Orcs Goblins and .NET

I enjoy reading and writing. I hope you enjoy at least the former. I have moved my blog to Brendan.Enrick.com.

Syndication

Tags

News

Locations of visitors to this page

Navigation

Archives

Advice Sites

Articles

Blogs

Music

July 2008 - Posts

Long Code Lines in Articles and Tutorials
While publishing articles for ASP Alliance I often take the time to fix long code lines I find in the articles. These bother me greatly, because they make web pages and thus the article ugly and difficult to read. I hate having to scroll horizontally Read More...

by Brendan | 2 Comments

Filed under: ,

Passing ViewData to User Controls in ASP.NET MVC Preview 4
Yesterday I was upgrading an ASP.NET MVC site from Preview 2 to Preview 4. For the most part this is an easy process. Some assemblies needed to be updated and some information updated in the web.config file. Route declaration changed, but the same information Read More...

by Brendan | 2 Comments

Filed under: ,

Difference Between Value Types and Reference Types in C#
I recently wrote an article for C# beginners in which I explain the differences between value types and reference types in C# . It was published on ASP Alliance today. If you're new to C# or are even a little fuzzy on these concepts, I recommend you check Read More...

by Brendan | 2 Comments

Filed under: ,