.NET news » ASP.NET ASP.NET Rss Feed

WatinN to automate browser and test sophisticated ASP.NET AJAX sites

WatiN is a great .NET library for writing automated browser based tests that uses real browser to go to websites, perform actions and check for browser output. Combined with a unit test library like xUnit, you can use WatiN to perform automated regression tests on your websites and save many hours o
6 Aug 2010, 10:20:00   Source: WatinN to automate browser and test sophisticated ASP.NET...   Tags: ASP.NET

ASP.NET authentication and authorization

ASP.NET authentication and authorization
3 Aug 2010, 10:59:00   Source: ASP.NET authentication and authorization   Tags: ASP.NET

Federated Identity: Passive Authentication for ASP.NET with WIF

The goal of federated security is to provide a mechanism for establishing trust relationships between domains. Platform tools like Windows Identity Foundation (WIF) make it much easier to support this type of identity federation. We show you how.
29 Jul 2010, 19:00:00   Source: Federated Identity: Passive Authentication for ASP.NET...   Tags: ASP.NET

Building ASP.NET Validator using Data Annotations

The article describes an implementation of ASP.NET validator that uses the new System.ComponentModel.DataAnnotations assembly that came in .NET 3.5 SP1.
28 Jul 2010, 01:02:00   Source: Building ASP.NET Validator using Data Annotations   Tags: ASP.NET

Get ASP.NET C# 2.0 Website Thumbnail Screenshot

How to get a Website/URL Thumbnail/Screenshot with C#.NET 2.0 in VS 2005
21 Jul 2010, 15:13:00   Source: Get ASP.NET C# 2.0 Website Thumbnail Screenshot   Tags: ASP.NET

Paging in any ASP.NET grid using SQL Server 2005

Implementing paging in any ASP.NET grid using SQL Server 2005.
7 Jul 2010, 23:00:00   Source: Paging in any ASP.NET grid using SQL Server 2005   Tags: ASP.NET

Implementing Yahoo! Contact Reader Using Asp.NET

Implementing Yahoo! contact reader app using yahoo contact API and asp.net
5 Jul 2010, 13:59:00   Source: Implementing Yahoo! Contact Reader Using Asp.NET   Tags: ASP.NET

Microsoft Dynamics CRM 4.0 - A Platform for Packaged Software?

Since its introduction in 2008, Microsoft Dynamics CRM 4.0 has been touted as a platform for rapid application development.We’ve always been hard core C# and ASP.NET snobs, but we were intrigued by the value that Dynamics CRM promised. We set out to build our next generation software product on that platform, and learned a lot about what’s real and what’s not so real. In this article, we will share the rollercoaster ride of our experience developing our software product on this new CRM “platform.”

1 Jul 2010, 19:00:00   Source: Microsoft Dynamics CRM 4.0 - A Platform for Packaged...   Tags: ASP.NET

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.

29 Jun 2010, 19:00:00   Source: Search Engine Optimization Enhancements in ASP.NET 4   Tags: ASP.NET

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.