In this article we will continue our discussion by filling out the implementation in our service class with some NBuilder code. Once we have the working service class in place we can then create a working UI (in the ASP.NET MVC project we created in the last article).
Posted on 2010-03-22T02:34:36.5870000Z @ 2010-03-22T02:34:36.5870000Z
By Andrew Siemer
|
Most often, we build applications that work on the data stored in the database. Understanding this need, Microsoft shipped a new feature with ASP.NET 3.5 called Dynamic Data Website that enables us to build data driven websites very easily.
Posted on 2010-03-21T02:34:36.5870000Z @ 2010-03-21T02:34:36.5870000Z
By Satheesh Babu
|
The following article demonstrates how to build a ratings widget for your website using ASP.NET MVC and jQuery.
Posted on 2010-03-20T02:34:36.5870000Z @ 2010-03-20T02:34:36.5870000Z
By Malcolm Sheridan
|
Yesterday I needed a solution for an annoying problem. I have some buttons on a ASP.NET web form and I need to know which button raised the PostBack not in the event itself but in the page load event. This post will show a way to solve this conundrum.
Posted on 2010-03-19T02:34:36.5870000Z @ 2010-03-19T02:34:36.5870000Z
By Gil Fink
|
Dynamic Data 4 - Adding watermark to the DateTime and Text fields using the Ajax Control Toolkit's TextBoxWatermark Extender.
Posted on 2010-03-18T02:34:36.5870000Z @ 2010-03-18T02:34:36.5870000Z
By Stephen J. Naughton
|
In this article, I'll cover the OOP principles in the MS AJAX JavaScript library. It is quite a big topic, but I decided to highlight only the essential things that should be known by developers for creating server side controls extended by client capabilities.
Posted on 2010-03-17T02:34:36.5870000Z @ 2010-03-17T02:34:36.5870000Z
By Petr Pechovic
|
In this article we'll create a simple ASP.NET user control and apply CSS styles.
Posted on 2010-03-16T02:34:36.5870000Z @ 2010-03-16T02:34:36.5870000Z
By Janko Jovanovic
|
This is a slightly improved version of my previous password field template, which was just about functional. So I have improved it slightly now you will have to enter the password twice in password mode and they will have to match.
Posted on 2010-03-15T02:34:36.5870000Z @ 2010-03-15T02:34:36.5870000Z
By Stephen J. Naughton
|
In this article we are going to use the T4 templates to create strongly typed view names. This technique allows us to catch view name errors at compile time rather than at runtime.
Posted on 2010-03-14T03:34:36.5870000Z @ 2010-03-14T03:34:36.5870000Z
By Mohammad Azam
|
DropDownLists in ASP.NET MVC seem to cause a fair amount of confusion to developers fresh from Web Forms World. This article looks to provide you with all (well, most) of what you need to know to get your DropDownLists working in ASP.NET MVC.
Posted on 2010-03-13T03:34:36.5870000Z @ 2010-03-13T03:34:36.5870000Z
By Mike Brind
|