(Bryian Tan) For the past couple months, I was helping on patching up several legacy web applications from the Cross-Site Scripting and SQL Injection vulnerabilities. I found lots of articles regarding this topic through Google but reading and experiment with it are virtually two different things. S
Tag: Development
ASP.NET MVC tab-based navigation
(Khaled Atashbahar) First of all this is not one of those JavaScript tab navigation scripts. Actually we are going to use no JavaScript.
Unobtrusive JavaScript in ASP.NET MVC 3 AjaxHelpers
(David Hayden) I am very excited about the changes to ASP.NET MVC 3 in regards to its use of Unobtrusive JavaScript and jQuery with the AjaxHelpers. When ASP.NET MVC first came out it used Microsoft Ajax and inline JavaScript with both Ajax.BeginForm and Ajax.ActionLink.
ASP.NET MVC 3: Layouts and Sections with Razor
(Scott Guthrie) In today’s post I’m going to go into more details about how Layout pages work with Razor. In particular, I’m going to cover how you can have multiple, non-contiguous, replaceable “sections” within a layout file – and enable views based on layouts to optionally “fill in” these differ
WebGrid WebHelper in ASP.NET MVC 3 RC 21retweet
(Malcolm Sheridan) ASP.NET MVC 3 RC contains a full suite of web helpers that Microsoft have made available through the Microsoft Web Helpers library. This can be downloaded through NuGet (formerly NuPack). NuGet is a free open source package manager that makes it easy for you to find, install, and
Exploring Array FoldLeft() Concepts In ColdFusion
(Ben Nadel) As I’ve been making my way through the Seven Languages in Seven Weeks book by Bruce Tate, one of the language features that I find myself consistently enjoying is that of “fold left.” Folding, in general, is the act of applying an operator and a running product to each value within an ar
Implementing Auto Save Feature Using ASP.NET Ajax and WCF Service
(Bipin Joshi) ASP.NET Ajax opens a lot of possibilities to provide users a rich user experience. At the code level developers can create components, client behaviors or controls that harness the power of ASP.NET and Ajax to provide features that are otherwise difficult to offer.
ASP.NET MVC 3 RedirectPermanent – SEO Feature
(David Hayden) I am converting an ASP.NET WebForms website to ASP.NET MVC 3 for a client and by choice we are changing the URL structure as well.
Strongly Typed Route Data in ASP.NET MVC
(Malcolm Sheridan) A good practice to get into is using strongly typed objects as much as possible. This is sometimes hard to do, but try whenever you can! Recently I was working with routing data on a project, and you reference these values through RouteData, which returns a RouteValueDictionary ob
ColdFusion 9’s IsNull() Works On Non-Struct Objects
(Ben Nadel) When I first did my exploration of ColdFusion 9’s isNull() function, I definitely came away thinking that the isNull() function was merely a short-hand, convenience notation for the existing structKeyExists() function.
