.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..
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].
2008-04-15 14:48:00 Source: A generic List and Dictionary Debugger Visualizer for...
Tags: Visual Studio
Addins
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..
2008-04-11 18:27:00 Source: See search results as you type - An ASP.
Tags: Ajax
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.
2008-04-09 16:00:00 Source: A base SharePoint web part for AJAX in ASP.
Tags: SharePoint
ASP.NET & Comet: Bringing Sockets back
Implementing a socket based Comet solution in ASP.NET
Light Speed Inline Editing Using ASP.NET AJAX and Web Services. Part I.
javascript+AJAX solution for inline edititng in grid.
2008-04-06 10:42:00 Source: Light Speed Inline Editing Using ASP.
Tags: Ajax
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.
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.
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.
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.


Syndicate