.NET news » Search results

Search results for query "net" (410):

Building ASP.NET Web Pages Dynamically in the Code-Behind

The purpose of this article is to introduce you to the idea of building your data-driven web pages dynamically in the code behind. I will get you started on building a class library of your own to make this technique more efficient. I will show you how to build out pages dynamically. Finally, I will explain both the benefits and disadvantages..
2008-04-25 16:15:00   Source: Building ASP.NET Web Pages...   Tags: ASP.NET

A generic List and Dictionary Debugger Visualizer for VS.NET

This is a simple List<T> and Dictionary<T,T> debugger visualizer for Visual Studio.NET 2005 and 2008. The only requirement for it to work in that the classes inside the lists or dictionaries should be marked as [Serializable].

See search results as you type - An ASP.NET Ajax Control

Highrise and other new AJAX enabled tools have this feature that when you type in a search query, it automatically updates the search results below. It's almost like an auto-complete box, but with the full results on the page instead of a dropdown list below the control. Unfortunately, I didn't find anything like this in the Microsoft ASP.NET AJAX Toolkit. So, I decided that this was a good way to finally dive into the AJAX Control Toolkit..

A base SharePoint web part for AJAX in ASP.NET 3.5

This article describe an abstract web part class developed for the SharePoint 2007 (WSS 3.0 or MOSS 2007) platform. The web part contains the logic to address some known conflicts between SharePoint and ASP.NET AJAX and is designed as the base class for all AJAX enabled SharePoint web parts.

ASP.NET & Comet: Bringing Sockets back

Implementing a socket based Comet solution in ASP.NET
2008-04-09 04:26:00   Source: ASP.NET & Comet: Bringing Sockets back   Tags: ASP.NET

Light Speed Inline Editing Using ASP.NET AJAX and Web Services. Part I.

javascript+AJAX solution for inline edititng in grid.

Introducing Visual Studio .NET 2008 - Top 10 Features

After a long beta period, Visual Studio .NET 2008 is finally on general release. There are a ton of new features and enhancements in this release that make it almost a no-brainer to upgrade - I thought I?d take a moment and list my top ten favorites in no particular order.
2008-03-26 15:36:00   Source: Introducing Visual Studio .NET 2008...   Tags: Visual Studio

Exploring Secrets of .NET Diagnostics

Instrumenting an application with tracing has become increasingly sophisticated as the .NET framework has matured. Find out how to use tracing in your applications, how to fine-tune tracing to your needs with custom listeners, and how to gain field-level and robust formatting control over the output.
2008-03-14 23:55:33   Source: Exploring Secrets of .NET Diagnostics   Tags: Debug

Never Write an Insecure ASP.NET Application Ever Again

Learn to take advantage of the inner workings of ASP.NET's security model to help eliminate security vulnerabilities from your web applications.
2008-03-10 20:14:26   Source: Never Write an Insecure ASP.NET...   Tags: ASP.NET Security

NCover Basics: Improving Json.NET's Test Suite with NUnit and NCoverExplorer

One of the easiest ways to master NCover is simply to dive into some code and improve tests, so in this article we'll be looking at improving the test quality for an open source project, Json.NET.
2008-02-28 15:56:00   Source: NCover Basics: Improving Json.NET's...   Tags: Testing