.NET news » Search results

Search results for query "website" (11):

How to enable Skype features in your ASP.NET website

This article explains how to enable Skype features in your ASP.NET website.
2006-09-12 16:03:00   Source: How to enable Skype features in your ASP.NET website   Tags: ASP.NET

A wrapper for using .NET to submit credit card transactions via the Authorize gateway

Recently, I had to write a website that processes credit card transactions, and I was shocked to find that Authorize, one of the larger payment gateways, did not provide any sort of .NET API. They support HTTP Posting of a string that defines the transaction, and they send back a string that describes the result. So, I wrote a wrapper class for use in our website, and decided to offer it here for anyone else that may need it..
2008-04-11 18:53:00   Source: A wrapper for using .NET to submit credit card...   Tags: Web Services

Accessing Images On Flickr From An ASP.NET Website Using The Flickr.Net Library

This article explores the open source Flickr API library called Flickr.Net, which was created by Sam Judson and was used in my aforementioned project. Specifically, well look at how to create an ASP.NET website that displays a smattering of randomly selected pictures from a particular Flickr user, along with how to show a specific pictures comments (if any exist). And the complete code in both Visual Basic and C# is available for download at the end of this article.

Karamasoft UltimateSearch

UltimateSearch is a set of ASP.NET controls to provide search functionality at your website. * Search Engine - Add a search engine to your website quickly and easily. * Extensive Document Support - ASPX, ASP, HTML, PDF, DOC, XLS, PPT, RTF, TXT, and many more. * Advanced Search Types - Provide advanced search options such as all words, any word, exact phrase, and partial match. * Auto Suggestions - Display suggested search terms as the user types in the search textbox. * Multi-Domain Search - Index as many websites and web applications as you wish into one common dictionary.
2005-12-21 07:13:24   Source: Karamasoft UltimateSearch   Tags: Components ASP.NET

Globalization and localization demystified in ASP.NET 2.0

This article explains how to globalize an ASP.NET 2.0 website step by step with a practical example
2006-08-24 04:39:00   Source: Globalization and localization demystified in ASP.NET 2.0   Tags: ASP.NET

Building and Consuming a Dynamic Sitemap in ASP.NET 2.0

You need to build a dynamic sitemap right from a dataset because you don't have static content on your website
2006-09-17 18:43:00   Source: Building and Consuming a Dynamic Sitemap in ASP.NET 2.0   Tags: ASP.NET

Eucalypto - ASP.NET CMS library using NHibernate

ASP.NET server library for creating CMS website (forums, articles/wiki, news, users/roles, ...), using NHibernate for data access
2007-02-01 17:26:00   Source: Eucalypto - ASP.NET CMS library using NHibernate   Tags: ASP.NET

Caching Images in ASP.NET

There are a lot of ways to improve performance in web applications. One of the simplest but most effective methods is to cache images on the client. In this article I would like to show how we implemented image caching for our DotNetNuke website.
2008-01-17 13:52:00   Source: Caching Images in ASP.NET   Tags: ASP.NET Performance

Apriori Algorithm

In Data Mining, Apriori is a classic algorithm for learning association rules. Apriori is designed to operate on databases containing transactions (for example, collections of items bought by customers, or details of a website frequentation). Here is the implementation of the Apriori Algorithm in C#.
2010-04-22 09:38:00   Source: Apriori Algorithm   Tags: Algorithms

Setting up an ASP.NET website development environment using Visual Studio .NET, Subversion, and Windows XP

The aim of this article is to give developers a complete set of steps that will allow them to setup their own isolated development environment for developing websites with ASP.NET, Subversion, and Windows XP.
« Previous12Next »