The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Latest Diggs - Programming

Computers Blogs - Blog Top Sites

Site Hits

Total: 4,740,942
since: 19 Jan 2005

Latest tagged entries for 'ASPNET'



Html.JqGrid - Cleaning up your jqGrid Code

Tue 22 Dec 09 3:46 P GMT-05
I just finished writing an HTML Helper Extension for ASP.NET MVC 2 that produces a jqGrid. Following this example, I think a lot of people can make their code easy to read and maintain

Getting the ASP.NET Providers working on the Azure Nov 2009 CTP

Sun 15 Nov 09 8:01 P GMT-05
If you're experiencing some troubles getting the ASP.NET providers working on the November 2009 CTP of Windows Azure, check out this blog post

Client-Side Validation with jQuery, DataAnnotations, MVC 2, and VS2010 Beta 2

Mon 26 Oct 09 8:58 A GMT-05
This blog post gives you an introduction to how to utilize automatically generated jQuery code to enforce client-side validation rules using MVC 2, DataAnnotations, jQuery, and VS2010 Beta 2

Using ASP.NET MVC Action Filters to Declare Reference Data for Views

Fri 02 Oct 09 11:17 A GMT-05
Every view in your application needs "support data" like the information needed to populate dropdown boxes and turn lookup IDs into user-friendly strings. This blog post discusses an elegant way to declare what each view needs and make it available

How to Build your First Azure-Powered MVC App

Tue 29 Sep 09 9:16 A GMT-05
A good friend and colleague of mine has put up a really good tutorial on going from the stock VS template to running your MVC app in the cloud

ASP.NET Membership Provider in the Cloud : The Chicken and the Egg Problem

Mon 28 Sep 09 10:22 A GMT-05
Here's a problem people might run into: You're utilizing an ASP.NET membership provider over cloud storage and your application has no administrators. How do you log in as admin to create a new admin??

ViewState is the Froo-It of the Dev-Il

Wed 23 Sep 09 10:09 A GMT-05
Lately I've been exposed to ViewState without the safety of a Hazmat suit. It's not pretty. The rash hasn't gone away.

Modifying the default unit tests for an ASP.NET MVC project to use Moq

Mon 04 May 09 5:35 P GMT-05
When you create a new ASP.NET MVC project, you get a fully unit tested controller but there are also hundreds of lines of wasted code creating Mock classes. In this blog post, I remove all that stuff and replace it with some easy Moq code.

Upgrading the default ASP.NET MVC project with IoC and the Unity Controller Factory

Mon 04 May 09 10:53 A GMT-05
One of the first things that I did after creating a new ASP.NET MVC project was to rig it up so that it was dependency-injected via Unity, including the controller factory itself

Fix for Minor Bug in ASP.NET MVC New Project Template

Sun 03 May 09 9:48 P GMT-05
This evening I discovered a minor bug in the new project template for the ASP.NET MVC 1.0 release

Microsoft promises to extend ASP.NET to Apache and .NET to other OS's... in 2002

Mon 08 Sep 08 7:45 A GMT-05
I found a ZDnet article from 2002 that outlined Microsoft's plans to extend ASP.NET to run on Apache, .NET to run on non-MS Operating Systems, and .NET to connect to Oracle.

Creating a RESTful POX Service using the ASP.NET MVC Framework

Wed 09 Jul 08 11:40 A GMT-05
In a previous blog entry, I talked about how to consume a POX service using Cocoa. In this entry, I talk about how to create that POX service using ASP.NET MVC and how incredibly easy it is. Makes you wonder why anybody uses SOAP anymore...

Consuming an ASP.NET MVC POX Service from Cocoa

Mon 30 Jun 08 9:39 A GMT-05
In this blog post I'll take a look at the Objective-C/Cocoa code required to consume a POX service hosted by an ASP.NET MVC application.

NYC SharePoint Developer Needed

Mon 12 May 08 7:09 A GMT-05
Are you hopelessly addicted to programming in SharePoint? Do you think that everything in the world can be fixed using a custom list, some duct tape, the BDC and chewing gum? If so, read this post!

A molten flow of beta goodness erupts from Mount Microsoft

Wed 05 Mar 08 2:37 P GMT-05
After the initial keynotes at MIX '08, Microsoft unleashed an onslaught of betas, CTPs, and other goodies that people like me have been waiting for. I've got details and links and some thoughts on the releases

Scott Guthrie Updates the ASP.NET MVC Roadmap

Wed 13 Feb 08 10:49 A GMT-05
It's no secret that new drops of the ASP.NET MVC and Silverlight 2.0 are impending at MIX '08. Scott Guthrie has just released a list of what will be coming out in the next drop of the MVC CTP!

iPhone Web Development Presentation at Irish Web Technology Conference 2008

Sun 03 Feb 08 3:23 P GMT-05
On February 28th, I will be in Dublin giving the IWTC a presentation on web development with the iPhone. If you happen to be in the neighborhood, register and come see it!

iPhone Web Development: ASP.NET inside VMware Fusion on a Mac

Fri 01 Feb 08 2:43 P GMT-05
If you're like me and your primary machine is a Mac, then there's a good chance you do your ASP.NET dev in a VMWare fusion virtual machine. Getting an IIS-hosted website inside a VMware Fusion machine is not easy.

ASP.NET MVC Dev Series IV : Using Astoria as a front for the Back-End Database

Wed 30 Jan 08 12:15 P GMT-05
In this entry in my ASP.NET MVC development series, I take a look at how I've used the Astoria client library to communicate with a back-end data store that resides behind a RESTful ATOM facade

Volta is to Ajax what Tums is to my Stomach

Wed 30 Jan 08 11:11 A GMT-05
I have mentioned in the past that Volta is far more than just a JavaScript generation tool. It is a generic tier-splitting tool. One such tier is the browser. I want to show what you can do using nothing but C# without knowing a drop of JavaScript.

ASP.NET MVC Dev Series II : Revisiting Forms-based Authentication

Thu 20 Dec 07 2:17 P GMT-05
In this blog post I will follow up on my initial post showing how to use the role and membership providers with ASP.NET MVC framework to show how to implement fine-grained security

ASP.NET MVC Dev Series III : Creating User Controls for Strongly Typed ViewData

Thu 20 Dec 07 9:57 A GMT-05
This article in my ASP.NET MVC development series covers creating re-usable user controls that are flexible enough to be used on multiple pages but still work with strongly-typed Views and ViewData

ASP.NET MVC Dev Series I : Using the ASP.NET Membership Provider and Forms Authentication in a 3.5 MVC Application

Tue 11 Dec 07 2:15 P GMT-05
In this blog post I cover some of the things that I discovered when integrating the new ASP.NET 3.5 Extensions Preview (MVC application) with the existing provider model for membership and forms authentication

ASP.NET 3.5 Extensions Preview Released

Mon 10 Dec 07 9:10 A GMT-05
The ASP.NET 3.5 Extensions (including MVC and Astoria) have been released in their first CTP. Read on for my take on this release and its impact on ASP.NET development

What Santa is bringing ASP.NET Developers this Christmas

Thu 29 Nov 07 9:10 A GMT-05
From what Scott Guthrie has been saying, there's a lot of really cool goodies that will be under the trees of ASP.NET developers everywhere.