(Ankit Nandekar) C# introduces a new concept known as Indexers which are used for treating an object as an array. The indexers are usually known as smart arrays in C# community. Defining a C# indexer is much like defining properties. We can say that an indexer is a member that enables an object to b
Tag: Development
Creating an Up and Down Voting User Interface
(Scott Mitchell) The Internet is awash in user-created content. Two billion videos are watched on YouTube every day. Over 3,000 images are uploaded to Flickr each minute. And there are an estimated 152 million bloggers creating content each day.
Creating Remote ColdFusion Component (Web Service) Proxies In Node.js
(Ben Nadel) The other day, I blogged about using the ColdFusion Socket Gateway to communicate between a Node.js (V8) and a ColdFusion (J2EE) application on the same server. I had wanted to use Sockets so that I could use “localhost” and a port number without having to worry about different domain na
Dealing with Ranges of Numbers in C#
(Vulpes) Unlike some other programmimg languages (notably F#), C# doesn’t have any built-in support for dealing with ranges of numbers.
Animation In Visual Basic .NET: Interacting with Objects
(Richard Newcombe) In previous Animation articles we’ve covered many different methods and aspects of the animation. This article looks at interacting with objects on a playing field.
Dynamic data in existing data controls
(Bipin Joshi) ASP.NET Dynamic Data features allow you to create extensible data driven web sites that render themselves automatically based on the underlying data model. In this article you will learn to use dynamic data features in existing web sites. You will learn how to enable dynamic data for d
How to create custom dialog boxes using the Web Setup Project in Visual Studio 2010
(Muhammad Imran Saleem) For most software, the development is not considered complete as late as the deployment of the solution, whether it is a website or a desktop solution. There are numerous ways of deploying your software for the end user.
Using Positional URL Arguments When Invoking A ColdFusion Web Service
(Ben Nadel) A couple of months ago, I was super excited to find out that you could use an ArgumentCollection URL parameter when invoking a ColdFusion web service. Yesterday, I took that excitement up a notch when I discovered that this same approach to ColdFusion web services works with positional a
Consuming web service (WebMethod) from jQuery in ASP.NET
(SheoNarayan) This article describes the way of calling ASP.NET Web Service (WebMethod) from jQuery.
Extending a C# Application Through a Scripted DLR Language
(Eric Vogel) The Dynamic Language Runtime (DLR) is an open source library provided by Microsoft that that enables support for multiple dynamic programming languages. The DLR is not a replacement for the CLR but rather is built upon the CLR. There are many dynamic programming languages that have DLR
