Browse by Tags

All Tags » ASP.NET MVC (RSS)

Requiring SSL For ASP.NET MVC Controllers by dwahlin

There are quite a few posts out there about switching to SSL when a user visits specific areas of a website but I figure the more the merrier so here’s yet another one. My company is in the process of rolling out an ASP.NET MVC site for a client and specific...
Filed under: , ,

Deploying ASP.NET Applications to Medium Trust Servers by dwahlin

99% of the projects my company works on for clients are deployed internally to an enterprise environment managed by a company.  We rarely have to worry about deploying to a shared hosting environment which is nice.  One of the client projects...
Filed under: , ,

Speaking in Southern California on Silverlight 3 and ASP.NET MVC – June 1st, 2nd and 3rd by dwahlin

.bgheader { padding-left:7px; padding-top:4px; padding-bottom:2px; width:700px; font-size:12pt; font-weight:bold; background-image: url(http://weblogs.asp.net/blogs/dwahlin/BgImage.jpg); color:white; } I always love visiting California and get a chance...

Video: Getting Started with ASP.NET MVC 1.0 by dwahlin

I had the opportunity to speak at the Best of Mix 09 Phoenix event with Tim Heuer and Rob Bagby and had a lot of fun hanging out with everyone. I was the last talk and due to time constraints didn’t get a chance to cover everything I had hoped to cover...
Filed under: , , , ,

ASP.NET MVC Code and Slides for Best of Mix 09 Presentation by dwahlin

The code and slides from my ASP.NET MVC vs. Web Forms talk at the Best of Mix 09 – Phoenix event can be downloaded below.  The .zip file contains a sample application created by Microsoft Evangelist Daniel Egan as well as a set of ASP.NET MVC samples...

Emulating the UpdatePanel in ASP.NET MVC 1.0 with AjaxHelper by dwahlin

I just finished up a client application based on ASP.NET MVC 1.0 and thought I’d blog about some of the things I really liked.  If you didn’t catch my earlier post titled 5 Reasons You Should Take a Closer Look at ASP.NET MVC and are interested in...
Filed under: , , ,

Best of MIX Phoenix Event on May 18th – Speaking with Rob Bagby and Tim Heuer by dwahlin

One of the main reasons I enjoy working in the world of technology is that I’m never bored.  Something new is always coming out which keeps things challenging and fun at the same time.  If you’re interested in keeping up with some of the latest...

Minimize Code by Using jQuery and Data Templates by dwahlin

I’m currently working on a heavily AJAX-oriented ASP.NET MVC web application for a business client and using jQuery to call controller actions, retrieve JSON data and then manipulate the DOM to display the data. Several of the pages have quite a bit of...
Filed under: , ,

Handling MouseEnter and MouseLeave Events in jQuery by dwahlin

I have a simple table generated by an ASP.NET MVC view and needed to switch out CSS classes as the user hovered over rows.  Initially I used the rather obvious “hover” feature built-into jQuery since it provides a way to write code that’s called...
Filed under: , ,

Selecting Parent Nodes using jQuery by dwahlin

Here’s a quick tip on selecting parent nodes based on something I had to do yesterday with jQuery on a client project.  I have an ASP.NET MVC page that outputs a basic table containing search results and as a user hovers over an item in a map I needed...
Filed under: , ,
More Posts Next page »