.NET news » Search results

Search results for query "net" (410):

Compilation and Deployment in ASP.NET 2.0

Compilation and deployment are key features that ASP.NET developers should understand quite well. Find out how the process works and what options are available to compile and deploy your applications effectively.

Debuging with breakpoints in ASP.NET

Explains how to debug ASP.NET application by using breakpoint's advantages.
2006-10-02 10:58:47   Source: Debuging with breakpoints in ASP.NET   Tags: Debug

Accessing and Updating Data in ASP.NET 2.0: Retrieving XML Data with XmlDataSource Control

The XmlDataSource control makes accessing, filtering, and transforming XML data a simple, code-free process. Additionally, the XPath() and XPathSelect() databinding methods added to ASP.NET 2.0 make displaying particular XML values or binding entire XML nodesets just as easy. And the XML data accessed can be from a local file or automatically downloaded from a specified URL. In this article we will examine how to use the XmlDataSource control and the XPath() and XPathSelect() databinding methods, displaying the results in a variety of data Web controls..

Caching in an ASP.NET 2.0 Web Application

Explains how to use caching to improve performance in ASP.NET applications.
2006-09-25 12:19:16   Source: Caching in an ASP.NET 2.0 Web...   Tags: ASP.NET

Caching Pages and Application Data in ASP.NET 2.0 with SqlDependency

Overview of the steps necessary to cache Pages or application data based on the new ASP.NET 2.0 SqlCacheDependency features.

Top 10 Security Vulnerabilities in .NET Configuration Files

Developers often concentrate on writing secure code but leave security vulnerabilities in application configuration files. Discover the most common configuration security problems—and how to avoid them.

A Visual Basic Developer's Introduction to ASP.NET 2.0

Visual Basic .NET and Visual Basic 6.0 developers get an introduction to building Web applications with ASP.NET 2.0, as well as the major differences between developing desktop and Web applications.

Turn Your PC Into a Motion Sensing Security Device with .NET

Thanks to new types of hardware that can easily be programmed using .NET, you can create a motion sensing application that can be deployed for security—or just for fun.

Monitor .NET Code Quality with FxCop and Custom Rules

You no longer have to rely solely on experience and code reviews to find code problems; FxCop can find many problems for you. It even lets you create and enforce custom rules that apply specifically to your organization's code.
2006-08-25 17:25:44   Source: Monitor .NET Code Quality with FxCop...   Tags: Testing

Web Control Enhancements in ASP.NET 2.0

I'm sure by now you've read more than your share of books and articles describing new ASP.NET 2.0 features. Master pages, themes, providers, etc., are all great, but have you read anything regarding custom Web control development and what has changed in 2.0? Well that's what I'm here to tell you. If you've become involved in control development, either through my articles or on your own, I'll describe some very cool enhancements that you can put to work right away in your controls using ASP.NET 2.0..
2006-08-17 19:00:00   Source: Web Control Enhancements in ASP.NET 2.0   Tags: ASP.NET