(Ben Nadel) Node.js has been a really fun and challenging programming environment for me to try and wrap my head around. To keep the experiment going, I thought I would try to port some of the ColdFusion Application Framework concepts – Application.cfc – over to a Node.js application.
Tag: Development
ASP.NET MVC 3 Tools Update
(Scott Guthrie) Three weeks ago we held our MIX 2011 conference in Las Vegas. MIX is one of my favorite events of the year, and the conference always has a ton of great content and announcements. All of the keynotes and breakout sessions from the event can be watched online for free here. I’ll be
Constructors in C#
(Mayur Gujrathi) A constructor is a special method available under every class responsible for initializing variables of the class.
How to display text file content in a ListView
(Ged Mead) Sometimes, you have data in a plain text file, you want to display it in a Windows Form. Depending on what that data is, a ListView might be a useful control to use for the display.
Start/Stop Window Service from ASP.NET page
(Kaushal Parik) Last week, I needed to complete one task on which I am going to blog about in this entry. The task is “Create a control panel like webpage to control (Start/Stop) Window Services which are part of my solution installed on computer where the main application is hosted”.
ASP.NET Page Navigation Using Workflow 4.0
Sridhar Subramanian) In this article, I will explain how Workflow 4.0 can be used to control page navigation in ASP.NET. If you are new to Workflow 4.0, please go through the MSDN documentation to understand how it works since the scope of this article is limited to workflow creation.
Enhanced Textbox Control
(Pranay Rana) In application development, there is always the need for validating input controls. To validate input controls, ASP.NET has a set of validation controls. To apply validation on input controls, you require to attach a validation control with the input control.
Looking at how the ASP.NET MVC Authorize interacts with ASP.NET Forms Authorization
(Jon Galloway) ASP.NET MVC includes an [Authorize] attribute, which when placed on any controller actions will forbid unauthorized access. The AuthorizeAttribute allows you to specify a list of roles or users, like this:
Overview of ASP.NET MVC
(Ashish Shukla) The ASP.NET MVC Framework is Microsoft’s Web Application development framework. The framework was built to make it easier to implement software design principles. Secondly the framework at its very core supports building unit tests so the MVC applications are highly testable. And as
The WebGrid Helper – Making Selections
(Mike Brind) The WebGrid helper, introduced via ASP.NET Web Pages, provides a means for displaying tabular data easily. This article examines how to enable selection within the WebGrid at row level.
