(Hmanjarawala) This article describes use of IEnumerable interface for Collection types.
Tag: Development
ColdFusion 10 – Native WebSocket Filtering And Channel Listeners Are Mutually Exclusive
(Ben Nadel) In the ColdFusion 10 documentation regarding WebSockets, both the publish and subscribe functions mention that special data parameters can be used to filter incoming and outgoing messages. In my previous blog post, I looked at using the WebSocket application pseudo-events as a means to e
A starter guide to Page Inspector
(Brij Mishra) There is a very exciting tool that was launched by Microsoft with Visual Studio 11 Developers Preview. That is Page Inspector.
Guru Tip: Avoid the HTML5 FOUJUI Experience
(Peter Vogel) As I continue to incorporate more JavaScript into my applications and, especially, as I try to leverage the new JavaScript/HTML 5 technologies, I’m discovering a new problem: It’s now possible for users to see raw, uninitialized HTML in their browser before my JavaScript properly arran
Basics of ASP.NET MVC3 (Part-I)
(Arthanarieaswaran) This article explains the basics of MVC 3, the Razor view engine functionality, and custom helper class creation.
Showing Category and Subcategory Using a Nested GridView in ASP.NET
(Rohatash Kumar) This article shows you how to implement a nested GridView and also display a category and subcategory using a nested GridView. You create two tables, one for category and another for subcategory and also create a stored procedure for selecting category and subcategory from both tabl
Writing Concurrent Applications Using F# Agents
(Tomas Petricek) Concurrent applications are applications that perform multiple tasks at the same time and handle the interaction between these tasks. Examples of concurrent applications include rich user interfaces, servers that expose functionality via network, cloud-based applications or trading
Reflecting Constructor Information
(Richard Carr) The seventh part of the Reflection tutorial completes the series of articles that describes the reflection of the individual member types for classes and structures. This article describes the reflection of the available information for constructors.
Custom Slider Value Display with jQuery UI
(K. Scott Allen) The jQuery UI slider widget doesn’t display it’s current value by default. However, you can tap into the slide event and grab the current value from the second parameter passed to the event handler.
ColdFusion 10 – Using WebSockets To Push A Message To A Target User
(Ben Nadel) With ColdFusion 10’s in-built WebSocket server, pushing messages from the server to the client is super simple. If you want to send a message to all users subscribed to a given channel. But, what if you want to push a message to just a single user?
