.NET news » Build Build Rss Feed

Dynamic Font Size using HTML and JavaScript

Describes a method to build web pages that provide an ability for the user to change the font size dynamically.
16 Nov 2010, 09:33:00   Source: Dynamic Font Size using HTML and JavaScript   Tags: Build

Cutting Edge: Dynamic Action Filters in ASP.NET MVC

Action filters are a powerful feature of ASP.NET MVC controllers that can help you build aspect-oriented Web solutions. In this issue we dive deeper into creating your own dynamic action filters.
1 Nov 2010, 19:00:00   Source: Cutting Edge: Dynamic Action Filters in ASP.NET MVC   Tags: Build

Dynamic Type Using Reflection.Emit

In this article, I have provided sample codes to ensure you could build your own Dynamic Type easily using Reflection.Emit classes.
26 Oct 2010, 16:00:00   Source: Dynamic Type Using Reflection.Emit   Tags: Build

Building decorator chains

The article explains a method, how flexible and extendible decorator chains can be build in a generic way. Its power is best seen if it is used with boost::factory and boost::bind.
22 Oct 2010, 11:49:00   Source: Building decorator chains   Tags: Build

Embedded Programming: Connected Devices Using the .NET Micro Framework

Learn how .NET Framework programmers can now easily develop apps for the increasing number of small devices that are becoming interconnected—while you build your very own bicycle computer!
30 Sep 2010, 19:00:00   Source: Embedded Programming: Connected Devices Using the .NET...   Tags: Build

Going Places: IronRuby on Windows Phone 7

IronRuby expert Shay Friedman goes mobile and shows you how to build a Windows Phone 7 app with Microsoft’s implementation of the popular Ruby dynamic language.
30 Aug 2010, 19:00:00   Source: Going Places: IronRuby on Windows Phone 7   Tags: Build

Implementing the Store Locator Application Using ASP.NET MVC (Part 1)

Back in May 2010 I wrote a three-part article series titled Building a Store Locator ASP.NET Application Using Google Maps API, which showed how to build a simple store locator application using ASP.NET and the Google Maps API. The application consisted of two ASP.NET pages. In the first page, the user was prompted to enter an address, city, or postal code (screen shot). On postback, the user-entered address was fed into the Google Maps API's geocoding service to determine whether the address, as entered, corresponded to known latitude and longitude coordinates. If it did, the user was redirected to the second page with the address information passed through the querystring. This page then queried the database to find nearby stores and listed them in a grid and as markers on a map (screen shot).

Since the WebForms store locator application was published, several readers have emailed me to ask for an ASP.NET MVC version. I recently decided to port the existing WebForms application to ASP.NET MVC. This article, the first in a two-part series, walks through creating the ASP.NET MVC version of the store locator application and pinpoints some of the more interesting and challenging aspects. This article examines creating the ASP.NET MVC application and building the functionality for the user to enter an address from which to find nearby stores. Part 2 will examine how to show a grid and map of the nearby stores.

17 Aug 2010, 19:00:00   Source: Implementing the Store Locator Application Using ASP.NET...   Tags: Build

In Sync: Creating Synchronization Providers with the Sync Framework

The Sync Framework can be used to build apps that synchronize data from any data store using any protocol over a network. We’ll show you how it works and get you started building a custom sync provider.
29 Jul 2010, 19:00:00   Source: In Sync: Creating Synchronization Providers with the Sync...   Tags: Build

Building a Custom Site Map Provider

The article explains how to build a simple custom site map provider.
24 Jul 2010, 05:30:00   Source: Building a Custom Site Map Provider   Tags: Build

FxEngine Plug-in to Simulate Logic Gates

This article shows how to build plug-ins to simulate logic gates with the FxEngine framework.
13 Jul 2010, 06:40:00   Source: FxEngine Plug-in to Simulate Logic Gates   Tags: Build