ASP.NET

How to create a DropDownList with ASP.NET MVC

The DropDownList html helper differs a bit from the standard Html helper methods, and, not surprisingly, the way it works is one of the questions I get asked...

0 replies - 2200 views - 08/11/09 by Simone Chiaretta in News

Reducing the Bounce Rate of Tech Blogs with Subtext and Lucene.net

In this post I’m going to explain the reason behind my decision to introduce Lucene.net into Subtext to power the internal search engine. The problem:...

0 replies - 771 views - 08/04/09 by Simone Chiaretta in News

.NET Fireside Chats - Nick Berardi on 'ASP.NET MVC 1.0 Website Programming'

Microsoft recently released the ASP.NET MVC Framework version 1.0. As a result, there are several recent titles which focus on the MVC Framework. One of those...

0 replies - 1447 views - 06/23/09 by alashcraft in Articles

Adding the LINQ to SQL ORM to Your .NET Project

I am working on a new personal project (I mentioned it in my videocast), I am building it in MVC, since it is a small project I wanted an easy to use and...

0 replies - 907 views - 05/26/09 by sarajo in News

Twitter from ASP.NET

Got this question yesterday and since it looked interesting to me I decided to dig into it. Any chance we can get a simple tutorial on using Twitter frame work...

1 replies - 1460 views - 05/14/09 by DaveMBush in News

Custom Controller Factory in ASP.NET MVC

After discussing custom route handler and IRouteHandler as two extensibility points in ASP.NET MVC to customize the behavior of routing system, now I want to...

0 replies - 1632 views - 05/12/09 by keyvan in News

DotNetNuke CSS in your Module Settings

I have a friend that is working at a local College who called recently because he was having some trouble with his CSS using the Module Settings feature where...

0 replies - 496 views - 05/05/09 by DaveMBush in News

.NET Fireside Chats - Bill Evjen on Professional ASP.NET 3.5 SP1

Welcome to another installment of DZone's .NET Fireside Chats. Today we're sitting down with Bill Evjen who, along with Scott Hanselman and Devin Rader, wrote...

0 replies - 1032 views - 05/05/09 by alashcraft in Articles

The Four Pillars of ASP.NET

Not that long ago, there was just ASP.NET. But ASP.NET has expanded to include different approaches to development.

0 replies - 1674 views - 04/30/09 by plitwin in News

ASP.NET for Web Designers: Introduction

As I promised in the one-year-celebration article I am starting an "ASP.NET for web designers" series in order to introduce ASP.NET to web designers...

0 replies - 2095 views - 04/30/09 by dzovan in News

IRouteHandler in ASP.NET MVC

In my last post I covered one of the nice extensibility points in ASP.NET MVC to customize route constraints in your MVC applications.

0 replies - 1297 views - 04/29/09 by keyvan in News

How to improve the performances of ASP.NET MVC web applications

Today I stumbled upon a nice presentation that Rudi Benkovic gave last week at the Slovenian DotNet User Group, about ASP.NET MVC Performances. The Big...

0 replies - 1095 views - 04/17/09 by Simone Chiaretta in News

Custom Route Constraint in ASP.NET MVC

In a recent blog post Simone did a great job by listing all the 13 major extensibility points available in ASP.NET MVC with a short description and references...

0 replies - 1449 views - 04/16/09 by keyvan in News

5 Blogs ASP.NET MVC Developers Should Be Following

I’m a huge fan of ASP.NET MVC (I’ve blogged about it several times) and, like many of you, I’ve been looking around for some good real-world tips on...

1 replies - 1803 views - 04/13/09 by justin_etheredge in News

13 ASP.NET MVC extensibility points you have to know

One of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if...

0 replies - 1746 views - 04/08/09 by Simone Chiaretta in News