(Ged Mead) An interesting question came up on VB City today:
Tag: Development
Reflecting Methods
(Richard Carr) The fifth part of the Reflection tutorial describes the reflection of methods. The System.Type class includes several methods that return MethodInfo objects that describe a class’ methods. These can be used to obtain parameter and return value details.
Using HTML5 Drag and Drop in ASP.NET
(Bipin Joshi) Drag and drop operations are common in desktop applications. Modern web applications also try to harness the ease and power of drag and drop operations to provide enhanced user experience. Web developers often resorted to JavaScript based libraries or custom techniques for enabling dra
ColdFusion 10 – Invoking ColdFusion Closures From Within A Java Context, Part II
(Ben Nadel) Earlier, I blogged about my initial exploration of invoking ColdFusion closures in a Java context. I was able to do this by initializing my Java objects with a dynamic ColdFusion proxy. This worked, but was rather junky – after all, who wants to provide special object initialization for
RoundedCornersExtender Control in AJAX Using ASP.NET
(Alok Pandey) The RoundedCornersExtender control adds rounded corners to elements. Its properties are given below.
ColdFusion 10 – Invoking ColdFusion Closures From Within A Java Context
(Ben Nadel) I don’t know too much about Java programming. But, ColdFusion 10 now allows us to load additional Java class files on a per-application basis. Instead of always having to put JAR files into the core ColdFusion lib folder, we can now keep our application-specific JAR files alongside our a
Using jQuery Mobile in an ASP.NET MVC 4 and SignalR Application
(Sumit Maitra) The recently released ASP.NET MVC 4 beta has enhanced mobile support through the introduction of new APIs and out of box support for jQuery Mobile. The Mobile web project template helps you develop targeted mobile web applications ground up.
Basic Folder Operations
(Richard Carr) Some applications that perform file access also require the ability to manipulate the folder structure, or directory structure, within the file system. The Directory class provides many static methods, including some that perform basic folder operations.
A Beginner’s Tutorial on Caching in ASP.NET
(Rahul Rajat Singh) This article is a beginner’s tutorial on ASP.NET caching mechanism. We will try to see different types of caching available in ASP.NET and which caching technique is right for which scenario. We will also try to see how can we customize the caching behavior so that it suits our n
NumericUpDownExtender Control With UpdatePanel in AJAX
(Davin Martyn) Ajax (Asynchronous JavaScript and XML) is a new web development technique for interactive websites. With AJAX help we can develop web applications and retrieve small amounts of data from a web server. AJAX consists of a different type of technology.
