(Daryn Holmes) This tutorial focuses on Behaviour Driven Development, Dependency Injection and application design in general. The primary technologies being used will be SpecFlow and MS Test. While we are targeting the .Net platform the content is applicable to most object oriented languages.
Tag: Development
NetSerializer – A fast, simple serializer for .NET
(Tomi Valkeinen) This article describes a simple method to serialize objects on .NET platforms, which, I believe, is the optimal method to do the serialization when compatibility or versioning are not a concern. The article also contains an implementation of this method, called NetSerializer, and a
Tutorial: jQuery Show, Hide, and Toggle functions
(Ryan Boudreaux) Continuing in this series of introducing jQuery functions and features, I will demonstrate changing the appearances of objects with the hide / show function and the toggle function.
Tapping the Juice UI with ASP.NET
(Bipin Joshi) jQuery and jQuery UI are quite popular JavaScript libraries amongst ASP.NET developers. jQuery UI provides several widgets and plugins that help you develop professional looking websites quickly and easily. Though ASP.NET developers have been using jQuery UI in their websites, one down
Integrating Bing Maps With WPF
(James McCaffrey) Released in January, version 1 of the Bing Maps Windows Presentation Foundation (WPF) Control allows you to integrate mapping functionality directly into WPF applications. The downloadable SDK, which contains the library binaries and programming reference, provides some good exampl
Parsing, Traversing, And Mutating HTML With ColdFusion And jSoup
(Ben Nadel) Earlier this week, James Moberg asked me if I had ever used the jSoup HTML Parser with ColdFusion. Until then, I had never even heard of it; all of my experimentation with HTML parsing in ColdFusion has been done with TagSoup.
Bind Countries to a DropDownList in ASP.NET
(Rohatash Kumar) Today, I have provided an article showing you how to get a list of all countries and bind them to a DropDownList in ASP. NET. There are many ways in which a user can get a list of all countries. Here, we use the CultureInfo class to get a list of all countries. It’s easy to implemen
Hashing Byte Arrays (Binary Data) With ColdFusion Before ColdFusion 10
(Ben Nadel) Between the new hmac() function and the enhanced hash() function, ColdFusion 10 makes hashing byte arrays (ie. binary data) extremely easy. Last week, I looked as hashing an image using the hash() function.
Pager for ASP.NET MVC
(Keith Wood) I recently implemented a pager in ASP.NET MVC and thought it would be worth sharing. It uses fluent syntax – a technique I’ve not seen used much in MVC to solve similar problems so I thought I’d throw it out there! At first glance, MVC has a much more limited number of built in features
How to create partial views (MVC tutorial number 10)?
(Questpond) This is the 10thMVC (Model view controller) tutorial and in this article we will try to understand how we can improve reusability using partial views.
