.NET news » Search results

Search results for query "net" (410):

A Brief Test on the Efficiency of a .NET 4.0 Parallel Code Example

Verify the execution efficiency of a series of short .NET 4.0 parallel programming samples

Search Engine Optimization Enhancements in ASP.NET 4

Search engine optimization, or SEO, is the practice of improving a website's position in search engines' results using unpaid techniques. A better (higher) position in the search results will, in theory, lead to more click throughs, increasing the website's visibility and audience. There are a number of simple steps you can take on your website to improve your search engine ranking. A good first step is to download and run Microsoft's free Search Engine Optimization Toolkit. Point it at a remote website and the SEO Toolkit will crawl the links on the site and identify potential problems and offer suggestions on how to fix them.

ASP.NET 4 includes a handful of new methods, properties, and libraries to assist with search engine optimization, including ASP.NET Routing, permanent redirects, and the ability to programmatically specify values for certain <meta> tags. This article examines these enhancements and shows how they can be used for SEO purposes.

Using IP to Country Web Service Within .NET Application

This article explains how to consume a free IP2Country web service within a .NET application.

Json Data Visualizer using JQuery, JavaScript, Asp.net MVC 2.0

This article describes a Json data visualizer for popular web services like Google, Yahoo, Bing and Twitter using JQuery , JavaScript, and Asp.net MVC 2.0.

A .NET Encryption Library

This article introduces a .NET encryption library and demonstrates how to use the library with a WPF application.
2010-06-26 11:25:00   Source: A .NET Encryption Library   Tags: Security

Rational Numbers - .Net 4.0 version

This article presents a structure for representing rational numbers in C# 4.0. Before the current version of the net framework, making a reasonably useful representation of Rational numbers would have been a significant piece of work. The addition of the BigInteger made it possible to construct a Rational number of effectively infinite precision, which is a potentially very useful thing. It has been packaged along with the unit tests used in its production and code coverage is 100%.
2010-06-21 23:35:00   Source: Rational Numbers - .Net 4.0 version   Tags: Algorithms

Developing and Unit Testing an ASP.NET MVC 2 Application

An introduction with AJAX, jQuery, JSON, MvcContrib and NUnit

ASTreeView - A Free TreeView Control for ASP.NET

A full functional treeview control for ASP.NET, including drag and drop, Ajax loading, context menu, dropdown treeview.

GMap.NET - Great Maps for Windows Forms and Presentation

GMap.NET is a powerful, free, cross platform, Open Source .NET control. It enables the use of routing, geocoding, and maps from Google, Yahoo!, OpenStreet in Windows Forms and Presentation, and supports caching!
2010-06-03 14:23:00   Source: GMap.NET - Great Maps for Windows...   Tags: Components Web Services

Database Export Wizard for ASP.net and SQL Server

With this article I would like to share a simple but useful little tool: ExportWizard, a Step Wizard for Database Export. It guides users through a few simple steps to choose a database object (table, view, or query), select columns, and export the data in any of the standard formats (CSV, HTML, XML, or SQL).
2010-05-20 10:55:00   Source: Database Export Wizard for ASP.net...   Tags: Database Examples