ASP.NET

Access a Control by ID From Within a Databound Control

Databound controls are at once very easy and very frustrating.  If you just need to do some simple databinding that gets a list of items on the screen and...

0 replies - 254 views - 11/02/09 by DaveMBush in News

ASP.NET MVC Translated for the Web Forms Programmer (5 in a series) - What the Frig Is a View Model?

I wanted to expound on something very important that I kind of glazed over in the last post, View Models. View Models are something that is very pivotal to MVC...

0 replies - 639 views - 10/29/09 by sarajo in News

12 ASP.NET MVC Best Practices

Last week I held two presentations about ASP.NET MVC for the new-born DotNetRomaCeStà user group in Rome. And one of them was about what I consider to be...

0 replies - 1020 views - 10/28/09 by Simone Chiaretta in News

My ASP.NET MVC Stack and Why I've Chosen It

In my current project I'm starting to develop a new web application using ASP.NET MVC and given all the environmental conditions, choosing the stack, from the...

0 replies - 1292 views - 10/15/09 by Simone Chiaretta in News

HttpContext.Items[] vs Session[]

Since .NET first because available, passing data around during a request has become a lot easier.  The ability to set a property has made that so.  Still...

1 replies - 1022 views - 10/12/09 by DaveMBush in News

Sitemap Action Result for ASP.NET MVC

One common feature of any modern web application to improve its SEO and traffic is the use of sitemap as a standard XML derivation. I’ve been using such...

0 replies - 1070 views - 10/07/09 by keyvan in News

Forms Authentication - Manual Authentication

I’ve had several occasions in the past where I’ve needed to do my own authentication or I’ve needed to add some additional methods to the authentication...

1 replies - 1215 views - 10/06/09 by DaveMBush in News

ASP.NET MVC Translated for the Web Forms Programmer - Part 1 of 4

Ok, so, do you remember learning about HTTP Get and HTTP Post in school? Ok, do you remember when you started building Web Forms and you just chalked that up...

0 replies - 1301 views - 09/25/09 by sarajo in News

DotNetNuke - Retrieving Host Access

One of the most frustrating events that can happen in any system is forgetting your password and not being able to retrieve it.  DotNetNuke has a retrieval...

0 replies - 765 views - 09/22/09 by DaveMBush in News

Lucene.net: Your First Application

In the first two posts of the tutorial you learnt how to get the latest version of Lucene.net, where to get the (little) documentation available, which are the...

0 replies - 1262 views - 09/14/09 by Simone Chiaretta in News

Author Interview: Simone Chiaretta & Keyvan Nayyeri on ASP.NET MVC 1.0

DZone recently had a chance to sit down with Simone Chiaretta and Keyvan Nayyeri, authors of Wrox' Beginning ASP.NET MVC 1.0 and DZone's ASP.NET MVC 1.0...

0 replies - 1730 views - 09/09/09 by alashcraft in Articles

Lucene.net: The Main Concepts

In the previous post you learnt how to get a copy of Lucene.net and where to go in order to look for more information. As you noticed the documentation is far...

1 replies - 1119 views - 09/02/09 by Simone Chiaretta in News

How to Get Started with Lucene.net

A few weeks ago I expressed my intention of introducing Lucene.net into Subtext, and that I would have written about the journey. In this post I’m going to...

0 replies - 892 views - 08/28/09 by Simone Chiaretta in News

Telerik Embraces Open Source with New Extentions for ASP.NET MVC

Newton, MA, August 12, 2009 – Telerik, a leading provider of development tools and solutions for the Microsoft .NET platform today unveiled its new line of...

0 replies - 1045 views - 08/12/09 by alashcraft in Announcements

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 - 1931 views - 08/11/09 by Simone Chiaretta in News