The Wayback Machine - https://web.archive.org/web/20140404081727/http://www.codeguru.com:80/csharp/.net/net_asp/

Latest General ASP.NET Articles

Using Attribute Routing in ASP.NET MVC

ASP.NET MVC 5 allows you to define routes through certain attributes, which is simpler and more intuitive than the older technique of defining routes. Read on to learn how to use attribute routing.

Handling Errors in ASP.NET MVC Applications

No matter how proficiently you developed your application there are chances that your code may not work as expected and will generate an error at runtime. ASP.NET MVC offers several techniques that help you build a robust error handling mechanism into your web application.

Understanding .NET Attributes

Information about .NET assemblies is stored in the assembly itself. This information is called metadata. .NET allows you to put additional information in the metadata through attributes. Read on to learn what attributes are, how to use inbuilt attributes and how to create custom attributes.

How to Push Data from Server to Client Using SignalR

SignalR is an Asp.Net library that pushes data to a wide variety of clients. The burden of worrying about which server push transport to use and deciding on the fallbacks has been removed from developers. Read on to learn more.

Implementing Health Monitoring in ASP.NET MVC Applications

It is equally as important to continuously monitor the behavior of your ASP.NET application in a production environment as it is to successfully develop and deploy it. Read on to learn about the health monitoring feature in ASP.NET and how to implement it in ASP.NET MVC applications.

Latest Developer Videos

More...

Latest CodeGuru Developer Columns

MFC Integration with the Windows Transactional File System (TxF)

The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

.NET Framework: Collections and Generics

The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Top White Papers and Webcasts

  • Live Event Date: April 22, 2014 @ 1:00 p.m. ET / 10:00 a.m. PT Database professionals — whether developers or DBAs — can often save valuable time by learning to get the most from their new or existing productivity tools. Whether you're responsible for managing database projects, performing database health checks and reporting, analyzing code, or measuring software engineering metrics, it's likely you're not taking advantage of some of the lesser-known features of Toad from Dell. Attend this live …

  • This briefing details eight tips on calculating the return on investment (ROI) of a supply chain planning and optimization (SCP&O) solution. Included are methods for creating solid estimates of returns on your SCP&O investments. As a business leader you will need to consider things like the total cost of ownership, your return horizon, the quantifiable benefits and interactions between business processes. Following these tips can help you to avoid common ROI pitfalls.

Most Popular Programming Stories

More for Developers

Latest Developer Headlines

RSS Feeds