.NET news » Search results

Search results for query "net" (410):

Data Export from Database to Excel, PDF and Word for .NET without Automation and Acrobat Reader

This article introduces how to export data from database to Excel, PDF, MS Word, HTML, MS clipboard ,XML, DBF, SQL Script, SYLK, DIF, CSV without Automation and Acrobat Reader.

Leveraging Razor Templates Outside of ASP.NET: They’re Not Just for HTML Anymore!

The Razor syntax is much more than just a clean way to write ASP.NET MVC Views and WebMatrix web pages. In fact, with a working knowledge of the Razor API, you can leverage Razor templates in any application. The Razor API exposes a powerful library for parsing, compiling, and executing templates created using the Razor syntax.

FluentFilters for ASP.NET MVC 3 - Register global filters by specified conditions

This article describes how to use the FluentFilters library with ASP.NET MVC 3 to add support for criteria for global filters.
2011-02-10 14:45:00   Source: FluentFilters for ASP.NET MVC 3 -...   Tags: ASP.NET

Back to the basics : Exception Management design guideline for N-tier Asp.net applications

An effort to derive a basic Exception Management design guideline for N-Tier Asp.net applications
2011-02-09 21:46:00   Source: Back to the basics : Exception Management design...   Tags: ASP.NET

SharpPcap - A Packet Capture Framework for .NET

A framework for capturing, injecting and analyzing network packets for .NET applications based on the WinPcap packet capture driver

Displaying a Sorted, Paged, and Filtered Grid of Data in ASP.NET MVC

Over the past couple of months I've authored five articles on displaying a grid of data in an ASP.NET MVC application. The first article in the series focused on simply displaying data. This was followed by articles showing how to sort, page, and filter a grid of data. We then examined how to both sort and page a single grid of data. This article looks at how to add the final piece to the puzzle: we'll see how to combine sorting, paging and filtering when displaying data in a single grid.

Like with its predecessors, this article offers step-by-step instructions and includes a complete, working demo available for download at the end of the article. Read on to learn more!

2011-02-08 18:00:00   Source: Displaying a Sorted, Paged, and Filtered Grid of Data in...   Tags: ASP.NET

Pausing and Resuming the jQuery / ASP.NET News Ticker

Many websites display a news ticker of one sort or another. A news ticker is a user interface element that displays a subset of a list of items, cycling through them one at a time after a set interval. In December 2010 I wrote an article titled Use jQuery and ASP.NET to Build a News Ticker that explored how to create your own news ticker widget using jQuery and ASP.NET. The news ticker's content is defined as an unordered list (<ul>) where each list item (<li>) represents a news headline. Once the ticker's content is defined, having it cycle through the head lines is as simple as calling the JavaScript function startTicker(id, numberToShow, duration), which begins cycling the headlines in the unordered list with the specified id, showing numberToShow headlines at a time and cycling to the next headline every duration number of milliseconds.

This installment shows how to enhance the news ticker to enable pausing and resuming. With these enhancements, the ticker can be configured to automatically pause rotating its headlines when the user mouses over it, and to resume rotating them once the user mouses out. Similarly, with a bit of additional markup and script you can add pause and play buttons to a ticker, allowing a user to start and stop the ticker by clicking an image or button. Read on to learn more!

Dynamic .NET: Understanding the Dynamic Keyword in C# 4

The dynamic keyword brings exciting new features to C# 4. We'll show you how it works and why it simplifies a lot of your coding tasks, including some handy COM interop possibilities.
2011-01-31 18:00:00   Source: Dynamic .NET: Understanding the...   Tags: C#

WPF Two-way Databinding in ASP.NET - Enabling MVVM

Bringing WPF like declarative data binding to ASP.NET Web Forms to enable declarative two-way data binding to any object whilst opening up MVVM UI development.
2011-01-30 00:20:00   Source: WPF Two-way Databinding in ASP.NET -...   Tags: GUI

Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ) with full video

.NET and ASP.NET tracing frequently asked questions