(Richard Carr) The use of passwords as a security measure is increasingly common for technical and non-technical users alike. Generating passwords that are both strong and memorable can be difficult. This article describes one method to alleviate this problem.
Tag: Development
TimerControl With UpdatePanel in AJAX Using ASP.NET
(Davin Martyn) Ajax (Asynchronous JavaScript and XML) is a new web development technique for the interactive websites. With AJAX to help we can develop web applications and retrieve small amounts of data from a web server. AJAX consists of a different type of technology.
ColdFusion 10 – Creating A ColdFusion WebSocket AMD Module For Use With RequireJS
(Ben Nadel) AJAX (Asynchronous JavaScript and XML) is awesome. It has allowed us to revolutionize our web-based applications by minimizing the overhead inherent with the standard Request-Response lifecycle.
SliderShowExtender Control in AJAX Using ASP.NET
(Davin Martyn) Ajax (Asynchronous JavaScript and XML) is a new web development technique used 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.
Event Broker for ASP.NET
(Keith) The Event Broker is an implementation of the Observer pattern. The key benefit of an Event Broker is that it offers a loosely coupled mechanism to broadcast and receive events. This is especially useful in ASP.NET where you want to raise events in one user control, say, and handle them in an
Why lock-free data structures just aren’t lock-free enough
(Alex Davies) Today’s post will explore why the current ways to communicate between threads don’t scale, and show you a possible way to build scalable parallel programming on top of shared memory.
Reflecting Event Information
(Richard Carr) The sixth part of the Reflection tutorial continues the description of the reflection of class and structure members. This article examines the reflection of events and the properties of the EventInfo class, which describes them.
ColdFusion 10 – Accessing The Call Stack With CallStackGet()
(Ben Nadel) When your application is running, the ColdFusion server maintains information about the currently executing functions and the context in which they were invoked. This data structure is known as the “call stack” or “execution stack”.
Using Areas in ASP.NET MVC Application
(Bipin Joshi) ASP.NET MVC relies on certain folder and class naming conventions to organize models, views and controllers. A large application often consists of functionally independent modules with the result that the main application is essentially a bundle of these sub-applications.
What you should know about running ILMerge on .Net 4.5 Beta assemblies targeting .Net 4.0
(Matt Wrock) I might have also entitled this: “How to avoid TypeLoadException: Could not load type ‘System.Runtime.CompilerServices.ExtensionAttribute’ “ But I didn’t.
