Home   |  Articles   |  Resources   |  Humor   |  Feedback

  Login   Register 

Ads Via DevMavens


.Net related Articles, Code and Resources
OdeToCode - The Best Links Last Refreshed 9/2/2010 1:33:35 PM
A collection of the best articles on the Internet.
Herding Code Podcast
This week on Herding Code, K Scott, Jon, Kevin, and Scott K field your questions. That’s right – it’s a Listener-Powered Lightning Round! Whether you were interested in their opinions on Microsoft LightSwitch, energy drinks or how the current economic downturn affects quality and craftsmanship, this week’s conversation is being directed by you!

ASP.NET MVC ForEach-Loop Sugar
When you make the move from classic ASP.NET MVC webforms, one of the funny questions you hear is, “Where is the repeater control?”. The MVC veteran responds, “It’s called a For-Loop”.

Building my new blog with Orchard – Part 1 - Tales from the Evil Empire
Several people have asked me if I would move my blog to Orchard. There are actually several challenges with this that have nothing to do with Orchard itself, but suffice it to say that right now I’m not really considering it.

Dynamic LINQ Part 2 (Evolution) - Unhandled Exception
This library let developers put together late bound LINQ queries using a special syntax. This really comes in handy when you want to build a LINQ query based on dynamic input.

Design Through Testability - An Example
I recently posted about the importance of testability with respect to good design. Lets look at an example of how testability can turn bad code into beautiful code.

How to switch between HTTP and HTTPS in ASP.NET MVC2 - Jeff Widmer's Blog
ASP.NET MVC2 has the new RequireHttpsAttribute that you can use to decorate any action to force any non-secure request to come through HTTPS (SSL)

RequestValidation Changes in ASP.NET 4.0 - Rick Strahl's Web Log
There’s been a change in the way the ValidateRequest attribute on WebForms works in ASP.NET 4.0. I noticed this today while updating a post on my WebLog all of which contain raw HTML and so all pretty much trigger request validation. I recently upgraded this app from ASP.NET 2.0 to 4.0 and it’s now failing to update posts. At first this was difficult to track down because of custom error handling in my app – the custom error handler traps the exception and logs it with only basic error information so the full detail of the error was initially hidden.

Where’s Lou » Blog Archive » Orchard 0.5 is out
0.5 is out, which means the infrastructure is baked enough to say it won’t entirely switch out from under you before a v1 release.

MVC 3 – Supporting Custom View Engines - Jacques Eloff

MVC 3 Preview 1 was released earlier this week. It’s packed with new features such as dependency injection, global filters and new tooling to support multiple view engines, including the new Razor view engine for C# (see the end of this post for a list of related posts). Support for Visual Basic will be included in a future release of MVC. For now, our focus has been on getting as much of the C# support completed, including new project types, item templates and T4 files. In this post I will focus on the new tooling support we included for this release.

 



Dynamic Methods in View Data
In ASP.NET MVC 3 Preview 1, we introduced some syntactic sugar for creating and accessing view data using new dynamic properties.


The Blogs
Subscribe to the OdeToCode blogs for the latest news, downloads, new articles, and quirky commentary.
New Articles
Databinding in Silverlight
This article will cover data binding features in Silverlight, including binding expressions, validation, converters, and binding modes.

The Standard LINQ Operators
This article will cover the standard LINQ operators provided by LINQ for filtering, grouping, joining, converting, projecting, and more.

C# 3.0 and LINQ
C# 3.0 introduced a number of new features for LINQ. In this article we'll examine the new features like extension methods, lambda expressions, anonymous types, and more.

Most Popular Articles
Table Variables In T-SQL
Table variables allow you to store a resultset in SQL Server without the overhead of declaring and cleaning up a temporary table. In this article, we will highlight the features and advantages of the table variable data type.

ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps
MasterPages are a great addition to the ASP.NET 2.0 feature set, but are not without their quirks. This article will highlight the common problems developers face with master pages, and provide tips and tricks to use master pages to their fullest potential.

AppSettings In web.config
In this article we will review a couple of pratices to keep your runtime configuration information flexible.

Contribute Code
Privacy
Consultancy