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

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.

10 Feb 2011, 18:00:00   Source: Leveraging Razor Templates Outside of ASP.NET: They’re...   Tags: ASP.NET

CODE Magazine: 2011 Mar/Apr

CODE Magazine, Issue 2011 Mar/Apr is now available!

Code - The Leading Independent .NET Magazine - The Razor View Engine Inside Visual Studio LightSwitch From Zero to Business Application in 15 Minutes Getting the Most Out of the Save Pipeline in Visual Studio LightSwitch Leveraging Razor Templates Outside of ASP.NET: They're Not Just for HTML Anymore The Baker's Dozen: BUilding OLAP Databases with Microsoft SQL Server 2008 Analysis Services

10 Feb 2011, 18:00:00   Source: CODE Magazine: 2011 Mar/Apr   Tags: ASP.NET

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.
10 Feb 2011, 14:45:00   Source: FluentFilters for ASP.NET MVC 3 - Register global filters...   Tags: ASP.NET

Integrating jQuery DataTables plugin into MVC applications

This article contains code samples which explain how jQuery DataTables plugin can be integrated into ASP.NET MVC applications
10 Feb 2011, 02:15:00   Source: Integrating jQuery DataTables plugin into MVC applications   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
9 Feb 2011, 21:46:00   Source: Back to the basics : Exception Management design...   Tags: ASP.NET

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!

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

Announcing MvcMailer - Send Emails Using ASP.NET MVC View

MvcMailer NuGet package allows you to render MVC View as Email Body
28 Jan 2011, 10:00:00   Source: Announcing MvcMailer - Send Emails Using ASP.NET MVC View   Tags: ASP.NET

ASP.NET GridView ASCII and Numeric Sorting

ASCII and numeric sorting in the ASP.NET GridView
27 Jan 2011, 18:52:00   Source: ASP.NET GridView ASCII and Numeric Sorting   Tags: ASP.NET

ASP.NET, MVC 3, the Razor View Engine and Google Maps

A quick walk-through of getting Google Maps running in MVC 3 with the Razor View Engine
26 Jan 2011, 11:10:00   Source: ASP.NET, MVC 3, the Razor View Engine and Google Maps   Tags: ASP.NET

Sorting and Paging a Grid of Data in ASP.NET MVC

This article is the fifth installment in an ongoing series on displaying a grid of data in an ASP.NET MVC application. Previous articles in this series examined how to sort, page, and filter a grid of data, but none have looked at combining one or more of these features in a single grid. This article and the next one show how to merge these features into a single grid. In particular, this article looks at displaying a grid that can handle both sorting and paging. The subsequent article will examine combining sorting, paging and filtering.

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!

25 Jan 2011, 18:00:00   Source: Sorting and Paging a Grid of Data in ASP.NET MVC   Tags: ASP.NET