22 items found in the ASP.NET MVC Category
Named Anchors And MVC Urls
Mikesdotnetting
-
14 June 2010 10:15
Named Anchors are used to generate links to specific locations within a web document. Unless you are careful, you may end up having a little trouble getting these to work using the MVC LinkExtension helpers.
Click to read more about Named Anchors And MVC Urls ...
Filed under:
ASP.NET MVC
as
Snippet
Viewed: 840 times
Google Sitemap Generation From A Custom SiteMapResult
Mikesdotnetting
-
31 May 2010 20:42
My previous article showed how to use a custom ActionResult and the classes within WCF to generate an RSS feed. There are no similar classes to help build a valid Google Site Map for an ASP.NET MVC application. So here's how your can build your own.
Click to read more about Google Sitemap Generation From A Custom SiteMapResult ...
Filed under:
ASP.NET MVC
as
Article
Viewed: 1892 times
Rss Feed Generation From a Custom RssResult
Mikesdotnetting
-
31 May 2010 09:14
When I looked at producing RSS Feeds in ASP.NET MVC before, I used the ContentResult method to return XML. Best Practice suggests that you should create a new ActionResult if required. So this article looks at creating an RssResult, and a different way to generate the feed itself.
Click to read more about Rss Feed Generation From a Custom RssResult ...
Filed under:
ASP.NET MVC
as
Article
Viewed: 1644 times
Validating the Contact Manager with MVC 2.0 And VS 2010
Mikesdotnetting
-
29 March 2010 22:17
The MVC 2.0 Framework was finally RTM'd on March 11th 2010, so I took the opportunity to update my Contact Manager application with some of its new features. While the focus of this article is validating the Model using DataAnnotations, I also touch on one or two other new features in the latest release.
Click to read more about Validating the Contact Manager with MVC 2.0 And VS 2010 ...
Filed under:
ASP.NET MVC
as
Article
Viewed: 4421 times
ASP.NET MVC v. Web Forms Debate - My View
Mikesdotnetting
-
22 February 2010 21:53
It seems that the whole world (and Margate) is having its say on which is better - MVC or Web Forms. Scott Guthrie posted his views on technical debates in general, and then contributed his thoughts on MVC v. Web Forms. Ian Cooper has an interesting contribution to make to the debate too. Rob Conery (formerly of Microsoft) posted probably the most linked to opinion on the matter. (There - I've just added another link...) A lot of other blog posts around scream that MVC is better because its better. One even tries to posit the notion that some kind of score card approach can help you decide.
Click to read more about ASP.NET MVC v. Web Forms Debate - My View ...
Filed under:
General
ASP.NET 3.5
ASP.NET MVC
as
General
Viewed: 4554 times
ASP.NET MVC is not all about Linq to SQL
Mikesdotnetting
-
21 February 2010 08:21
Pretty much every sample application that illustrates ASP.NET MVC uses Linq To SQL or the Entity Framework as the data access method. I've seen a number of questions posted to the forums at www.asp.net asking if there are any alternatives, and indeed there are. This article will look at using plain ADO.NET within a data access layer to provide dynamic content to a typical small CRUD application.
Click to read more about ASP.NET MVC is not all about Linq to SQL ...
Filed under:
ADO.NET
ASP.NET MVC
as
Article
Viewed: 9739 times
Get The Drop On ASP.NET MVC DropDownLists
Mikesdotnetting
-
07 January 2010 21:27
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.
Click to read more about Get The Drop On ASP.NET MVC DropDownLists ...
Filed under:
ASP.NET MVC
as
Article
Viewed: 13336 times
ASP.NET MVC - Prevent Image Leeching with a Custom RouteHandler
Mikesdotnetting
-
25 December 2009 22:31
Have you ever noticed an unusually high number of requests in your web server log files for image files? It may well be that someone is linking to your images from their own site, and basically stealing your bandwidth. Here's how to implement a custom RouteHandler within an ASP.NET MVC application to prevent people leeching your images.
Click to read more about ASP.NET MVC - Prevent Image Leeching with a Custom RouteHandler ...
Filed under:
ASP.NET MVC
as
Article
Viewed: 6963 times
ASP.NET MVC Uploading and Downloading Files
Mikesdotnetting
-
21 December 2009 22:29
If you come to ASP.NET MVC from a purely ASP.NET Web Forms background, one of the first things you are likely to notice is that all those nice easy Server Controls have disappeared. One of those is the FileUpload, and its absence seems to cause a few problems. This article looks at how to upload files to the server in an MVC world, and how to get them back from the server to the user again.
Click to read more about ASP.NET MVC Uploading and Downloading Files ...
Filed under:
ASP.NET MVC
as
Article
Viewed: 16690 times
Book Review - Professional Enterprise .NET
Mikesdotnetting
-
28 October 2009 15:49
I reviewed an ASP.NET Architecture and Design book recently. It was OK. I felt it was a bit thin, and didn't cover topics beyond beginner level. Then I got sent a review copy of another book: Professional Enterprise .NET. Having read it, this is the book that the previous book should want to be when it grows up.
Click to read more about Book Review - Professional Enterprise .NET ...
Filed under:
ASP.NET 3.5
ASP.NET MVC
Book Review
as
General
Viewed: 2160 times
Displaying Google Analytics Data in ASP.NET
Mikesdotnetting
-
26 October 2009 22:30
If you have a Google Analytics account, you can use the Data Export API provided by Google to access your visitor stats, and retrieve them for use elsewhere. Here's how to display some stats in ASP.NET.
Click to read more about Displaying Google Analytics Data in ASP.NET ...
Filed under:
ASP.NET 3.5
ASP.NET MVC
as
Article
Viewed: 13249 times
Dependency Injection and Inversion of Control with ASP.NET MVC
Mikesdotnetting
-
10 October 2009 22:46
As you delve more into ASP.NET MVC you start to come across a whole new way of doing things that Web Forms development didn't really expose you to. Inversion of Control (IoC) and Dependency Injection (DI) are two phrases that crop up a lot in the MVC space. So what are they all about? And should you care?
Click to read more about Dependency Injection and Inversion of Control with ASP.NET MVC ...
Filed under:
LINQ
ASP.NET MVC
Entity Framework
as
Article
Viewed: 12388 times
Microsoft Chart Controls to PDF with iTextSharp and ASP.NET MVC
Mikesdotnetting
-
15 September 2009 22:16
If you are developing a business application using ASP.NET MVC, and need to produce some kind of dashboard-style reporting, the Chart Controls from Microsoft are a good place to start. Having a summary in some form of document, say a PDF is also a common requirement. This article introduces you to satisfying both needs.
Click to read more about Microsoft Chart Controls to PDF with iTextSharp and ASP.NET MVC ...
Filed under:
iTextSharp
ASP.NET MVC
as
Article
Viewed: 14766 times
jQuery Star Rating with ASP.NET MVC
Mikesdotnetting
-
08 September 2009 13:40
There are a number of jQuery star rating plugins to choose from. All have their pros and cons. For this site, I decided to implement the one from FyneWorks because it allows for split stars. Here's how I did it.
Click to read more about jQuery Star Rating with ASP.NET MVC ...
Filed under:
AJAX
Javascript
jQuery
ASP.NET MVC
as
Article
Viewed: 12109 times
ASP.NET MVC - Battle of the Books
Mikesdotnetting
-
27 July 2009 13:25
There's always a splurge of new books that come out around the RTM of any new ASP.NET related technology. Authors all over the place are burning the midnight oil, cursing the changes from one CTP to the next, through to Betas and hoping against hope that the Release Candidates and final RTMs aren't stuffed with "breaking changes" which inevitably mean total rewrites of whole sections or chapters in their draft. And then the race between the publishers is on, as each tries to get their offer to market before the others. Here, I look at three of the titles that were published around the time that ASP.NET MVC was launched, and give my judgement on how they fare in covering not only the core Framework but the key features that ASP.NET MVC is designed to offer:
Click to read more about ASP.NET MVC - Battle of the Books ...
Filed under:
General
ASP.NET MVC
Book Review
as
General
Viewed: 3922 times


