(Dmitry Antonenko) Once in a project that was written in ASP.NET MVC 2, I needed to implement a means to register action filters for all controllers in the application, because specifying the attributes for each class of controller is not very convenient if you want to perform the same operation glo
Tag: Development
Subterranean IL: Virtual methods and callvirt
(Simon Cooper) Next up is a look at the details of callvirt and what happens when you call a virtual method. However, in order to do that, we first need to understand some of the low-level CLR datastructures, and what exactly an object instance is.
Silverlight Questions
(Scott Guthrie) Over the last week there has been a lot of confusion/concern about Silverlight that occurred from an interview given at the PDC conference last week. A few days ago Bob Muglia (President of our Server and Tools Division) posted a blog post on the Silverlight Team blog that helped cl
Examining ASP.NET’s Membership, Roles, and Profile – Part 18
(Scott Mitchell) Membership, in a nutshell, is a framework build into the .NET Framework that supports creating, authenticating, deleting, and modifying user account information.
Working With a Client-Side AJAX Control
(Peter Vogel) An earlier column on ASP.NET MVC led to a discussion about working with JavaScript client-side controls. I’m returning to that topic to walk through using a client-side control in ASP.NET or ASP.NET MVC. As you’ll see, the major difference (at least from my point of view) in working wi
Generate captcha image in asp.net – simple way
This article is about generating Captcha image in asp.net, this is very simple logic which can be implemented immediately for any website.
Using ColdFusion’s PrecisionEvaluate() Function To Perform Big Integer Math
(Ben Nadel) Did you know that ColdFusion has a function named PrecisionEvaluate()? Neither did I. I randomly came across it the other day when I was looking up information about ColdFusion’s integer division operator. PrecisionEvaluate() works exactly like the Evaluate() function except for that it
PHP: Adding Behavior to a URL Class
(Alejandro Gervasio) In this second part of a series, I add a basic method to the “Url” class created in the first part. This method will be tasked with appending new parameters to its existing query string. Due to the immutable nature of the class, the method will return new “Url” objects, in this
Create an Entity Data Model From a Database – Entity Framework 4.0
(Suprotim Agarwal) In my previous article, Entity Framework 4.0 FAQ – Getting Started Guide we looked at some of the most frequently asked questions on Entity Framework 4.0. Make sure you read it before you move ahead.
Adding Additional Numeric Information to a Chart Legend
(Ged Mead) If you create a local report that uses a chart data region, it’s pretty smart in the way that it uses the categories to create the legend. ‘Categories’, you’ll know, are the field(s) you drop in the category fields pane, as shown below:
