Fluent-API to add ActionFilters to Controllers – ASP.NET MVC Part 2
I’m working with my Fluent-API for adding Action Filters to Controllers and Action Methods. In my previous post, I created a new instance of each... more »
Tweet 0 CommentsSave Tags: .net, frameworks
New WPF Features: Full Trust Xbap Deployment
In earlier versions, on trying to deploy a Full Trust Xbap, you would get a "Trust Not Granted" error. Its possible to workaround this issue by... more »
Tweet 0 CommentsSave Tags: frameworks, microsoft
Designer v Xaml v Code
A quick note on Xaml – we all agree how to pronounce it: zam-el to rhyme with camel, but not on how to spell it; most folks use upper case, but Dave... more »
Tweet 0 CommentsSave Tags: frameworks, microsoft, ria
RESTful Services with ASP.NET MVC and XHTML
A RESTful service is a web of resources that programs can navigate. When designing a RESTful service, you have to think carefully about how your web... more »
Tweet 0 CommentsSave Tags: .net, frameworks, xml
Health Monitoring and ASP.NET MVC
Health monitoring has been available in ASP.NET since v 2.0, and the health monitoring features can give you information you can’t find anywhere else.... more »
Tweet 0 CommentsSave Tags: .net, frameworks
Get started with Closure – Googles Awesome New Javascript Library
Lets look into the package and how to start using the new awesome features it provides!
Tweet 0 CommentsSave Tags: frameworks, javascript, news
Learn to Authenticate and Authorize your website using MODX
In this chapter, readers will learn how to modify their site to have a sign up form and log in form. They will also learn how to enable blogs to be... more »
Tweet 0 CommentsSave Tags: books, frameworks, how-to, open source
Questions on controllers testing
A reader has written to me asking some basic questions about my last post on dropping unit testing for controllers. I am glad to write a less... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, methodology, php
Fluent-API to add ActionFilters to Controller in ASP.NET MVC
When we create controllers for our ASP.NET MVC application we can also add Action Filters to handle cross-cutting concerns, like Authorization, Error... more »
Tweet 0 CommentsSave Tags: .net, frameworks, tools
SSIS Package Stats Collector version 2
A few weeks ago I published a blog entitled Collecting information about your SSIS packages which demonstrated a way that you could use T-SQL and... more »
Tweet 0 CommentsSave Tags: database, frameworks, tools
Using serialized JSON to move complex data to and from the browser
Jarod and I have both been working on a FubuMVC application for one of our Guild 3 clients. It’s been great to have the opportunity to work with a... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, javascript
Quickly Determine Whether a Column Is Fully Visible in a DataGridView
It's easy to determine whether a DataGridView column is invisible—just check its Boolean Displayed property. However, the Displayed property returns... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to
Foreign Key Relationships in the Entity Framework
Last March Alex James posted to our design blog about our plans for adding foreign keys to the entity framework. Since then we’ve pushed forward with... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to
Create ASP.NET Dynamic Hyperlinks from URLs Stored in Web.Config
Consider storing any URLs used by your application in the web.config file—where you can easily update them—and then using them to create hyperlinks in... more »
Tweet 0 CommentsSave Tags: .net, frameworks, web design
Rayures: Velocity integration and other Goodies for Stripes
Rayures is a plugin for Stripes that I've been working on to integrate Velocity along with several conveniences to make developing with Stripes even... more »
Tweet 0 CommentsSave Tags: announcement, frameworks, java, tools
The Django community in 2009
In March of 2007, I attempted to measure the size of Django’s community. That March turned out to be a major inflection point in Django’s growth: the... more »
Tweet 0 CommentsSave Tags: frameworks, opinion, python
Introduction to jQuery UI
Building the fancy, web 2.0 / Ajaxy, user interfaces for a web application we’ve all come to expect is, frankly, a pain in the ass. Depending on the... more »
Tweet 0 CommentsSave Tags: frameworks, javascript, web 2.0, web design
How Do I: Use CollectionViews to Sort and Filter Data (Video)
Like Dataviews, CollectionViews can be used to sort and filter data without having to change the underlying default view of the data. In this video,... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, microsoft
jQuery Lessons Series: Manipulating CSS Classes
This lesson illustrates how to use some useful jQuery methods that allow you to manipulate easily CSS classes.
Tweet 0 CommentsSave Tags: css-html, frameworks, how-to, web design
JPolite version 2 is available
JPolite is a pure front-end portal framework based on jQuery & BlueTrip CSS, with a handful of jQuery plugins integrated. It provides a compact yet... more »
Tweet 0 CommentsSave Tags: frameworks, javascript, web design
SEO for Business Marketers, Bloggers and Everyone (Even JSF2)
I’m no SEO expert, but in growing my own brand, I’ve come to learn some crucial concepts, perhaps not entirely technical, but more social and... more »
Tweet 0 CommentsSave Tags: frameworks, java, usability, web design
Trigonometric Animations
This title may sound scary to you, and it probably isn't because of the word Animations. The word trigonometric to many of you brings up memories of... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, methodology, tools
Creating Killer Animations in Code
In Silverlight and WPF, there are several ways you can create animations. One way that has been covered before on this site involves creating a... more »
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, microsoft
Why Every Developer Should Write Their Own Framework
Lots of people have the itch to write their own frameworks. They think that they can do better than Zend, Cake, Symfony, or application-level... more »
Tweet 1 CommentsSave Tags: frameworks, opinion, reviews
Introducing the YUI 3 Gallery
Last week at YUICONF 2009, we introduced the YUI 3 Gallery, a new way to contribute to YUI 3. Within a few hours, Greg Hinch had posted the first... more »
Tweet 0 CommentsSave Tags: frameworks, gui, reviews